What problem does it solve?
This Skill keeps plan execution disciplined by reviewing every written implementation plan, executing tasks in structured batches, and forcing checkpoints for architect feedback to avoid sloppy changes.
Core Features & Use Cases
- Plan Validation: Load the provided implementation plan, critically review it, and surface any blockers before touching code.
- Batch Execution with Verification: Execute the default three tasks at a time, mark statuses, and run required verifications before reporting.
- Review & Continuation Workflow: Report completed batches, wait for feedback, adapt as needed, and rely on finishing-a-development-branch and git worktree skills for finalization.
- Use Case: Implement a multi-step feature plan while keeping the reviewer aligned and preventing unauthorized changes on main branches.
Quick Start
Ask executing-plans to load your implementation plan, execute the first three tasks, and report the verified progress for review.