What problem does it solve? Turning a written implementation plan into working code often goes wrong when steps are skipped, verifications are ignored, or 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, reviews it critically, and raises concerns with you before writing any code. - Structured Task Execution: Creates todos for plan items, marks each in progress, follows steps exactly, and runs the specified verifications. - Safe Stop Conditions: Stops and asks for help on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a multi-task implementation plan from a prior planning session. Hand it to this Skill in a fresh session and it executes every task in an isolated git worktree, then hands off to a finishing-a-development-branch flow to verify tests and complete the work. ## Quick Start Use the executing-plans skill to implement the plan in my plan file, reviewing it critically first and stopping if you hit any blockers.