What problem does it solve? It turns a written implementation plan into completed work by loading the plan, reviewing it critically, executing each task in order, and stopping to ask for help instead of guessing when blocked. ## Core Features & Use Cases - Critical Plan Review: Reads the plan file first, raises questions or concerns with your human partner before writing any code, and creates todos for each plan item. - Step-by-Step Execution: Marks each task in progress, follows the plan's bite-sized steps exactly, runs the specified verifications, and marks tasks completed. - Safe Stop Conditions: Halts immediately on blockers such as missing dependencies, failing tests, or unclear instructions, and never starts implementation on main/master without explicit consent. - Use Case: You have a detailed implementation plan from a prior planning session. Hand it to this Skill in a fresh session and it will set up an isolated workspace, execute every task with verification, and finish the development branch. ## Quick Start Execute the implementation plan in docs/plans/feature-x.md using the executing-plans skill and verify each task as you go.