What problem does it solve? Written implementation plans often sit unused or get executed inconsistently, with steps skipped, verifications ignored, and blockers silently worked around. 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 you 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. - Stop-on-Blocker Discipline: Halts immediately on missing dependencies, failing tests, or unclear instructions rather than improvising. - Use Case: You have a detailed implementation plan from a prior planning session. Hand it to this Skill in a fresh session and it executes every task, runs the specified checks, and hands off to a branch-finishing workflow when done. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md and stop if anything is unclear.