Scheduled upgrade in progress. Some pages may load slowly or ask you to retry.

Dispatching Parallel Agents

The parallel fan-out primitive. Routed to by any skill or command that splits work across independent units and dispatches an agent per unit — subagent-driven-development, /sprint, parallel /review. It owns the dispatch/collect/funnel discipline: bound concurrency, isolate units, collect every result, dedupe overlap, and funnel through finding-triage then checkpoint-aggregator. Raw agent output is never consumed before the funnel runs; an agent that errors drops its unit without corrupting the batch.

majiayu000 8861199 2 files · 8.0 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/other/dispatching-parallel-agents commit 8861199bcb

Frequently asked questions

npx skillmds add majiayu000/dispatching-parallel-agents