Dispatch Parallel Agents
skill · v1.0.0
Decompose a multi-task problem into independent units and dispatch subagents in parallel. Use when facing 2+ independent tasks with no shared state or sequential dependencies. Each agent gets a self-contained prompt with full context.
Tags: agentsparallelsubagentdispatch
Invocation contract
Inputs
tasks(array, required) — List of independent tasks to dispatch in parallel.
Outputs
synthesis(string) — Synthesized result from all agent outputs with conflicts identified.agent_outputs(array) — Raw outputs from each dispatched agent.
Side effects
spawns parallel subagentsmay write files via subagents