What problem does it solve? It prevents uncontrolled, unreviewed execution of implementation plans by enforcing a structured batch-and-checkpoint workflow, so mistakes are caught early instead of after an entire plan is completed. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before any work begins. - Batch Execution with Checkpoints: Executes tasks in batches (default: first 3 tasks), runs specified verifications, then reports results and waits for feedback. - Blocker Handling: Stops immediately on blockers, unclear instructions, or repeated verification failures instead of guessing. - Use Case: You have a written multi-task implementation plan for a new feature. Use this Skill to execute the first three tasks, show verification output, pause for architect review, and continue batch by batch until the plan is complete. ## Quick Start Use the executing-plans skill to implement the plan in my plan file, executing tasks in batches and reporting back for review between batches.