parallel-dispatch

Dispatch and monitor parallel worker agents for DAG-based tasks.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill parallel-dispatch-ahmedelhadarey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parallel-dispatch
Source: https://github.com/AhmedElhadarey/Gilfoyle/tree/main/skills/parallel-dispatch
Command: npx skills add https://github.com/AhmedElhadarey/Gilfoyle --skill parallel-dispatch-ahmedelhadarey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Parallel-dispatch provides a structured engine to orchestrate and monitor multiple worker agents executing DAG-parallel tasks concurrently, reducing coordination overhead and latency.

Core Features & Use Cases

  • Dispatches parallel task groups and provisions ephemeral workers
  • Monitors progress, aggregates results, and handles failure recovery
  • Use Case: orchestrating a complex DAG where independent tasks run in parallel and downstream tasks resume once upstreams complete

Quick Start

Initialize the parallel-dispatch workflow to spawn and supervise parallel worker groups from your DAG.

Frequently Asked Questions about parallel-dispatch

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

FAQPage Schema
How do I orchestrate parallel workers for complex DAG tasks?

To orchestrate parallel workers for complex DAG tasks, initialize a parallel-dispatch workflow that provisions ephemeral worker groups, monitors progress, aggregates results, and handles failure recovery. It coordinates execution via a worker and message-bus protocol.

What is deterministic dispatch and how does it manage parallel task groups?

Deterministic dispatch ensures parallel task groups are provisioned and supervised predictably. The engine spawns ephemeral workers, monitors them within time bounds, and aggregates results safely until upstream DAG tasks complete and downstream tasks resume.

How do I handle failure recovery when running parallel workers in a DAG?

Handle failure recovery for parallel DAG workers by using a structured orchestration engine that monitors time-bounded execution. The workflow safely coordinates failure handling via a message-bus protocol to resume downstream tasks after upstream failures.

Can I monitor multiple worker agents concurrently without coordination issues?

Yes, you can monitor multiple worker agents concurrently without coordination issues. The engine uses a worker and message-bus protocol to ensure safe coordination, time-bounded monitoring, and deterministic dispatch across parallel task groups.

Do I need a message-bus protocol to run time-bounded monitoring for parallel tasks?

Yes, a worker and message-bus protocol is required to achieve safe coordination and time-bounded monitoring for parallel tasks. This protocol ensures deterministic dispatch and failure handling across ephemeral worker groups executing DAG-based workflows.