What problem does it solve? Written implementation plans often go stale or get executed inconsistently when an AI session improvises instead of following the plan. This Skill enforces disciplined execution of a pre-written plan in a separate session, with critical review up front and explicit stop conditions when blockers appear. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before writing any code. - Task-by-Task Execution: Converts plan items into todos, marks each in progress, follows bite-sized steps exactly, and runs the specified verifications. - Defined Stop Conditions: Halts and asks for clarification on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: After drafting a multi-step refactoring plan in one session, hand the plan file to a fresh session and have every task executed, verified, and finished through the development-branch completion workflow. ## Quick Start Execute the implementation plan in plan.md task by task, verifying each step and stopping to ask if anything is blocked or unclear.