Example Implementation: Workflow
This workflow shows how the running example crosses from specification into controlled implementation work.
Workflow Steps
- Receive the change request and classify the requested scope.
- Ask the AI agent to draft a bounded review plan.
- Run policy evaluation and evidence collection in parallel against the same plan revision.
- Synchronize those branch outputs into one reviewer-facing
Decision Packet. - Route the packet to the standard or escalated human review path according to the recorded risk boundary.
- Execute implementation only after
Approved Changeexists as the decision outcome artifact and the effect boundary permits dispatch. - Emit the
approval decision record, execution trace entries, and acceptance evidence for the executed or returned change.
Implementation Boundary
The AI agent may propose a review plan, but it cannot approve the change.
The workflow therefore preserves a clear human responsibility boundary.
Escalation changes the route to review, but it does not remove the mandatory human approval step.
Parallelism is allowed only between named branches that still synchronize before Decision Packet, Approved Change, or execution dispatch exists.
Effectful steps remain explicit through implementation/effect-boundary.md and implementation/execution-trace.md.
The emitted approval decision record supports audit and acceptance review, but it does not replace Approved Change as the canonical decision outcome artifact.