Dispatching Parallel Agents

Dispatch one focused agent per independent problem domain so investigations run concurrently. Use when facing 2+ independent tasks with no shared state — for example "spawn agents in parallel", "parallel debugging", "fan out tasks", "investigate multiple failures at once", or "distribute independent work across agents".

I-Onlabs Updated

File contents

I-Onlabs/claude-code-skills/tree/main/dispatching-parallel-agents commit 03f0aebcdc

Frequently asked questions

npx skillmds@latest add i-onlabs/dispatching-parallel-agents