orchestration-pattern-selector

Select multi-agent orchestration patterns using an 11-signal matrix and output a markdown dispatch plan.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Choosing an inappropriate multi‑agent orchestration pattern leads to wasted resources, failures, and complex debugging. This Skill automates the selection process, ensuring the chosen topology matches the task’s characteristics and constraints.

Core Features & Use Cases

  • 11‑signal selection matrix that evaluates tasks against concrete criteria.
  • Clear rationales and configured parameters for the selected pattern.
  • Ready‑to‑use dispatch plan in markdown, compatible with parallel‑dispatch or maestro‑orchestration.
  • Use Cases: Designing a pipeline for sequential data processing, configuring a map‑reduce for massive parallel analysis, or setting up a jury for high‑stakes decision reviews.

Quick Start

Ask the skill to select an orchestration pattern for your task description.

Frequently Asked Questions about orchestration-pattern-selector

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

FAQPage Schema
How do I choose the right multi-agent orchestration pattern for my task?

To choose the right multi-agent orchestration pattern, evaluate your task against an 11-signal matrix that scores topology characteristics to output a markdown dispatch plan with pattern rationale and coordination parameters.

What is a multi-agent dispatch plan and how does it coordinate AI agents?

A multi-agent dispatch plan is a markdown document that defines the selected orchestration topology, coordination details, and configured parameters required to reliably execute tasks across multiple AI agents.

When should I use a map-reduce pattern versus sequential data processing for AI agents?

Use a map-reduce orchestration pattern for massive parallel analysis and a sequential pattern for pipeline data processing, with the choice determined by evaluating the task against an 11-signal selection matrix.

How do I configure a multi-agent jury pattern for high-stakes decision reviews?

Configuring a multi-agent jury pattern involves evaluating your high-stakes decision review task against the 11-signal matrix, which outputs a dispatch plan containing the required coordination details and configured parameters.

Can I use the generated dispatch plan with parallel-dispatch or maestro-orchestration frameworks?

Yes, the generated dispatch plan is formatted in markdown to be directly compatible with parallel-dispatch or maestro-orchestration setups, providing the pattern rationale and coordination details needed for execution.

Why does selecting the wrong multi-agent topology lead to debugging failures?

Selecting the wrong multi-agent topology causes wasted resources and complex debugging because the chosen pattern mismatches the task characteristics, directly impacting system performance, reliability, and quality.