← Back to registry
Skill
dispatching-parallel-agents
Use when splitting complex work into parallelizable tasks and coordinating multiple agents. Focus on clear task boundaries, shared context, and consolidation of results.
Install
One-line setup
Copy and run this in your terminal to install the skill. Re-run to reinstall and update an existing install.
npx codex-skills-registry@latest --skill=ai/dispatching-parallel-agents --yesDispatching Parallel Agents
Break large tasks into parallel units with clear boundaries and merge outputs safely.
Quick Start
1) Split the goal into independent tasks.
2) Assign each agent a clear scope and output format.
3) Merge results and resolve conflicts.
Guardrails
- Avoid overlapping scopes to reduce conflicting edits.
- Require each agent to state assumptions and sources.
- Consolidate into a single coherent output before shipping.
References
- Extended examples:
references/examples.md