executing-plans

Execute plan tasks in batches with TDD and review checkpoints.

3|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/HankLiu447/SuperSpec --skill executing-plans-hankliu447
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: executing-plans
Source: https://github.com/HankLiu447/SuperSpec/tree/main/skills/executing-plans
Command: npx skills add https://github.com/HankLiu447/SuperSpec --skill executing-plans-hankliu447

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams execute a written plan in controlled batches, providing review checkpoints between batches to maintain alignment with the plan and ensure quality.

Core Features & Use Cases

  • Batch execution: Run tasks in defined batches with explicit user feedback between batches.
  • TDD-driven: Enforce test-driven development per task to validate changes before progressing.
  • Plan-driven workflow: Load plan files, track progress, and report results for review and approval.
  • Use Case: When you have a detailed plan to implement in a separate session, use this skill to execute the plan in stages with checkpoints and verifications.

Quick Start

Load your plan from superspec/changes/[id]/plan.md and begin Batch 1 (default 3 tasks). Review results and wait for feedback before continuing.

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 development plan in controlled batches with review checkpoints?▼

Batch plan execution loads your plan file and runs tasks in defined batches, pausing for explicit user feedback between batches to maintain alignment and ensure quality before progressing.

What is a TDD-driven plan execution workflow?▼

A TDD-driven plan execution workflow enforces test-driven development per task to validate changes before progressing, tracking progress and reporting results for review and approval at each checkpoint.

How do I load and run a plan file in stages with user feedback?▼

Load your plan file from the specified path and begin execution with a default of three tasks per batch, reviewing results and waiting for explicit feedback before continuing to the next batch.

Can I adjust the default batch size when executing tasks from a plan?▼

The default batch size for plan execution is three tasks, with pauses for user feedback between batches to ensure controlled execution and alignment with the original plan.

When do I need batch execution with built-in reviews for my workflow?▼

You need batch execution with reviews when you have a detailed plan to implement in a separate session and require controlled stages with checkpoints, verifications, and enforced TDD per task.

What are the limitations of batch execution for plan implementation?▼

Batch execution requires a pre-written plan file to load and relies on explicit user feedback between batches, meaning it cannot proceed autonomously past review checkpoints without manual approval.