What problem does it solve? It turns a written implementation plan into completed work by executing each task in order, running the specified verifications, and stopping to ask for help instead of guessing when blockers appear. ## Core Features & Use Cases - Critical Plan Review: Reads the plan first, raises concerns with the human partner before writing any code, and only proceeds when the plan is sound. - Task-by-Task Execution: Tracks each task with TodoWrite, follows bite-sized steps exactly, and runs the verifications defined in the plan. - Defined Stop Conditions: Halts immediately on missing dependencies, failing tests, unclear instructions, or repeated verification failures rather than improvising. - Use Case: You have a multi-task refactoring plan written in a previous session. Hand it to this skill in a fresh session and it executes every task, verifies each one, and finishes the development branch. ## Quick Start Use the executing-plans skill to implement the plan in docs/refactor-plan.md, reviewing it critically first and stopping if anything is unclear.