Hand-offs become contracts
Every stage emits typed JSON that the next one reads. The backlog, the design and the evidence travel with the work, not in someone's inbox.
Review by exception
A person sees a pull request when policy blocks it, it touches payments or identity, quality is low, the reviewer escalates, or a fix fails three times.
Compliance moves into the flow
The policy engine runs inside every stage. A blocking finding stops the flow where it happens, not at an audit weeks later.
Brownfield first
The flow extends what an entity runs. It writes characterization tests before touching legacy code, and wraps VB6 and Sitecore rather than rewriting them.
StageAgentsA person decidesLeaves behind
0 · Onboard repo2 agent steps in the run
Read the repo tree, detect the stack, index the codebase, extract conventions
Confirm the entity profileEntity tech lead
Entity profile: stack, service map, conventions
1 · Requirements6 agent steps in the run
Intake, summarize, map national mandates, validate each requirement, write and prioritize stories
Approve strategic priorities and scopeEntity product lead
Prioritized backlog and MVP slice
2 · Architecture7 agent steps in the run
Choose a pattern, trace impact, model data, draw diagrams, draft the API, design security, validate
Govern architecture standards and constraintsEntity tech lead
Solution approach, impact, data, API and security design
3 · Build4 agent steps in the run
Plan, write code, open a PR, test, fix, merge, write integration tests, run regression
Intervene: exception, policy or riskTech lead, on exceptionRegression check after mergeTech lead
A qdf/<story> branch, commits and a merged PR
4 · Deploy4 agent steps in the run
Scan, triage vulnerabilities, check compliance, write the release checklist, deploy, validate
Run release checklistQA / SREMonitor outcomes and system behaviour, own accountability and governanceQA / SRE and product lead
Release record with its evidence
5 · Expose API5 agent steps in the run
Trace the legacy code, design the contract, build it, test the contract, register, validate, document
Confirm the legacy code path before anything is built on itEntity tech leadHukoomi integration approvalHukoomi integration team
OpenAPI spec, gateway registration, bilingual docs