dispatching-parallel-agents

Dispatch independent agents to run parallel tasks with structured result integration.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill dispatching-parallel-agents-oduffy-delphi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatching-parallel-agents
Source: https://github.com/oduffy-delphi/coordinator-claude/tree/main/plugins/coordinator/skills/dispatching-parallel-agents
Command: npx skills add https://github.com/oduffy-delphi/coordinator-claude --skill dispatching-parallel-agents-oduffy-delphi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch independent agents to tackle 2+ separate tasks in parallel, reducing total time and enabling focused exploration per domain.

Core Features & Use Cases

  • One agent per independent problem domain to avoid shared state and contention
  • Background execution for long-running tasks with non-blocking coordination
  • Structured review and integration of agent results to form a coherent plan
  • Guidelines for when and how to dispatch, monitor, and converge on results

Quick Start

Dispatch independent agents for separate tasks and monitor their results as they complete.

Frequently Asked Questions about dispatching-parallel-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel agents for independent tasks with no shared state?

Dispatch parallel agents by assigning one agent per independent problem domain to avoid contention. This approach enables background execution and focused exploration for distinct tasks without sequential dependencies.

When should I use parallel agent orchestration instead of sequential processing?

Use parallel agent orchestration when you have 3 or more distinct problems with no shared state or sequential dependencies. It reduces total execution time by allowing autonomous agents to tackle separate tasks simultaneously.

What's the best way to coordinate background execution for long-running parallel agents?

Coordinate background execution using non-blocking monitoring to track long-running agents. This allows you to dispatch multiple autonomous agents for separate tasks while waiting for their structured results to converge.

How do I integrate results from multiple parallel agents into a coherent plan?

Integrate parallel agent results through structured review and convergence. As each autonomous agent completes its independent task, monitor and combine their outputs to form a coherent, integrated plan.

Can I dispatch parallel agents for tasks that share data or have sequential dependencies?

Dispatching parallel agents is designed for tasks with no shared state or sequential dependencies. If your problems require shared data or sequential steps, this parallel orchestration approach is not suitable.

Does parallel agent dispatching work for data collection and research synthesis?

Parallel agent dispatching works well for data collection and research synthesis. By assigning one autonomous agent per problem domain, you can gather and synthesize information from multiple independent sources simultaneously.