dispatch

Installation
SKILL.md

Dispatch

Orchestrate parallel subagent task runs across a dependency graph. Fan out work to subagents, fan in results, validate, critique, verify, fix failures, commit, and repeat until done.

Terminology

Important: Dispatch is a skill you load with skill(name="dispatch"), not a command to run.

  • "Run" or "the run" = One complete instance of dispatch orchestrating tasks
  • "Loading dispatch" = Starting the skill (not "invoking" or "executing")
  • "Running tasks" = When subagents perform work

Avoid "execute dispatch" - use "run dispatch" or "load dispatch skill" instead.

Input Resolution

Dispatch figures out what to run based on the argument:

No argument → Run latest dispatch (newest dispatch/<name>/ directory by creation time)

Related skills
Installs
4
GitHub Stars
2
First Seen
Mar 17, 2026