executing-plans

Execute written plans in batches with architect review checkpoints.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/donellmccoy/ECTSystem --skill executing-plans-donellmccoy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/donellmccoy/ECTSystem/tree/main/.github/skills/executing-plans
Command: npx skills add https://github.com/donellmccoy/ECTSystem --skill executing-plans-donellmccoy

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about executing-plans

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute a software development plan in batches with verification?

Batch plan execution involves loading a written plan, scrutinizing it for concerns, running default batches of three tasks with status updates, and executing verifications between batches to ensure alignment before proceeding to the next steps.

What is the process for staged task execution with architect review checkpoints?

Staged task execution with architect review checkpoints requires loading a plan, raising questions with your human partner before proceeding, executing tasks in batches, and reporting verification results for formal review between each batch.

Can I use batch execution for C# .NET projects to build and run tests?

Batch execution works with C# .NET projects by incorporating specific verification commands. After executing a batch of tasks, the system builds the .NET solution, runs tests, and checks for warnings as part of the post-batch verification reporting process.

How do I track task status during batch execution of a software plan?

Tracking task status during batch execution involves marking progress as in_progress when a task starts and updating the status after each task completes. This ensures continuous visibility into the staged execution of the software development plan.

What happens after all batches of a software plan are executed?

After all batches of a software plan are executed, the system presents a consolidated report detailing the staged execution and verification results. It then awaits feedback from the human partner before taking any further action.