What problem does it solve?
This Skill eliminates the risk of inconsistent or error-prone manual execution of multi-step implementation plans by enforcing critical pre-execution review, strict step adherence, and mandatory verification checkpoints to avoid wasted work and unintended code changes.
Core Features & Use Cases
- Pre-Execution Plan Review: Identifies gaps, unclear instructions, or critical flaws in implementation plans before any work begins, raising concerns with your partner to avoid costly rework.
- Structured Task Execution: Tracks progress via TodoWrite, follows each bite-sized plan step exactly, and runs all specified verifications to ensure each task is completed correctly before moving on.
- Safe Workflow Integration: Coordinates with required sub-skills for isolated git worktree workspaces and final development branch completion, preventing accidental changes to main/master branches without explicit consent.
- Use Case: If you have a detailed 5-step plan to refactor a payment processing module, use this Skill to execute each step in order, run unit tests after each task, and get a final review before merging the changes.
Quick Start
Use the executing-plans skill to implement the attached payment module refactoring plan with review checkpoints at every step.