| name | subagent-supervisor |
| description | Use when splitting complex work into independent subagent tasks with clear ownership, evidence, and integration responsibilities. |
Subagent Supervisor
Workflow
- Define the main objective and critical path.
- Keep immediate blocking work local.
- Delegate only independent sidecar tasks with clear scope.
- Assign disjoint file ownership for write tasks.
- Tell subagents they are not alone in the repo and must not revert others' work.
- Collect evidence, changed files, and validation results.
- Integrate results locally and run final validation.
Good Delegation Targets
- read-only codebase mapping
- independent docs/spec review
- bounded implementation in a disjoint module
- independent PR or diff review
- validation that can run while implementation continues
Output
Return the task split, each subagent's scope, accepted findings or changes, rejected findings with rationale, and final validation.