# 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.

- Skill: `vadimcomanescu/dispatching-parallel-agents` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add vadimcomanescu/dispatching-parallel-agents`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vadimcomanescu/dispatching-parallel-agents/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: vadimcomanescu (https://skillmd.com/u/vadimcomanescu)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/vadimcomanescu/dispatching-parallel-agents

---


# Dispatching 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`

