--- 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: **Confidence:** <0.0 to 1.0> ### Architecture Decision ### Changes 1. **`path/file.ext`** — What changes and why 2. **`path/test.ext`** — What tests to add ### Test Strategy - ### Risks - ### Not Doing - ```