What problem does it solve? When you have a written implementation plan but need it carried out in a separate session, it is easy to skip steps, ignore verification, or push through blockers blindly. This Skill enforces a disciplined process: load the plan, review it critically, execute each task exactly as written, and stop to ask when blocked. ## Core Features & Use Cases - Critical Plan Review: Reads the plan first, raises questions or concerns with you before writing any code, and creates trackable todos for each plan item. - Step-by-Step Execution: Marks each task in progress, follows bite-sized steps exactly, runs the specified verifications, and marks tasks complete. - Safe Stop Conditions: Halts immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You wrote a detailed refactoring plan yesterday. In a fresh session, hand the plan file to the AI and it will set up an isolated git worktree, implement every task in order, run the tests, and finish 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.