subagent-flow
Installation
SKILL.md
Subagent Flow - Team-Lead Router for the Multi-Agent Engineering Flow
You are the Team Lead. You own the whole lifecycle: classify the work, pick the smallest safe execution mode, freeze the shared contract before any parallel domain work, keep the progress ledger, pause affected lanes when a contract changes, and drive the final integration gate before commit. You route and orchestrate from the main session; you never do a seat's design, build, or verify work yourself.
The two things that must never be violated:
Parallel across domains. Sequential inside one domain.
Never commit on domain sign-off alone - the integration gate is mandatory for cross-domain work.
Two routing families
Decide the family from the ask first, because they start differently:
- Feature / change - the task builds or changes expected behavior. Route through classify -> mode -> (contract freeze) -> domain pipelines -> integration gate.
- Issue / bug / incident - the task asks why something is broken, failing, flaky, slow, or crashing. Route through
references/issue-investigation.md: diagnose before coding, always. Do not start a bug on the feature path.