What problem does it solve?
It solves the problem of breaking down a large, multi-step task into coordinated parallel work, so you can get faster, more reliable results than a single agent can produce.
Core Features & Use Cases
- N-agent orchestration with native team tools: Spawns coordinated teammates on a shared task graph with dependencies.
- Staged pipeline with verification gates: Runs plan → PRD → exec → verify → fix loop until completion or bounded failure.
- Specialist routing and hybrid worker support: Uses stage-appropriate agent roles, and optionally routes parts of work to codex/gemini CLI workers for one-shot execution.
Use case example: you need to fix and verify all TypeScript errors across a repo, then produce follow-up documentation and reviews; this Skill decomposes the work into file-scoped tasks, runs them in parallel, verifies, and iterates fixes when verification fails.
Quick Start
Run the team skill to execute a parallel task plan by sending: /oh-my-claudecode:team 5:executor "fix all TypeScript errors across the project".