parallel-dispatch

Dispatch parallel DAG task groups by spawning and coordinating worker agents.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill parallel-dispatch-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-dispatch
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/parallel-dispatch
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill parallel-dispatch-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the parallel execution of DAG tasks by dispatching and managing multiple worker agents, including monitoring, aggregation, and failure recovery.

Core Features & Use Cases

  • Dispatch parallel groups of tasks from a DAG and spawn worker agents
  • Monitor progress, aggregate results, and handle failures with recovery strategies
  • Scale up to multiple concurrent workers while enforcing limits and safety

Quick Start

Dispatch the next ready parallel group from your DAG and begin monitoring until completion.

Frequently Asked Questions about parallel-dispatch

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

FAQPage Schema
How do I execute parallel tasks in a DAG concurrently?

To execute parallel tasks in a DAG concurrently, you dispatch ready groups by spawning worker agents and coordinating their execution. This orchestration manages dispatch, monitoring, aggregation, and failure recovery.

What is the best way to monitor worker agents and recover from failures in a DAG workflow?

The best way to monitor worker agents and handle failures in a DAG workflow is using heartbeat monitoring and a message bus. These coordinate execution, track progress, and trigger safe fallback or recovery strategies.

Do I need an agent factory and message bus to orchestrate parallel DAG workflows?

Yes, you need an agent factory and a message bus to orchestrate parallel DAG workflows. These components, along with heartbeat monitoring, are required to ensure timely completion and safe fallback.

Can I scale to multiple concurrent worker agents while enforcing safety limits?

Yes, you can scale to multiple concurrent worker agents while enforcing safety limits. The orchestration process manages dispatching parallel task groups and coordinates execution up to your defined limits.

How does DAG task aggregation work after spawning parallel workers?

DAG task aggregation works by monitoring the spawned parallel worker agents until completion and then collecting their results. The coordination mechanism tracks progress and handles any failures with recovery strategies.

Why does parallel DAG task dispatch require heartbeat monitoring?

Parallel DAG task dispatch requires heartbeat monitoring to ensure timely completion and safe fallback. It tracks the health of spawned worker agents during concurrent execution and triggers failure recovery when needed.