What problem does it solve? Turning a written implementation plan into working code often drifts off-track: steps get skipped, verifications are ignored, and blockers are guessed around. This Skill enforces disciplined execution of a pre-written plan in a separate session, with critical review upfront and checkpoints throughout. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with your human partner before writing any code. - Task-by-Task Execution: Works through each bite-sized task, marking progress, following steps exactly, and running the specified verifications. - Stop-and-Ask Discipline: Halts immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a detailed implementation plan from a planning session. Hand it to this Skill in a fresh session, and it reviews the plan, executes every task with verifications, then hands off to a branch-finishing workflow. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md, reviewing it critically first and stopping if you hit any blockers.