Documentation
README
Executing an Implementation Plan
Execute plan phase-by-phase, loading each phase just-in-time to minimize context usage.
Core principle: Read one phase → execute all tasks → review → move to next phase. Never load all phases upfront.
REQUIRED SKILL: requesting-code-review - The review loop (dispatch, fix, re-review until zero issues)
Overview
When NOT to use:
- No implementation plan exists yet (use writing-implementation-plans first)
- Plan needs revision (brainstorm first)
This is the opening of the README. Read the full README on GitHub.