agent-team-orchestration

Orchestrate multi-agent workflows with roles, task lifecycles, and review gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchestrate teams of specialized agents to ensure work moves reliably from spec to build to review with clear ownership, artifact locations, and quality gates so work does not get lost, duplicated, or degraded over time.

Core Features & Use Cases

  • Role definitions: Prescribes Orchestrator, Builder, Reviewer, and Ops roles and how to match model capabilities to responsibilities.
  • Structured task lifecycle: Defines Inbox → Assigned → In Progress → Review → Done | Failed transitions with comment conventions and decision logging.
  • Robust handoffs and reviews: Defines what a good handoff contains, artifact conventions, review rotation, and escalation paths for blockers.
  • Use cases: Setting up a minimal 2-agent builder/reviewer loop, parallel research tasks, cron-based ops (standups, health checks), and batch processing with aggregation.

Quick Start

Spawn a builder and a reviewer, give them a task ID, an exact shared output path, and explicit handoff instructions so the team runs spec to build to review and closes the task when verified.

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 multi-agent workflows with clear handoffs between tasks?

Multi-agent workflows are coordinated by assigning explicit roles like Orchestrator, Builder, and Reviewer, enforcing structured task lifecycle transitions from Inbox to Done, and validating shared artifact paths at each handoff. This ensures work moves reliably without loss.

What is a structured task lifecycle for managing multi-agent handoffs and escalations?

A structured task lifecycle for multi-agent handoffs defines state transitions—Inbox, Assigned, In Progress, Review, Done, or Failed—alongside comment conventions and decision logging to enforce quality gates and manage escalations for blockers.

How do I set up a minimal builder and reviewer loop for parallel research batches?

Spawn a builder and a reviewer, assign them a task ID, define an exact shared output path, and provide explicit handoff instructions to run spec to build to review pipelines, closing the task only when verification is complete.

Does multi-agent orchestration work for scheduled ops and batch processing?

Multi-agent orchestration works for scheduled ops like standups and health checks, as well as batch processing with aggregation, by matching model capabilities to responsibilities and applying structured task lifecycle states to manage work.

When do I need explicit roles and defined task lifecycle states for multi-agent teams?

Explicit roles and defined task lifecycle states are needed when applying orchestration to teams of two or more agents to prevent work from getting lost, duplicated, or degraded over time during spec to build to review pipelines.

What should a good handoff contain in a multi-agent orchestration pipeline?

A good handoff in multi-agent orchestration contains explicit role assignments, defined task lifecycle states, shared artifact paths, and handoff instructions that are validated at each transition to ensure clear ownership and quality gates.