agent-teams

Coordinate Claude Code teammates to execute, review, and plan with delegate mode and quality gates.

19|3|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/changoo89/claude-pilot --skill agent-teams-changoo89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-teams
Source: https://github.com/changoo89/claude-pilot/tree/main/.claude/skills/agent-teams
Command: npx skills add https://github.com/changoo89/claude-pilot --skill agent-teams-changoo89

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate specialized Claude Code teammates to execute, review, and plan work using a strict delegate-mode workflow with automated quality gates.

Core Features & Use Cases

  • Multi-team coordination for execution, review, and planning tasks with parallel and sequential work patterns.
  • Direct teammate-to-teammate communication and shared Task List for visibility.
  • Automated quality gates via TaskCompleted and TeammateIdle hooks to ensure completion criteria.

Quick Start

Spawn a coder teammate to execute SC-1 from PLAN_PATH and enforce delegate-mode coordination with automatic completion checks.

Frequently Asked Questions about agent-teams

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

FAQPage Schema
How do I coordinate multiple Claude Code agents to work in parallel?

You can coordinate multiple Claude Code agents by spawning specialized execution, review, and planning teammates that communicate directly and operate in parallel or sequentially using a shared Task List.

What are automated quality gates in delegate-mode agent workflows?

Automated quality gates are completion checks enforced by TaskCompleted and TeammateIdle hooks, ensuring that spawned teammates meet mandatory criteria before a delegated task is considered finished.

How do I set up cross-review workflows for multi-source-control projects?

You can set up cross-review workflows by configuring team templates and per-teammate prompts that spawn review teams to monitor execution progress and discuss results across multiple source control projects.

Do I need to configure hooks before starting multi-team agent coordination?

Yes, you must configure TaskCompleted and TeammateIdle hooks, define team templates for execution, review, and planning, and set per-teammate prompts to enforce discipline before starting coordination.

Can specialized Claude Code teammates communicate directly with each other?

Yes, specialized teammates can communicate directly with each other and maintain visibility of overall progress through a shared Task List during parallel and sequential work patterns.

When should I use delegate-mode teamwork for software engineering tasks?

Use delegate-mode teamwork for multi-source-control projects requiring strict coordination, where execution, cross-review, and planning teams need to spawn, monitor progress, and enforce completion criteria automatically.