What problem does it solve?
This Skill organizes complex engineering work across coordinated agents, reducing task conflicts, improving verification, and preserving progress across resumable sessions.
Core Features & Use Cases
- Staged orchestration: Runs planning, requirements, execution, verification, and bounded fix loops.
- Native team coordination: Creates shared task lists, assigns dependencies, manages teammates, and supports inter-agent messaging.
- Specialized routing: Selects agents for exploration, architecture, implementation, testing, security, review, documentation, and performance work.
- Recovery and governance: Persists team state, detects stalled workers, supports cancellation, resumes interrupted runs, and integrates optional Ralph persistence.
- Use Case: For a large TypeScript refactor, divide work by module, run implementation agents in parallel, verify the combined changes, and automatically route defects to targeted fix agents.
Quick Start
Use the team skill to coordinate three executor agents to fix all TypeScript errors across the project.