sub-agent-orchestrator
Installation
SKILL.md
Sub-Agent Orchestrator
Design and execute multi-agent pipelines where each step is a different agent that depends on the previous one. Define roles, dependencies, and handoffs in YAML, then run sequential, parallel, conditional, loop, and map-reduce workflows with retry, timeout, and validation.
Unlike Agent Army (homogeneous parallel code changes) and Agent Swarm (homogeneous parallel data processing), this orchestrator coordinates heterogeneous pipelines where the output of A feeds the input of B.
Contents
references/patterns.md-- The six workflow patterns and the comparison to Agent Army/Swarm.references/workflow-schema.md-- Full YAML workflow definition language.references/examples.md-- Complete worked workflows (research-to-proposal, lead scoring).references/execution-engine.md-- Per-step execution model, retry, timeout, validation, edge cases.references/templates.md-- Reusable workflow scaffolds.references/visual-and-reporting.md-- Text diagrams and the execution report template.