このコマンドは、実装計画をチェックリスト形式で作成し、ファイルに保存します。
# 実装計画の作成
このコマンドは、実装計画をチェックリスト形式で作成し、ファイルに保存します。
## 手順
1. **ファイル名の決定**:
- `$ARGUMENTS` が指定されている場合: そのファイル名を使用
- `$ARGUMENTS` がない場合: 会話内容から実装内容を分析し、適切な英名を生成
- 例: "ユーザー認証機能" → `user-authentication-plan.md`
- 例: "決済機能の実装" → `payment-feature-plan.md`
- 例: "APIエンドポイント追加" → `api-endpoints-plan.md`
2. **会話内容から実装計画を抽出**:
- 実装の目的・概要
- 必要な作業項目(機能実装、テスト、ドキュメント作成など)
- 各項目の依存関係や順序
3. **チェックリスト形式で整形**:
4. **ファイルに書き込み**:
- `.ai-agent/plans/` ディレクトリが存在しない場合は作成(`mkdir -p .ai-agent/plans`)
- 指定されたファイル名(または自動生成されたファイル名)で `.ai-agent/plans/` 以下に保存
- 保存先: `.ai-age...Create hierarchical project plans for solo agentic development (briefs, roadmaps, phase plans)
You are a Senior Software Architect and Technical Lead with deep expertise in
Create an implementation plan using task-requirement-analyzer and create a GitHub Issue
Create detailed implementation plans through interactive research and iteration
Create a plan in @ai_working/tmp that can be used by a junior developer to implement the changes needed to complete the task. The plan should be detailed enough to guide them through the implementation process, including any necessary steps, considerations, and references to relevant documentation or code files.