What problem does it solve?
It solves the problem of breaking a large work item into parallelizable subtasks and coordinating multiple AI agents to execute, verify, and iteratively fix until completion.
Core Features & Use Cases
- Multi-agent phased orchestration: Runs a standardized pipeline (team-plan → team-prd → team-exec → team-verify → team-fix loop) with stage-specific specialist agents.
- Shared task list with dependencies: Creates N worker tasks, assigns owners, tracks status, and enforces blockedBy/blocked task dependencies so work doesn’t race ahead.
- Verification and iterative repair: Uses verifier + reviewers, routes failures into fix loops with bounded retry behavior (and supports Team + Ralph persistence when requested).
- Flexible worker routing (optional): Lets you choose worker type for the team-exec stage (e.g., executor/debugger/designer/writer/codex/gemini), while other phases use their own experts.
Quick Start
Tell your team to implement and coordinate the work by saying: /team 4:executor "refactor the auth module with security review"