What problem does it solve?
Manually executing implementation plans often leads to skipped validation steps, inconsistent commits, scope creep, and missed progress tracking, causing rework and delays for plan-driven development workflows.
Core Features & Use Cases
- Pre-flight plan review gate: Automatically validates approved plans for completeness and executability before any coding begins, catching issues early.
- Structured per-task workflow: Enforces a consistent loop of implementation, verification, code review, triage, commit, and progress tracking for every task in the plan.
- Branch and workflow automation: Handles branch setup, resume support for interrupted work, legacy plan migration warnings, and end-of-plan cross-cutting review.
- Use Case: For example, when you have an approved 8-task authentication rewrite plan saved in .plans/, this skill automates the entire execution from branch creation to final review, ensuring no steps are skipped and all changes are properly validated.
Quick Start
Use the implement-plan skill to execute the approved implementation plan in your project's .plans/ directory.