team

Orchestrate coordinated agents on a shared task list with Claude Code native teams.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill team-officechbusinessservices-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/officechbusinessservices-creator/CompliCore/tree/main/packages/oh-my-claudecode/skills/team
Command: npx skills add https://github.com/officechbusinessservices-creator/CompliCore --skill team-officechbusinessservices-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Team Skill enables orchestrating N coordinated agents to work on a shared task list using Claude Code native teams, coordinating dependencies, handoffs, and lifecycle management to accelerate complex, multi-role workflows.

Core Features & Use Cases

  • Centralized team orchestration: spawn and manage a multi-agent team around a single task, with clear ownership and progress tracking
  • Phase-driven workflow: supports team-plan, team-prd, team-exec, team-verify, and team-fix stages with explicit handoffs
  • Handoff and persistence: generates handoff documents and persists stage state for resume and auditability
  • Ralph integration: optional persistence loop for retry, validation, and failure handling
  • CLI and agent hybrid routing: supports both Claude-based teammates and optional CLI workers for hybrid execution

Quick Start

Start a team with /oh-my-claudecode:team N:agent-type "task description" to deploy a coordinated group of workers on a shared task list.

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?▼

Use Claude Code native teams to spawn a multi-agent team, managing dependencies and handoffs to accelerate complex workloads. This enables collaborative task planning and multi-role orchestration across design, development, and QA.

How does multi-agent task handoff work during parallel execution?▼

Multi-agent handoff works through structured phase transitions using handoff documents and state persistence. This ensures stages like team-plan, team-exec, and team-verify can be resumed and audited across roles.

What is the best way to manage dependencies in agent team orchestration?▼

The best way to manage dependencies in agent team orchestration is using a phase-driven workflow with explicit handoffs, ensuring clear ownership and progress tracking across all N coordinated agents.

Can I use CLI workers alongside Claude-based teammates for hybrid execution?▼

Yes, you can use CLI workers alongside Claude-based teammates. The system supports CLI and agent hybrid routing to execute tasks within your orchestrated multi-agent team workflow.

How do I handle validation and retry failures in multi-agent workflows?▼

You handle validation and retry failures using optional Ralph integration, which provides a persistence loop for retry, validation, and failure handling within the agent lifecycle management process.

When do I need team orchestration for parallel task execution?▼

You need team orchestration for parallel task execution when facing complex workloads requiring collaborative task planning, dependency management, and multi-role orchestration across design, development, and QA phases.