What problem does it solve? Turning a written implementation plan into completed code often drifts: steps get skipped, verifications are forgotten, and blockers get worked around instead of surfaced. This Skill enforces a disciplined loop of loading the plan, reviewing it critically, executing each task with its specified verifications, and stopping to ask when blocked. ## Core Features & Use Cases - Critical plan review before execution: Reads the plan file, raises concerns with the human partner before starting, and registers each task as a tracked plan step. - Checkpointed task execution: Marks one task in progress at a time, follows bite-sized steps exactly, runs the specified verifications, and hands off to a finishing-a-development-branch workflow when all tasks complete. - Explicit stop conditions: Halts and asks for clarification on blockers, unclear instructions, repeated verification failures, or low wallet budget instead of guessing. - Use Case: You have a multi-task plan saved at docs/superpowers/plans/2025-01-15-checkout-fix.md for a Shopify Hydrogen storefront. This Skill loads it, executes each task in order with verifications, and completes the development branch when done. ## Quick Start Ask the agent to execute the implementation plan at docs/superpowers/plans/2025-01-15-checkout-fix.md using the executing-plans skill.