dispatch
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)
More from alexanderguy/skills
philosophy
Engineering philosophy and work culture principles. Load this skill when making architectural decisions or to understand the team's work principles.
17scribe
Maintain product, architecture, and implementation docs — routes input, detects gaps, and interviews for completeness
13typescript
TypeScript-specific coding conventions and type system patterns. Always load this skill when writing or reviewing TypeScript code.
13code-review
Perform a code review or pull request review on a branch
13pull-request-review
Review a pull request by branch name or URL, using a git worktree
13style
General coding conventions for clean, maintainable code. Always load this skill when writing or reviewing code in any language.
12