> For the complete documentation index, see [llms.txt](https://livlog-llc.gitbook.io/engineering-handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://livlog-llc.gitbook.io/engineering-handbook/handbooknoto/15-roadmap.md).

# 15. ロードマップ

このページでは、Livlog Engineering Handbook とリブログの技術基盤について、今後整理していきたい内容をまとめます。

ロードマップは確定した約束ではなく、継続的に改善するための方向性です。

## Handbookの拡充

今後、次の内容を追加していきます。

* 共通プロンプトを使ったプロダクト別技術スタックの調査
* 調査結果に基づくプロダクト別アーキテクチャ
* サービスごとの使用データ
* API仕様
* DB設計
* デプロイ手順
* データ更新手順
* AI協調開発の事例
* トラブル対応記録

## プロダクト別ページ

各プロダクトについて、次の構成で詳細ページを作成します。

* 目的
* 対象ユーザー
* 主な機能
* 技術構成
* 使用データ
* 画面構成
* 運用方法
* 今後の改善点

## 技術基盤の整理

* 地図データ管理の標準化
* GeoJSON運用ルール
* 画像管理の整理
* Markdownコンテンツ管理
* 共通UI部品の検討
* API仕様の整理
* テスト対象の明確化

## AI活用の整理

* Codex向け開発プロンプト
* AI生成記事の品質管理
* AI画像生成のルール
* 会話AIの設計方針
* 人間による確認プロセス

## 公開と発信

* Handbookの継続更新
* 技術記事化できる内容の整理
* ProtoPediaやGitHubとの接続
* プロダクト横断の説明ページ作成


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://livlog-llc.gitbook.io/engineering-handbook/handbooknoto/15-roadmap.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
