What problem does it solve? Written implementation plans often fail in execution because steps get skipped, verifications are ignored, or blockers are worked around with guesses. This Skill enforces a disciplined process for carrying out a plan in a separate session with review checkpoints. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file, reviews it critically, and raises concerns with the human partner before writing any code. - Step-by-Step Task Execution: Marks each task in progress, follows bite-sized steps exactly, runs specified verifications, and marks tasks completed. - Stop-and-Ask Discipline: Halts execution 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 executes every task in an isolated git worktree, then hands off to a branch-finishing workflow. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md and stop if anything is unclear.