What problem does it solve?
This Skill automates the orchestration of multi-agent teams to analyze complex requests, generate runtime role specifications, dispatch worker agents, and manage a fault-tolerant task pipeline so humans don't manually sequence or monitor each step.
Core Features & Use Cases
- Dynamic Role Generation: Analyze a task description and create lightweight role-spec files at runtime to cover research, design, implementation, testing, and writing needs.
- DAG-based Task Dispatch: Build dependency graphs, create TaskCreate entries, and spawn team-worker agents to execute tasks in the correct order with inner-loop handling for serial tasks.
- Robust Session Management & Recovery: Maintain session state, message-bus logs, quality gates, resume interrupted sessions, handle capability gaps by generating new roles, and present interactive completion actions.
- Use Case: Describe a new feature or bug to the coordinator and it will produce a phased pipeline (research → design → implement → test), spawn workers, and deliver verified artifacts to the session folder.
Quick Start
Describe the task in plain language to the coordinator, for example: Team Coordinate implement OAuth2 authentication with refresh tokens.