agent-team-orchestration

Coordinate multi-agent teams with defined roles and task lifecycle handoffs.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/adelpro/openclaw-arsenals --skill agent-team-orchestration-adelpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-team-orchestration
Source: https://github.com/adelpro/openclaw-arsenals/tree/main/02-skills/agent-team-orchestration
Command: npx skills add https://github.com/adelpro/openclaw-arsenals --skill agent-team-orchestration-adelpro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate multi-agent collaboration by defining roles, task lifecycles, handoff protocols, and review workflows to minimize coordination overhead.

Core Features & Use Cases

  • Define roles: Orchestrator, Builder, Reviewer, Ops; routing logic and ownership.
  • Enforce task lifecycles: Inbox → Assigned → In Progress → Review → Done with per-transition comments.
  • Structured handoffs: include what was done, artifact paths, verification steps, known issues, and next actions.
  • Reviews and quality gates: ensure artifacts meet specs before progression.
  • Async collaboration and artifact sharing: supports distributed teams across time zones.

Quick Start

Define a two-agent team (Orchestrator and Builder), spawn a task, and specify artifact output paths and handoff criteria.

Frequently Asked Questions about agent-team-orchestration

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

FAQPage Schema
How do I coordinate a multi-agent workflow with structured task handoffs?

Coordinate multi-agent workflows by defining specific agent roles, enforcing task lifecycles from Inbox to Done, and using structured handoffs that include artifact paths, verification steps, and next actions to minimize overhead.

What is a task lifecycle in multi-agent orchestration?

A task lifecycle in multi-agent orchestration is a defined state workflow: Inbox → Assigned → In Progress → Review → Done. It enforces routing logic and ownership while tracking per-transition comments for quality control.

How do I set up review gates for quality control in a multi-agent team?

Set up review gates by assigning a Reviewer role within your multi-agent team. The Reviewer evaluates artifacts against specifications before allowing the task lifecycle to transition from the Review state to Done.

Can I use multi-agent orchestration for async collaboration across distributed teams?

Yes, multi-agent orchestration supports async collaboration and artifact sharing for distributed teams across time zones by defining roles like Orchestrator and Ops, and routing tasks through structured handoff protocols.

What is the minimum number of agents needed for task lifecycle orchestration?

Task lifecycle orchestration applies to team-based workflows requiring a minimum of two agents. You can start with a basic Orchestrator and Builder setup to spawn tasks and specify artifact output paths.

What should be included in a structured handoff between agents?

A structured handoff between agents should include what was done, artifact paths, verification steps, known issues, and next actions. This ensures clear ownership transitions during the task lifecycle.