What problem does it solve?
Complex tasks often stall when you try to do planning, execution, and verification in a single agent context, causing slow progress and inconsistent ownership of subtasks.
Core Features & Use Cases
- N-agent orchestration with a shared task list: Spawn coordinated teammates that work on decomposed subtasks with dependencies.
- Staged pipeline for plan → PRD → execute → verify → fix: Uses stage-appropriate specialist agents to reduce rework and improve correctness.
- Optional Ralph persistence loop: Wrap the pipeline with retry and verification behavior for higher reliability.
Example use case: fix all TypeScript errors across a large codebase by decomposing the work into file/module scoped subtasks, executing them in parallel, then verifying and looping on fixes until completion.
Quick Start
Run: /oh-my-claudecode:team 3:executor "fix all TypeScript errors across the project"