agent-dispatch-playbook

Generate dispatch plans specifying isolation models, agent counts, sequencing, and model assignments.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/DojoGenesis/gateway --skill agent-dispatch-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-dispatch-playbook
Source: https://github.com/DojoGenesis/gateway/tree/main/plugins/agent-orchestration/skills/agent-dispatch-playbook
Command: npx skills add https://github.com/DojoGenesis/gateway --skill agent-dispatch-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plans and orchestrates multi-agent workflows by generating a precise dispatch plan that defines the isolation model, the number of agents, execution sequencing, and per-agent model assignments.

Core Features & Use Cases

  • Plan parallel agent tasks across one or more repositories with clear isolation strategies.
  • Support for patterns such as worktree-based tracks, cross-repo parallel execution, audit swarms, sequential fixes, and phased pipelines.
  • Example scenarios include coordinating two or more tracks in separate repos to accelerate delivery while respecting dependencies.

Quick Start

Describe a dispatch plan for a multi-agent workflow, including file scope, verification, and agent prompts.

Frequently Asked Questions about agent-dispatch-playbook

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

FAQPage Schema
How do I orchestrate multi-agent workflows across multiple repositories?

Orchestrate multi-agent workflows by generating a dispatch plan that defines isolation models, agent counts, execution sequencing, and per-agent model assignments for coordinating parallel work across repos.

What is a dispatch plan for parallel agent execution?

A dispatch plan for parallel agent execution specifies file scopes, verification commands, safety checks, and per-agent prompts to align deterministic agent-driven workflows within a defined isolation model.

How do I plan sequential fixes and phased pipelines with multiple agents?

Plan sequential fixes and phased pipelines by defining execution sequencing within a dispatch plan, ensuring multiple agents respect dependencies and align verification commands across each phase.

Can I coordinate parallel execution across separate worktree-based tracks?

Yes, you can coordinate parallel execution across separate worktree-based tracks by specifying worktree isolation strategies in the dispatch plan to accelerate delivery while maintaining clear boundaries.

What is the best way to assign models to individual agents in an audit swarm?

Assign models to individual agents in an audit swarm by specifying per-agent model assignments within the dispatch plan, aligning each agent's prompt and file scope to its designated model.

Do I need specific isolation models for cross-repo parallel execution?

Yes, cross-repo parallel execution requires defining specific isolation models in the dispatch plan to ensure deterministic agent-driven workflows and prevent file scope conflicts across repositories.