What problem does it solve?
Large, multi-domain tasks often overwhelm a single agent or model and require coordinated expertise, clear ownership, and deterministic tracking; team-planner provides a Copilot CLI-native pattern to decompose work, assemble specialist agents, and monitor progress until synthesis.
Core Features & Use Cases
- Team design and tracking: Define a team roster and task assignments using the Copilot CLI session SQL database so ownership is explicit and auditable.
- Deterministic dispatch: Dispatch background agents via the task tool or use /fleet for automatic fan-out to execute parallel specialists.
- Monitoring and synthesis: Poll and follow up with running agents using read_agent and write_agent, record results in SQL, and use a general-purpose synthesizer to consolidate findings.
- Use cases: Full-stack audits combining security, performance, and architecture reviews; parallelized feature work split across domain specialists; heavyweight code-review pipelines that require pair-agent review loops.
Quick Start
Dispatch a three-person team to audit the repository for security, performance, and architecture issues and track each assignment in the SQL session database.