agent-orchestration

Coordinates complex tasks by delegating to specialist sub-agents with defined success criteria and verification protocols.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/arendon1/agent-skills --skill agent-orchestration-arendon1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-orchestration
Source: https://github.com/arendon1/agent-skills/tree/main/agent-orchestration
Command: npx skills add https://github.com/arendon1/agent-skills --skill agent-orchestration-arendon1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Agent Orchestration framework gives orchestrators a principled method to route context, define measurable success criteria, and empower sub-agents to operate autonomously while ensuring verification and avoidance of common anti-patterns.

Core Features & Use Cases

  • Guidance for finding, selecting, and coordinating specialist sub-agents across domains
  • Clear, task-specific success criteria and verification checkpoints
  • Templates and references that separate orchestration strategy from agent execution

Quick Start

Provide a task with explicit success criteria and let sub-agents execute under verification.

Frequently Asked Questions about agent-orchestration

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

FAQPage Schema
How do I coordinate sub-agents for complex multi-step tasks?

Agent orchestration routes context to specialist sub-agents by enforcing discovery over prescription, requiring task-specific definitions of done, and applying canonical verification protocols to prevent pattern-driven hallucinations.

What is multi-agent orchestration and when do I need it?

Multi-agent orchestration is a framework to route context and define measurable success criteria for specialist sub-agents. You need it for multi-step projects requiring world-building context, explicit success criteria, and verification across scattered components.

How do I prevent hallucinations when delegating tasks to multiple agents?

To prevent hallucinations during agent delegation, enforce discovery over prescription for tools, establish task-specific definitions of done, and rely on canonical verification protocols to stop pattern-driven hallucinations.

Can I use agent orchestration for projects with scattered components and references?

Yes, agent orchestration is explicitly designed for multi-step projects requiring rigorous verification across scattered components and references, empowering sub-agents to operate autonomously while maintaining verifiable outcomes.

Do I need explicit success criteria to start coordinating expert agents?

Yes, you must provide a task with explicit success criteria and task-specific definitions of done before sub-agents execute. This allows autonomous operation while ensuring verifiable outcomes through rigorous verification checkpoints.