plan-executor

Dispatches and sequences grap-based subtask execution with automated progress tracking and reporting.

Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Vamdawn/ai-forge --skill plan-executor-vamdawn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-executor
Source: https://github.com/Vamdawn/ai-forge/tree/main/skills/plan-executor
Command: npx skills add https://github.com/Vamdawn/ai-forge --skill plan-executor-vamdawn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates multi-agent plan execution for projects requiring a structured plan file, advancing tasks through SubAgents and enforcing TDD and code-review gates.

Core Features & Use Cases

  • Deconstructs a plan file into discrete tasks with identifiers and dependencies.
  • Dispatches SubAgents to execute tasks while enforcing TDD and code-review gates.
  • Builds a dependency graph to identify parallelizable work and sequential steps.
  • Tracks progress and surfaces a live status table after each task.

Quick Start

Provide a plan file path to activate plan execution and let the orchestrator decompose and dispatch tasks.

Frequently Asked Questions about plan-executor

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

FAQPage Schema
How do I orchestrate multi-agent plan execution from a structured file?

Multi-agent plan execution is orchestrated by loading a structured plan file to decompose tasks, dispatch SubAgents, and enforce TDD and code-review gates. The orchestrator builds a dependency graph to identify parallelizable work and tracks progress through a DISPATCH to DONE lifecycle.

Can I enforce TDD and code-review gates across complex workflows?

Yes, you can enforce TDD and code-review gates by dispatching SubAgents to execute tasks. The orchestrator applies these gates across complex workflows, ensuring controlled tool access and task validation before advancing progress.

What's the best way to decompose tasks and track parallelizable work in a project?

Decomposing tasks and tracking parallelizable work is handled by building a dependency graph from a structured plan file. This identifies sequential steps and parallel tasks, surfacing a live status table after each task is dispatched and reviewed.

Do I need a specific plan file format to automate task dispatch?

You need to provide a plan file path to activate plan execution. The orchestrator loads project context from this file to deconstruct it into discrete tasks with identifiers and dependencies, enabling automated SubAgent dispatch.

How does the DISPATCH REVIEW DONE lifecycle work for SubAgents?

The DISPATCH REVIEW DONE lifecycle advances tasks by dispatching SubAgents for execution, applying TDD and code-review gates, and marking completion. Progress is tracked continuously, and a live status table is surfaced after each task finishes.