- plan: 要件ごとに変更要/不要の根拠(ファイル:行)を必須化 - ai-review: スコープ縮小の検出をスコープクリープと並列で追加 - supervise: タスク指示書との独立照合を計画レポートに依存しない形で追加
20 lines
798 B
Markdown
20 lines
798 B
Markdown
Analyze the task and formulate an implementation plan including design decisions.
|
|
|
|
**Note:** If a Previous Response exists, this is a replan due to rejection.
|
|
Revise the plan taking that feedback into account.
|
|
|
|
**Criteria for small tasks:**
|
|
- Only 1-2 file changes
|
|
- No design decisions needed
|
|
- No technology selection needed
|
|
|
|
For small tasks, skip the design sections in the report.
|
|
|
|
**Actions:**
|
|
1. Understand the task requirements
|
|
- **For each requirement, determine "change needed / not needed". If "not needed", cite the relevant code (file:line) as evidence. Claiming "already correct" without evidence is prohibited**
|
|
2. Investigate code to resolve unknowns
|
|
3. Identify the impact area
|
|
4. Determine file structure and design patterns (if needed)
|
|
5. Decide on the implementation approach
|