dispatch

Validate plan schemas and dispatch dependency-resolved task waves to multiple AI agents.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/athan-dial/skills --skill dispatch-athan-dial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dispatch
Source: https://github.com/athan-dial/skills/tree/main/plugins/dev/skills/dispatch
Command: npx skills add https://github.com/athan-dial/skills --skill dispatch-athan-dial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires validate-plan.sh, cursor-task-iso.sh, verify-diff.sh, checkpoint.sh, poll-wave.sh, watch-claude-bg.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of complex, multi-agent task plans, enabling organized execution of coordinated workflows.

Core Features & Use Cases

  • Plan Decomposition: Converts high-level plans into actionable, dependency-resolved waves.
  • Multi-Agent Dispatch: Executes tasks in parallel across Cursor, Codex, or Claude, respecting dependencies.
  • Use Case: Automate a multi-step codebase refactor by decomposing tasks and dispatching them concurrently while monitoring progress.

Quick Start

Use the dispatch skill to validate your plan directory and initiate execution of scheduled task waves with live status streaming.

Frequently Asked Questions about dispatch

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

FAQPage Schema
How do I orchestrate multi-agent workflows for parallel task execution?

Multi-agent workflow orchestration executes structured task plans by validating schemas, resolving dependencies, and dispatching parallel waves across Cursor, Codex, or Claude. It coordinates concurrent execution with real-time progress monitoring and checkpoint validation.

What is the best way to decompose a large codebase refactor into parallel tasks?

Decomposing a large codebase refactor involves breaking high-level plans into actionable, dependency-resolved waves that execute concurrently while respecting dependencies. This enables automated multi-step refactoring with live status streaming and progress monitoring.

Can I use this to coordinate execution across Cursor, Codex, and Claude simultaneously?

Yes, multi-agent dispatch executes tasks in parallel across Cursor, Codex, or Claude while respecting dependencies. The system coordinates execution steps securely and streams live progress status for concurrent agents.

How do I validate a multi-agent task plan schema before dispatching?

Validating a multi-agent task plan schema involves running validation scripts against the plan directory to ensure consistency and correct formatting of dependency-resolved waves. This verifies the plan structure before dispatching tasks to concurrent agents.

Does multi-agent task dispatch work with dependency management and progress tracking?

Multi-agent task dispatch integrates dependency management by resolving task dependencies into sequential execution waves and tracking progress in real time. It coordinates execution steps securely while streaming live status updates across concurrent agents.

When should I avoid parallel execution for multi-agent workflow orchestration?

Avoid parallel execution when task dependencies are tightly coupled or cannot be resolved into independent waves. If your project requires strict sequential processing or lacks a structured plan schema, coordinated multi-agent dispatch may not be suitable.