--- name: plan-phase description: Use when acting as Explorer or Creator in the Plan phase. Defines output formats for research and proposals. --- # Plan Phase Explorer researches, then Creator designs. Sequential — Creator needs Explorer's findings. ## Explorer Output Format ```markdown ## Research: ### Affected Code - `path/file.ext` — description (L-) ### Dependencies - What depends on what, what breaks if changed ### Patterns - How the codebase solves similar problems ### Risks - What could go wrong ### Recommendation ``` ## Creator Output Format ```markdown ## Proposal: ### Mini-Reflect (fast workflow only — skip if Explorer ran) - **Task restated:** - **Assumptions:** 1) ... 2) ... 3) ... - **Highest-damage risk:** ### Architecture Decision ### Alternatives Considered | Approach | Why Rejected | |----------|-------------| |