team

Coordinate N agents across plan, prd, exec, verify, and fix stages.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ClementATH/oh-my-claudecode --skill team-clementath
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/ClementATH/oh-my-claudecode/tree/main/skills/team
Command: npx skills add https://github.com/ClementATH/oh-my-claudecode --skill team-clementath

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates N agents as a cohesive team to tackle complex codebase tasks on Claude Code, enabling parallel work, dependency management, and structured handoffs.

Core Features & Use Cases

  • End-to-end team orchestration across plan, prd, exec, verify, and fix stages.
  • Task decomposition, per-subtask ownership, and dependency management.
  • Handoff documentation and state persistence to support resume and cancel.
  • Hybrid execution with Claude agents and CLI workers (Codex/Gemini) to optimize throughput.

Quick Start

Spawn a team of 3 agents to decompose and execute a codebase task.

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple agents on a shared task list in Claude Code?

Multi-agent orchestration coordinates N agents on a shared task list to execute complex codebase tasks. It applies end-to-end task decomposition, per-subtask ownership, and dependency management for parallel work.

How does state persistence work for multi-agent task handoffs?

State persistence for multi-agent handoffs works by documenting transitions across team-plan, team-exec, and team-verify stages. This ensures reliable cross-stage orchestration and supports resume and cancel semantics during complex workflows.

Can I use CLI workers like Codex or Gemini alongside Claude agents for task execution?

Yes, hybrid execution uses Claude agents alongside CLI workers like Codex or Gemini to optimize throughput. This enables parallel work and structured handoffs across the team-prd, team-exec, and team-fix stages.

What is the best way to decompose complex codebase tasks for a team of agents?

The best way to decompose complex codebase tasks is using end-to-end team orchestration. It assigns per-subtask ownership and manages dependencies across plan, prd, exec, verify, and fix stages for reliable execution.

How do I safely shut down or cancel a multi-agent Claude Code team?

Safe shutdown and cancel semantics are supported through state persistence and handoff documentation. The orchestration skill monitors teammates and applies cancel logic to safely terminate the multi-agent workflow.

Does multi-agent team orchestration support resuming interrupted codebase tasks?

Yes, multi-agent team orchestration supports resuming interrupted codebase tasks through state persistence. It saves progress across execution stages, allowing agents to safely resume complex workflows after a shutdown or cancel.