What problem does it solve?
This Skill solves the problem of inconsistent, error-prone execution of written implementation plans, where teams often skip review steps, miss verifications, or cut corners that lead to bugs, rework, and wasted development time.
Core Features & Use Cases
- Critical Plan Review: Identifies gaps, concerns, or flaws in the implementation plan before any work begins to avoid costly mistakes.
- Structured Task Execution: Enforces step-by-step execution of plan tasks with mandatory progress tracking and per-step verifications.
- Workflow Integration: Connects with required development workflow skills for isolated workspace setup and proper branch finalization.
Use case: For example, if your team has an approved plan to add a payment processing feature to your app, this skill ensures you review the plan for gaps first, execute each step exactly as written, run all required tests, and properly complete the work on a dedicated branch without merging unvetted code to main.
Quick Start
Use the executing-plans skill to implement the payment processing feature plan I shared in the project documentation.