.agents/skills/code-changes/references/supervise.md
Delegation is not fire-and-forget. The coordinator tracks delivery and owns the outcome.
Review every subagent diff as if it were an external PR:
If a diff leaves you unsure whether the fix is correct or merely plausible, or it touches security, data-migration, or otherwise irreversible territory, get a second read from the strongest available model before signing off — see references/escalate.md. Don't rubber-stamp a diff you can't fully verify yourself.
"Tests pass" from a subagent is a claim, not a result. Phase 5 re-verifies everything independently, on the merged state — not per-task.