planning-and-task-breakdown
Installation
SKILL.md
Planning and task breakdown
When to use
- Spec or requirements exist but work is too large to start
- Need dependency order, checkpoints, or parallelization notes
When not to use
- Obvious single-file change with clear acceptance criteria
Process
- Read-only plan mode — map codebase patterns; no code yet
- Dependency graph — foundations before dependents
- Vertical slices — prefer end-to-end thin slices over horizontal layers
- Write tasks — each with acceptance + verify + files + size
- Checkpoints — every 2-3 tasks, full verify