What problem does it solve?
Coordinate and manage multiple autonomous agents to decompose, execute, and verify complex multi-step engineering tasks without manual orchestration, lost context, or ad-hoc process gaps.
Core Features & Use Cases
- Automated task decomposition: Break a high-level task into file- or module-scoped subtasks with explicit dependencies and owners.
- Team lifecycle orchestration: Create teams, spawn worker agents, persist staged state, resume or cancel runs, and perform controlled shutdowns.
- Staged pipeline & verification: Structured stages (plan → prd → exec → verify → fix) with handoff documents and retry/limit logic for robust iteration.
- Hybrid execution: Support for Claude teammates plus optional CLI workers (Codex/Gemini) and utilities for monitoring, outbox ingestion, and orphan cleanup.
- Use Case: Run parallel code fixes, large refactors, or audit-and-fix workflows that require coordinated execution, verification, and safe teardown.
Quick Start
Invoke the team skill with a single-line command including optional agent count and type, for example: /team 3:executor "fix build errors across src/".