What problem does it solve? Written implementation plans often fail in execution because steps get skipped, verifications are ignored, or blockers are worked around with guesses. This Skill enforces a disciplined process for carrying out a plan in a separate session with review checkpoints. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any work begins. - Task-by-Task Execution: Tracks each task with TodoWrite, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Stop-and-Ask Discipline: Halts immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: After drafting a multi-step refactoring plan, hand it to a fresh session that reviews it critically, executes every task in order, and finishes the development branch with tests verified. ## 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.