What problem does it solve? Executing a written implementation plan in a fresh session often leads to skipped steps, unverified changes, and no opportunity for human review until everything is done. This Skill enforces a disciplined batch-execution workflow with checkpoints so plans are followed exactly and reviewed incrementally. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with the human partner before writing any code. - Batch Execution with Checkpoints: Executes tasks in batches (default three tasks), runs specified verifications, then pauses and reports for feedback. - Blocker Handling: Stops immediately and asks for clarification when hitting missing dependencies, failing tests, or unclear instructions instead of guessing. - Use Case: You have a detailed implementation plan from a prior planning session. Use this Skill to execute it task-by-task, verifying each batch and getting architect sign-off before continuing, then finishing with the development-branch completion workflow. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-x.md, executing three tasks at a time and reporting back for review between batches.