What problem does it solve?
This skill enables disciplined batch execution of a written plan with architect review checkpoints, reducing risk and ensuring alignment before proceeding.
Core Features & Use Cases
- Announce at start: "I'm using the executing-plans skill to implement this plan."
- Stepwise loading and review: Load the plan, scrutinize it for questions or concerns, and raise issues with your human partner before proceeding.
- Batched execution: Execute the plan in batches (default: first 3 tasks), marking progress as in_progress and updating status after each task.
- Verification and reporting: Run verifications after each batch and report results for review between batches.
- C# .NET projects example: For .NET projects (e.g., ECTSystem), build the solution, run tests, and check for warnings as part of batch verification.
- Ready for feedback: After all batches, present a consolidated report and await feedback.
Quick Start
Load your plan file, review it, and start execution with the default batch size. If concerns are raised, address them before proceeding. After each task, run the specified verifications and move to the next batch. When complete, provide a summary for feedback.