The Chain from Requirement to Test
Each stage of a project consumes the one before it, which is what makes the work traceable rather than merely documented.
The acceptance criteria that get tested are the ones written into the User Stories in the CAB, which produced the requirement that generated the Ticket, in the Epic that set its place in the build. Nothing in that chain is added afterwards to make the work look organised.
The practical consequence is that the chain is only as good as the corrections you make to the blueprint. A requirement the CAB got wrong and nobody fixed is traceable all the way to a passing test.
What the Review Record Captures
Every change to a blueprint goes through review before it lands, whether you made it by hand or asked the CAB agent to make it for you.- Each proposed change is tagged as coming from a person or from the AI.
- You accept or reject each one individually.
- The system records who decided, their email address, and when, then who applied the result.
What is auditable is the review process, not the finished document.While a change is under review, provenance is complete. Once a change is applied, that record stays with the review; the blueprint itself carries no per-section history, so reading a finished CAB does not tell you which parts a person rewrote.Previous versions are retained as timestamped snapshots, but the snapshots record when, not who.
What a Blueprint Does When Your Source Material Is Silent
A specification that quietly fills its own gaps is more dangerous than one with visible holes, because the holes are the part you need to see. The CAB is built to leave them visible.
Suggested Questions are deduplicated across your whole source set and ordered by impact, so the ones that most affect the build appear first. Treat that section as the agenda for your next requirements conversation rather than as a list of defects.
What Each Agent Is Allowed to Do
The platform runs several agents, each confined to its own job.
That separation is enforced by the platform rather than requested in an instruction. It is a property of how the agents are wired, not a rule they have been asked to follow.