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 carrying out a plan in a separate session, with critical review up front and explicit checkpoints along the way. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file, identifies questions or concerns, and raises them with the human partner before any code is written. - Structured Task Execution: Converts plan items into todos, marks each in progress, follows bite-sized steps exactly, and runs the specified verifications before marking tasks complete. - Stop-and-Ask Guardrails: Halts execution on blockers, unclear instructions, or repeated verification failures instead of guessing, and never starts implementation on main/master without explicit consent. - Use Case: You have a multi-task implementation plan written in a planning session. Hand it to this Skill in a fresh session and it will create an isolated branch, execute every task with verifications, and finish via the pull-request convention. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/my-feature-plan.md, reviewing it critically first and stopping if you hit any blockers.