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 instead of raised. This Skill enforces a disciplined execution loop so plans are followed exactly and issues surface early. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and reviews it for gaps or concerns before any code is written, raising questions with the human partner first. - Task-by-Task Execution: Converts plan items into todos, marks each in progress, follows steps exactly, and runs the specified verifications before marking complete. - Stop-and-Ask Guardrails: Halts execution on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a multi-task implementation plan from a planning session. Hand it to this Skill in a fresh session and it executes every task in order, then hands off to a branch-finishing workflow. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md and stop if anything is unclear.