executing-plans

Coordinate implementation plan execution with review checkpoints between batches.

Updated Dec 24, 2025
One-click install
npx skills add https://github.com/yairbederman/EngineeringAgency --skill executing-plans-yairbederman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/yairbederman/EngineeringAgency/tree/main/skills/executing-plans
Command: npx skills add https://github.com/yairbederman/EngineeringAgency --skill executing-plans-yairbederman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate execution of an implementation plan with built-in review checkpoints to prevent drift and miscommunication during complex tasks.

Core Features & Use Cases

  • Batch-driven execution: run tasks in defined batches with review between batches.
  • Critical review: read plans, raise questions, and request clarifications before proceeding.
  • Progress reporting: provide batch-level results and verification outputs for stakeholder feedback.
  • Versioned changes: commit changes after each batch to ensure traceability.

Quick Start

Initiate the plan execution by announcing your use of the executing-plans skill and begin with the first batch.

Frequently Asked Questions about executing-plans

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

FAQPage Schema
How do I execute an implementation plan in batches with review checkpoints?

To execute an implementation plan in batches, load the plan and run the first batch of tasks. After execution, report verification results and commit changes to provide a review checkpoint before proceeding to the next batch.

What is the best way to prevent drift when executing a complex workflow?

The best way to prevent drift during complex workflow execution is enforcing review checkpoints between sequential batches. This critical review phase reads the plan, raises questions, and requests clarifications before continuing.

How does per-task status tracking work during sequential batch execution?

Per-task status tracking works by applying deterministic task handling within each sequential batch. It logs verification outputs and commits versioned changes after every batch to ensure traceability and accurate progress reporting.

Do I need to commit changes after every batch when running an implementation plan?

Yes, you need to commit changes after every batch when running an implementation plan. Commit-based change logging ensures version traceability and provides clear progress reporting for stakeholder feedback between review checkpoints.

Can I raise blockers and request clarifications before proceeding to the next batch?

Yes, you can raise blockers and request clarifications before proceeding. The critical review phase evaluates concerns after loading a plan and prior to executing the next batch, preventing miscommunication during complex tasks.