executing-an-implementation-plan
Installation
SKILL.md
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)
MANDATORY: Human Transparency
The human cannot see what subagents return. You are their window into the work.
After EVERY subagent completes (task-implementor, bug-fixer, code-reviewer), you MUST: