← All skills
Tencent SkillHub · AI

Agent Team Orchestration

Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/communication.md, references/patterns.md, references/task-lifecycle.md, references/team-setup.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

Agent Team Orchestration

Production playbook for running multi-agent teams with clear roles, structured task flow, and quality gates.

Quick Start: Minimal 2-Agent Team

A builder and a reviewer. The simplest useful team.

1. Define Roles

Orchestrator (you) — Route tasks, track state, report results Builder agent — Execute work, produce artifacts

2. Spawn a Task

1. Create task record (file, DB, or task board) 2. Spawn builder with: - Task ID and description - Output path for artifacts - Handoff instructions (what to produce, where to put it) 3. On completion: review artifacts, mark done, report

3. Add a Reviewer

Builder produces artifact → Reviewer checks it → Orchestrator ships or returns That's the core loop. Everything below scales this pattern.

Roles

Every agent has one primary role. Overlap causes confusion. RolePurposeModel guidanceOrchestratorRoute work, track state, make priority callsHigh-reasoning model (handles judgment)BuilderProduce artifacts — code, docs, configsCan use cost-effective models for mechanical workReviewerVerify quality, push back on gapsHigh-reasoning model (catches what builders miss)OpsCron jobs, standups, health checks, dispatchingCheapest model that's reliable → Read references/team-setup.md when defining a new team or adding agents.

Task States

Every task moves through a defined lifecycle: Inbox → Assigned → In Progress → Review → Done | Failed Rules: Orchestrator owns state transitions — don't rely on agents to update their own status Every transition gets a comment (who, what, why) Failed is a valid end state — capture why and move on → Read references/task-lifecycle.md when designing task flows or debugging stuck tasks.

Handoffs

When work passes between agents, the handoff message includes: What was done — summary of changes/output Where artifacts are — exact file paths How to verify — test commands or acceptance criteria Known issues — anything incomplete or risky What's next — clear next action for the receiving agent Bad handoff: "Done, check the files." Good handoff: "Built auth module at /shared/artifacts/auth/. Run npm test auth to verify. Known issue: rate limiting not implemented yet. Next: reviewer checks error handling edge cases."

Reviews

Cross-role reviews prevent quality drift: Builders review specs — "Is this feasible? What's missing?" Reviewers check builds — "Does this match the spec? Edge cases?" Orchestrator reviews priorities — "Is this the right work right now?" Skip the review step and quality degrades within 3-5 tasks. Every time. → Read references/communication.md when setting up agent communication channels. → Read references/patterns.md for proven multi-step workflows.

Reference Files

FileRead when...team-setup.mdDefining agents, roles, models, workspacestask-lifecycle.mdDesigning task states, transitions, commentscommunication.mdSetting up async/sync communication, artifact pathspatterns.mdImplementing specific workflows (spec→build→test, parallel research, escalation)

Spawning without clear artifact output paths

Agent produces great work, but you can't find it. Always specify the exact output path in the spawn prompt. Use a shared artifacts directory with predictable structure.

No review step = quality drift

"It's a small change, skip review." Do this three times and you have compounding errors. Every artifact gets at least one set of eyes that didn't produce it.

Agents not commenting on task progress

Silent agents create coordination blind spots. Require comments at: start, blocker, handoff, completion. If an agent goes silent, assume it's stuck.

Not verifying agent capabilities before assigning

Assigning browser-based testing to an agent without browser access. Assigning image work to a text-only model. Check capabilities before routing.

Orchestrator doing execution work

The orchestrator routes and tracks — it doesn't build. The moment you start "just quickly doing this one thing," you've lost oversight of the rest of the team.

When NOT to Use This Skill

Single-agent setups — Just follow standard AGENTS.md conventions. Team orchestration adds overhead that solo agents don't need. One-off task delegation — Use sessions_spawn directly. This skill is for sustained workflows with multiple handoffs. Simple question routing — If you're just forwarding a question to a specialist, that's a message, not a workflow. This skill is for sustained team workflows — recurring collaboration patterns where agents depend on each other's output over multiple tasks.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • references/communication.md Docs
  • references/patterns.md Docs
  • references/task-lifecycle.md Docs
  • references/team-setup.md Docs