agent-supervisor-pattern
Installation
SKILL.md
Agent Supervisor Pattern
Design centralized orchestration systems where a supervisor agent coordinates specialized worker agents.
When to Use
- Complex tasks requiring multiple specialized agents
- Need clear visibility into agent decision-making
- Workflows requiring sequential or conditional agent execution
- Systems where human oversight is important
- Tasks with clear subtask decomposition
Architecture Overview
┌─────────────┐
│ SUPERVISOR │
│ AGENT │
└──────┬──────┘
Related skills