| 1 | --- |
| 2 | name: plan |
| 3 | description: Turn a sufficiently understood task into an ordered implementation plan with dependencies and verification. Orchestrate CodeWhale’s native plan state; do not build a parallel planner. |
| 4 | invocation: model+user |
| 5 | --- |
| 6 | |
| 7 | # Plan |
| 8 | |
| 9 | ## When to use |
| 10 | Use when the task is understood well enough to sequence work, but not yet a single obvious next edit. |
| 11 | |
| 12 | ## Non-goals |
| 13 | - Do not plan while key goals are still unknown — use interview first. |
| 14 | - Do not create a second planner outside CodeWhale plan/Work state. |
| 15 | |
| 16 | ## Workflow |
| 17 | 1. Restate the goal and constraints. |
| 18 | 2. List ordered steps with dependencies. |
| 19 | 3. Mark verification for each risky step. |
| 20 | 4. Write the plan into CodeWhale’s native plan/Work surface. |
| 21 | 5. Wait for authorization before broad implementation. |
| 22 | |
| 23 | ## Output shape |
| 24 | - Goal |
| 25 | - Steps (ordered) |
| 26 | - Verification |
| 27 | - Risks / open questions |
| 28 |