execute-plan

Orchestrate specialized agents to execute plan Success Criteria with TDD validation.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/changoo89/claude-pilot --skill execute-plan-changoo89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute-plan
Source: https://github.com/changoo89/claude-pilot/tree/main/.claude/skills/execute-plan
Command: npx skills add https://github.com/changoo89/claude-pilot --skill execute-plan-changoo89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates the end-to-end execution of plan SCs by orchestrating specialized agents to implement Success Criteria in parallel when safe, while using worktree isolation, TDD/Ralph Loop validation, and GPT delegation for blockers.

Core Features & Use Cases

  • Parallel SC execution with dependency-aware grouping and agent specialization

  • Worktree-based isolation to keep SCs independent

  • TDD-driven validation with Ralph Loop and automated verification gates

  • GPT delegation for blocked SCs and escalations

  • Use Case: When a plan contains independent SCs for UI, API, and tests that touch different files, the skill executes them concurrently to accelerate delivery.

Quick Start

Spawn teammates to implement SCs from the active plan using TDD, Ralph Loop, and worktree isolation.

Frequently Asked Questions about execute-plan

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

FAQPage Schema
How do I execute Success Criteria from a plan in parallel?

Execute Success Criteria in parallel by orchestrating specialized agents to implement independent SCs concurrently, using dependency-aware grouping to accelerate delivery when tasks touch different files.

What is worktree isolation for parallel task execution?

Worktree isolation keeps independent Success Criteria separate during parallel execution, preventing file conflicts and allowing specialized agents to implement SCs without interfering with each other.

How does TDD validation work during Success Criteria implementation?

TDD validation applies test-driven development with Ralph Loop and automated verification gates to ensure tests pass and documentation stays in sync before Success Criteria execution completes.

How do you handle blocked Success Criteria during parallel execution?

Blocked Success Criteria are handled through GPT delegation, which escalates blockers to maintain momentum and quality while other independent SCs continue parallel execution.

When should I use parallel SC execution for my development plan?

Use parallel SC execution when your plan contains independent Success Criteria for different components like UI, API, and tests that touch different files, allowing concurrent implementation to accelerate delivery.

What safety guardrails are needed for coordinating multiple agents?

Safety guardrails for coordinating multiple agents include automated verification gates, TDD-driven validation, and worktree isolation to ensure tests pass and documentation remains synchronized throughout execution.