What problem does it solve? Executing a multi-phase implementation plan manually is error-prone: steps get skipped, unverified code gets committed, and APIs get invented instead of checked against documentation. This Skill turns plan execution into a disciplined orchestration process where every phase is implemented, verified, and reviewed by dedicated subagents before any commit happens. ## Core Features & Use Cases - Subagent Orchestration: Deploys fresh Implementation, Verification, Anti-pattern, Code Quality, Commit, and Branch/Sync subagents for each phase of a plan. - Verification Gates: Blocks commits until a verification checklist passes, and greps for known anti-patterns from the plan after every phase. - Documentation-Grounded Implementation: Requires subagents to copy patterns from documentation, cite sources in code comments, and stop when an API cannot be verified. - Use Case: After generating a phased plan with a planning skill, hand it off here so each phase is executed by fresh subagents, verified against a checklist, reviewed for code quality, and committed to a working branch only after passing. ## Quick Start Execute the implementation plan from make-plan phase by phase, verifying and committing each phase before moving on.