What problem does it solve? Written implementation plans often get executed inconsistently: steps get skipped, verifications are ignored, and blockers are worked around with guesses. This Skill enforces a disciplined process for executing a plan in a separate session, with critical review upfront and explicit stop conditions. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before writing any code. - Task-by-Task Execution: Tracks each task with TodoWrite, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Controlled Completion: Hands off to the finishing-a-development-branch workflow after all tasks pass, and stops to ask for help when blocked instead of guessing. - Use Case: You have a multi-task implementation plan from a planning session. Invoke this Skill in a fresh session to execute every task in order, verify each one, and finish the development branch cleanly. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md and stop if anything is unclear.