dispatch

Orchestrate parallel agent tasks across a dependency graph with quality gates.

4|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/alexanderguy/skills --skill dispatch-alexanderguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/alexanderguy/skills/tree/main/skills/dispatch
Command: npx skills add https://github.com/alexanderguy/skills --skill dispatch-alexanderguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch removes the friction of coordinating multiple agent tasks by automatically planning and executing work across a dependency graph, including validation, critique, verification, fixes, and final commit orchestration.

Core Features & Use Cases

  • Smart input resolution: Run the latest dispatch by default, or target a specific dispatch name, directory, dispatch.yaml, or spec file.
  • Spec-driven planning to executable DAG: Validates requirement completeness, captures a baseline build state, explores the codebase, extracts quality gates, and decomposes work into parallelizable tasks.
  • Quality-gated execution loop: Applies per-task critique (optionally), performs fast/verification gates, remediates failures through critique or verification fix loops, and retries until completion.

Quick Start

Load the dispatch skill with the spec file path to run the full orchestrated plan: dispatch using the provided spec file.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I orchestrate parallel agent tasks across a dependency graph?

Parallel agent task orchestration across a dependency graph is handled by automatically planning from spec inputs, decomposing work into parallelizable tasks, and executing them with enforced quality gates.

What's the best way to plan and execute coordinated feature development using subagents?

Coordinated feature development with subagents is executed by validating requirement completeness, capturing a baseline build state, exploring the codebase, and decomposing work into a manifest-driven task DAG.

How does build verification work during automated code review workflows?

Build verification during code review workflows applies fast and verification gates after per-task critique, remediating failures through fix loops and retrying until completion before final commit orchestration.

Can I use a spec file to generate a task DAG for codebase changes?

Yes, a spec file can generate an executable task DAG by validating requirement completeness, exploring the codebase, extracting quality gates, and decomposing work into parallelizable tasks.

Do I need a manifest to run parallel execution with git worktrees?

Manifest-driven task DAG creation is required to run parallel execution, ensuring safe execution with fix loops, per-task plans and outputs, and build verification across coordinated feature or bugfix execution.

Why does DAG scheduling fail when quality gates are not properly defined?

DAG scheduling requires extracted quality gates to enforce per-task critique and verification, remediating failures through fix loops to ensure safe execution and successful commit orchestration.