executing-plans

Load, validate, and batch work items from a written plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate execution of a written plan by loading, validating, and batching work items.

Core Features & Use Cases

  • Batch execution with checkpoints for architect review
  • Critical review at each stage before proceeding
  • Structured reporting between batches

Quick Start

Load the plan file, review it for concerns, and start the first batch of three tasks.

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 project plan in batches with checkpoints?

Executing a plan in batches involves loading the written plan, validating work items, and processing tasks in groups of three. A checkpoint for critical review is enforced after each batch, requiring explicit approval before progressing to the next set of tasks.

What is batch processing with checkpoints for task execution?

Batch processing with checkpoints is a task execution method that groups work items into predefined stages. It requires loading and validating a plan, executing a batch of tasks, and pausing at a checkpoint for structured reporting and critical review before proceeding.

How do I add critical review stages between task batches?

Adding critical review stages requires a plan execution workflow that pauses after processing a batch of tasks. The workflow generates a structured progress report for that batch, enforcing a mandatory review checkpoint before allowing progression to the next work items.

Can I load and validate an existing written plan for execution?

Yes, you can load and validate an existing written plan. The execution workflow coordinates this by loading the plan file, reviewing its contents for concerns, validating the work items, and batching them into groups of three before starting task execution.

What is the best way to handle staged task execution for a project?

The best way to handle staged task execution is using a batch processing workflow with predefined checkpoints. This approach loads and validates the plan, executes tasks in groups of three, and requires critical review and structured reporting between batches until completion.

Why does batch execution stop after three tasks?

Batch execution stops after three tasks because the workflow is designed to process work items in batches of three. This stop creates a mandatory checkpoint for architect review and structured reporting, ensuring critical concerns are addressed before progressing to the next batch.