What problem does it solve? Written implementation plans often get executed inconsistently—steps get skipped, verifications are ignored, and blockers are guessed around instead of raised. This Skill enforces a disciplined process for executing a plan in a separate session with review checkpoints. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and reviews it critically before starting, raising concerns with the human partner instead of proceeding blindly. - Structured 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 execution on blockers, unclear instructions, or repeated verification failures rather than guessing. - Use Case: You have a multi-task implementation plan written in a prior session. Hand it to this Skill in a fresh session, and it reviews the plan, executes every task with verifications, and hands off to the finishing-a-development-branch workflow when complete. ## 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.