team

Coordinates multi-agent task decomposition and staged execution with verification gates.

Updated May 18, 2026
One-click install
npx skills add https://github.com/solitude6060/Yao-skills --skill team-solitude6060
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team
Source: https://github.com/solitude6060/Yao-skills/tree/main/skills/team
Command: npx skills add https://github.com/solitude6060/Yao-skills --skill team-solitude6060

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teamwork in codebases often stalls because tasks can’t be cleanly decomposed, assigned, coordinated, and verified across multiple specialists.

Core Features & Use Cases

  • Coordinated multi-agent execution: Spawn N coordinated agents that work from a shared task list with explicit dependencies and a staged pipeline.
  • Stage-based specialists & verification gates: Plan, PRD, execute, verify, and fix using the right specialist agents for each stage, including security and code-review routing rules.
  • Robust handoffs, resume, and cancellation semantics: Create lightweight handoff documents between stages, persist state for resumption, and support orderly cancellation and shutdown.

Quick Start

Ask for a coordinated multi-agent code review by running: /oh-my-claudecode:team 3:executor "fix all TypeScript errors across the project"

Frequently Asked Questions about team

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

FAQPage Schema
How do I coordinate multiple AI agents to handle complex codebase tasks?

To coordinate multiple AI agents, this Skill decomposes high-level tasks into dependent subtasks and assigns workers through a staged team pipeline with verification gates, enabling parallel execution for code review, refactoring, and incident triage.

What is a staged team pipeline for multi-agent task decomposition?

A staged team pipeline breaks down complex tasks into sequential phases like plan, PRD, execute, verify, and fix, routing work to specialist agents for each stage with explicit dependency management and lightweight handoff documents between stages.

Can I run parallel code reviews and incident triage across multiple agents?

Yes, you can spawn N coordinated agents working from a shared task list with explicit dependencies, allowing parallel work for code review, incident-style triage, documentation, and UI implementation with bounded verify/fix looping.

How do I manage task dependencies and verification gating during agent orchestration?

Task dependencies and verification gating are managed through the native Claude Code team tools, which provide stage handoffs, progress reporting, and bounded verify/fix looping to ensure subtasks are completed and validated before downstream work begins.

Does multi-agent orchestration support safe shutdown and resumption if a task is cancelled?

Yes, the orchestration supports robust handoffs, resume, and cancellation semantics by persisting state for resumption and providing orderly cancellation and safe shutdown sequencing for all active agents in the pipeline.