nrslib b5ec0762b6 planner と architect-planner を統合し、knowledge で設計知識を補完する構成に変更
plan → architect → implement の3ステップを plan → implement の2ステップに統合。
planner ペルソナに構造設計・モジュール設計の知識を追加し、plan ステップに
knowledge: architecture を付与することで architect ステップを不要にした。
prompt-log-viewer ツールを追加。
2026-02-08 08:34:28 +09:00

604 B

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
  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