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.