Parallel Dispatch

When the user's message contains multiple INDEPENDENT tasks in one turn, fan out to N subagents in a single response instead of executing sequentially. Detects compound requests ("check A and also B", "all three of these", "look up X, grep for Y, and read Z") and routes each unit to the most specific worker (Explore, general-purpose, ...). Triggers automatically whenever a single user turn has ≥ 2 independent actionable items. Skip when items depend on each other (must be sequential).

BK202503 Updated

File contents

BK202503/open-claude-all/tree/main/skills/parallel-dispatch commit 2294fcc8fc

Frequently asked questions

npx skillmds@latest add bk202503/parallel-dispatch