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-on-Blocker Discipline: Halts and asks for clarification when hitting missing dependencies, failing tests, or unclear instructions 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 with verification, and finishes the development branch through the required sub-skill. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md and stop if anything is unclear.