| name | writing-plans |
| description | Plan before implementing; produce verifiable, rollback-safe, incrementally executable task plans. |
Writing Plans
Overview
High-quality plans must answer three things: What to do, how to verify, and how to rollback if it fails.
Required Fields
- Goals and Non-goals
- Blast Radius (files/modules)
- Step-by-step breakdown (2–5 minute granularity)
- Verification commands and expected results
- Risks and Rollback plans
Writing Principles
- Small before large; start with reversible steps.
- Every step MUST be verifiable.
- Do NOT cross boundaries before confirmation (no scope creep).