team

Coordinate multiple Claude Code agents through a staged task workflow.

16|3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sehoon787/my-claude --skill team-sehoon787
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/sehoon787/my-claude/tree/main/skills/omc/team
Command: npx skills add https://github.com/sehoon787/my-claude --skill team-sehoon787

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating multiple Claude Code agents on a shared task list to decompose, assign subtasks, and coordinate progress across a multi-stage workflow.

Core Features & Use Cases

  • Team orchestration with spawn, task creation, and ownership
  • Stage-based pipeline: team-plan, team-prd, team-exec, team-verify, team-fix
  • Handoffs, resume/cancel support, and persistent state for reliability
  • Hybrid execution: Claude Code teammates plus optional CLI workers (Codex/Gemini)
  • Robust monitoring via TaskList and inter-agent messaging

Quick Start

Invoke the team skill with a task description to create a new team and initiate task decomposition.

Frequently Asked Questions about team

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

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

You can orchestrate multiple Claude Code agents by invoking the team skill with a task description, which automatically decomposes the task, assigns subtasks, and manages coordination across a shared task list.

What is multi-agent orchestration for complex software projects?

Multi-agent orchestration is a pipeline approach that manages parallel task decomposition across teammates, enforcing stage handoffs for planning, production, verification, and fixes to ensure collaborative project completion.

Can I integrate CLI workers like Codex or Gemini with Claude Code agents?

Yes, hybrid execution supports Claude Code teammates alongside optional CLI workers such as Codex or Gemini, allowing you to leverage additional execution environments within the same orchestration pipeline.

How do I resume or cancel multi-agent pipelines if execution is interrupted?

The orchestration pipeline provides resume and cancel support using persistent state, ensuring safe shutdown and recovery for multi-agent workflows when interruptions occur during complex task execution.

Does multi-agent task management enforce dependencies between subtasks?

Yes, the orchestration pipeline enforces task dependencies and stage handoffs across planning, execution, verification, and fix stages to maintain safe coordination and reliable progress across agents.

When should I use multi-agent orchestration instead of a single Claude Code agent?

Multi-agent orchestration is applicable to complex software projects requiring parallel decomposition across teammates, where managing inter-agent coordination on a shared task list provides better structure than single-agent execution.