executing-plans

Coordinate execution of written implementation plans through batched tasks with checkpoints.

5|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/mrtolkien/GHOST --skill executing-plans-mrtolkien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/mrtolkien/GHOST/tree/main/prompts/skills/superpowers/executing-plans
Command: npx skills add https://github.com/mrtolkien/GHOST --skill executing-plans-mrtolkien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate execution of a written implementation plan.

Core Features & Use Cases

  • Batch execution with checkpoints
  • Review loops between batches
  • Progress reporting for operator feedback

Quick Start

Load the plan, review it for issues, and start executing 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 checkpoints?

To execute a plan in batches with checkpoints, load the written plan, review it for gaps, and process tasks in structured groups. The system maintains in-progress and completed states, pausing for operator reviews and progress reports between batches.

What is structured batch processing for workflow orchestration?

Structured batch processing for workflow orchestration coordinates plan execution by grouping tasks, maintaining progress states, and enforcing checkpoint reviews. It ensures operators can review gaps and refine plans iteratively before proceeding to the next batch.

How do I review an implementation plan for gaps before execution?

Reviewing an implementation plan for gaps involves loading the plan into the orchestration workflow, analyzing its tasks, and identifying missing steps before execution. This checkpoint process ensures iterative refinement and complete task coverage.

Can I get progress reports between batches during plan execution?

Yes, you can get progress reports between batches during plan execution. The orchestration workflow pauses at checkpoints to provide operator feedback, maintaining in-progress and completed states to track the execution flow accurately.

Does this batch execution workflow support iterative refinement?

Yes, this batch execution workflow supports iterative refinement. It enforces review loops between batches, allowing operators to identify gaps, adjust the plan, and update task states before resuming structured execution.

When should I use checkpoint reviews for plan automation?

Use checkpoint reviews for plan automation when executing complex workflows that require operator feedback and gap analysis. Checkpoints prevent errors by validating completed states and enabling iterative refinement before proceeding to the next batch.