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. This Skill enforces a disciplined process for executing 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 your human partner before writing any code. - Task-by-Task Execution: Works through each bite-sized task, marking progress, following steps exactly, and running the specified verifications. - Stop-and-Ask Discipline: Halts immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a multi-task implementation plan written in a previous session. Hand it to this Skill in a fresh session and it will execute every task, run verifications, and finish the development branch. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md.