What problem does it solve?
The team-orchestrator skill removes the friction of coordinating multiple autonomous agents by assembling teams, assigning file ownership, managing task dependencies, and aggregating results to prevent conflicts and ensure end-to-end verification.
Core Features & Use Cases
- Team composition templates: Select role templates (frontend, backend, QA, investigator, implementer) and scale team size based on task scope.
- Deterministic task distribution: Split work into owner-assigned tasks with dependency (addBlockedBy) relationships and file ownership rules to avoid overwrite races.
- Execution & recovery: Spawn subagents, require plan approval when needed, support self-claiming of unblocked tasks, detect deadlocks/collisions, and aggregate build/type/test results into a final report.
- Use Case: Run an orchestration to implement a cross-cutting feature where multiple files and services must be changed, then produce an integrated verification summary for handoff.
Quick Start
Orchestrate a team to implement and verify the authentication module by assigning file owners, defining task dependencies, and running the orchestration until build and tests pass.