What problem does it solve? Written implementation plans often get executed inconsistently—steps get skipped, verifications are ignored, and blockers are guessed through instead of raised. 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: 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 verification, and hands off to a branch-finishing workflow when done. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md and stop if you hit any blockers.