team

Coordinate up to 20 agents on a shared task graph with staged planning, execution, verification, and fixes.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/nichobbs/lyric-lang --skill team-nichobbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/nichobbs/lyric-lang/tree/main/.claude/skills/team
Command: npx skills add https://github.com/nichobbs/lyric-lang --skill team-nichobbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the challenge of breaking down a large work item into multiple parallel subtasks while keeping coordination, progress tracking, and dependencies organized across agents.

Core Features & Use Cases

  • Shared team task list with dependencies: Decomposes a goal into subtasks, assigns owners, and unblocks dependent work in order.
  • Staged pipeline for plan, product requirements, execution, verification, and fixes: Runs through team-plan → team-prd → team-exec → team-verify → team-fix with an explicit verify gate.
  • Hybrid execution support: Optionally routes subtasks to Claude agent teammates or CLI-based workers (Codex/Gemini) depending on the work type.
  • Optional Ralph composition: Wraps the team pipeline with Ralph persistence and verification before completion.

Quick Start

Use /oh-my-claudecode:team N:agent-type "task description" to spawn N coordinated agents that plan, execute, verify, and fix work until the team reaches completion or failure.

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 with dependencies?

You can coordinate multiple agents on a shared task list by decomposing a goal into file- or module-scoped subtasks, assigning owners, and unblocking dependent work in order. The team workflow manages shared state storage and safe handoffs.

Can I mix Claude agents with Codex or Gemini CLI workers in the same execution pipeline?

Yes, hybrid execution support routes subtasks to Claude agent teammates or CLI-based workers like Codex and Gemini. The pipeline dynamically assigns work depending on the specific type of task being executed.

How do I decompose a complex software engineering assignment into parallel subtasks?

Decompose a complex software engineering assignment by running a staged pipeline that includes team-plan, team-prd, team-exec, team-verify, and team-fix. This breaks down work into explicit dependencies with a verification gate.

How many agents can I size a coordinated team workflow to run simultaneously?

You can size a coordinated team workflow to run with 1 to 20 agents simultaneously. The system manages shared state storage and safe lifecycle semantics including cancel behavior and teammate shutdown.

What is the best way to manage task graph dependencies for parallel agent work orchestration?

Managing task graph dependencies for work orchestration is best handled by applying stage-aware specialized routing across a shared task graph. This ensures subtasks are explicitly tracked and dependent work is unblocked sequentially.

Does the agent coordination pipeline include a verification stage before completing work?

Yes, the agent coordination pipeline includes an explicit team-verify gate before completion. If issues are found, the team-fix stage iteratively resolves them until the team reaches completion or failure.