What problem does it solve? Written implementation plans often get executed inconsistently, with skipped steps, missed verifications, or silent failures when blockers appear. This Skill enforces a disciplined process for loading a plan, reviewing it critically, executing every task in order, and stopping to ask for help instead of guessing. ## Core Features & Use Cases - Critical Plan Review: Reads the plan file first and raises questions or concerns with the human partner before any code is written. - Task-by-Task Execution: Tracks each task with a todo list, follows bite-sized steps exactly, and runs the verifications specified in the plan. - Blocker Handling: Stops immediately on missing dependencies, failing tests, or unclear instructions and asks for clarification rather than guessing. - Use Case: You have a detailed implementation plan from a planning session. Hand it to this Skill in a fresh session, and it will review the plan, execute every task with verification, and hand 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 verify each task as you go.