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 loading a plan, reviewing it critically, executing every task in order, and stopping to ask for help when something is unclear. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file, identifies questions or concerns, and raises them with the human partner before any work begins. - Structured Task Execution: Converts plan items into todos, marks each in progress, follows steps exactly, and runs the specified verifications before marking tasks complete. - Controlled Completion and Escalation: Hands off to a finishing-a-development-branch workflow after all tasks pass, and stops immediately on blockers, failed verifications, or unclear instructions instead of guessing. - Use Case: You have a multi-task refactoring plan written in a previous session. Invoke this Skill in a fresh session to execute every task in an isolated git worktree, with checkpoints and a clean branch-completion handoff. ## 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.