What problem does it solve? It turns a written implementation plan into completed work without losing discipline: plans get reviewed critically before execution, each task is tracked and verified, and blockers trigger a stop-and-ask instead of guesswork. ## Core Features & Use Cases - Critical plan review: Loads the plan, checks it for gaps or concerns, and raises questions with you before writing any code. - Task-by-task execution: Converts plan items into todos, marks each in progress, follows the bite-sized steps exactly, and runs the specified verifications. - Safe completion handoff: Finishes through the finishing-a-development-branch sub-skill, and refuses to start implementation on main/master without explicit consent. - Use Case: You have a multi-task refactor plan written in a previous session. Hand it over in a fresh session and have every task executed, verified, and wrapped up with review checkpoints along the way. ## Quick Start Execute the implementation plan in docs/refactor-plan.md using the executing-plans skill, reviewing it critically first and stopping to ask if anything is unclear.