Agent Team Orchestration

# Agent Team Orchestration Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Agent Team Orchestration" with this command: npx skills add amdf01-debug/sw-agent-team-orch

Agent Team Orchestration Skill

Trigger

Set up multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows.

Trigger phrases: "multi-agent team", "agent orchestration", "set up agents", "task routing", "agent handoff", "agent coordination"

Process

  1. Define roles: What each agent specialises in
  2. Task lifecycle: inbox → spec → build → review → done
  3. Handoff protocol: How agents pass work between each other
  4. Quality gates: Review checkpoints before work moves forward
  5. Shared state: How agents share context and artifacts

Team Architecture Template

# Agent Team: [Name]

## Roles
### Manager Agent
- Routes incoming tasks to specialists
- Reviews completed work before delivery
- Escalates blocked tasks to human
- Model: [recommended model for this role]

### Specialist Agent: [Role Name]
- Handles: [task types]
- Outputs: [deliverable format]
- Quality bar: [minimum criteria]
- Model: [recommended model]

## Task Lifecycle
1. **Inbox**: New task arrives → Manager triages
2. **Assigned**: Manager routes to specialist with brief
3. **In Progress**: Specialist works, updates shared state
4. **Review**: Manager (or reviewer agent) checks output
5. **Revision**: If quality gate fails → back to specialist with notes
6. **Done**: Approved → delivered to requester

## Handoff Protocol
- Include: task description, context, acceptance criteria, deadline
- Never: assume context from previous tasks — always be explicit
- Format: structured JSON or markdown brief

## Quality Gates
- [ ] Output matches acceptance criteria
- [ ] No hallucinated data
- [ ] Formatting matches specification
- [ ] All links/references verified
- [ ] Spell-checked and proofread

Rules

  • One task per agent at a time (focus > multitasking)
  • Always include acceptance criteria in task briefs
  • Shared state in files, not in agent memory (survives restarts)
  • Model selection matters: use cheap models for bulk, expensive for judgment

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Free Mission Control for OpenClaw AI Agents

JARVIS Mission Control v2 — free, self-hosted command center for OpenClaw AI agents. Kanban board, real-time chat, Claude Code session tracking, GitHub Issue...

Registry SourceRecently Updated
1.6K4Profile unavailable
Automation

OpenFleet

Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional...

Registry SourceRecently Updated
7552Profile unavailable
Coding

Epic AI Swarm Orchestration

Production playbook for running parallel AI coding agents (Claude, Codex, Gemini) with automatic model selection via duty table, token-limit auto-fallback, h...

Registry SourceRecently Updated
1680Profile unavailable
Automation

Multi-Agent Orchestrator

Production-grade multi-agent orchestration patterns. Decompose complex tasks into parallel subtasks, coordinate agent swarms, build sequential pipelines, and...

Registry Source
6590Profile unavailable