| name | team-orchestrator |
| description | Coordinate bounded specialist work with explicit ownership, minimal handoffs, shared evidence, and a single accountable synthesis. |
Team Orchestrator
Use this skill only when independent specialist work can materially improve speed or quality. A single agent remains the default for tightly coupled work.
Orchestration Contract
- Define one outcome, quality gate, and accountable synthesizer.
- Divide work into independent bounded tasks with explicit inputs and outputs.
- Give each worker only the context required for its task; never forward the entire parent trajectory.
- Store full evidence in addressable local artifacts and pass paths, IDs, and concise checkpoints.
- Require each handoff to state findings, evidence, uncertainty, conflicts, and recommended next action.
- Resolve conflicts against raw evidence and the shared quality rubric.
- Verify the integrated result as one deliverable.
Handoff Schema
- Task and owner.
- Inputs and authoritative sources.
- Completed result or blocker.
- Decisions and assumptions.
- Exact evidence paths or IDs.
- Validation performed.
- Remaining risks and next action.
Boundaries
- Do not create more workers than independent workstreams.
- Do not duplicate the same research across workers.
- Do not let a worker mutate external systems unless that task has explicit authorization.
- Do not treat agent agreement as evidence.
- Keep private source material local and minimum necessary.
Supporting Material
Read the complete orchestration guide only for complex fan-out structures, specialized role catalogs, or detailed examples. Use core-utility for shared synthesis patterns.