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.

vadimcomanescu Updated

File contents

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

vadimcomanescu/codex-skills/tree/main/skills/.experimental/ai/dispatching-parallel-agents commit 19c47a80e0

Frequently asked questions

npx skillmds@latest add vadimcomanescu/dispatching-parallel-agents