Skip to content

Validation Phase

The Validation phase answers: Did we build the right thing, the right way? It verifies alignment between implementation, architecture, and original intent.

Validation ensures:

  • Every ARC constraint was honored in the implementation
  • The delivered work satisfies the original Intent Brief’s success criteria
  • The full DLC compliance trail is intact and audit-ready

Constraint-by-constraint verification that the implementation follows every MUST and MUST NOT in the ARC.

Created by: cat-arc-adherence-check with Julian and Vera

Business acceptance evaluation: does the completed work satisfy the Intent Brief’s success criteria and scope?

Created by: cat-work-acceptance with Clara

The capstone artifact — a full 10-control compliance matrix covering all DLC phases.

Created by: cat-compliance-report with Vera

graph LR
A[ARC Adherence Check] --> B[Work Acceptance]
B --> C[Compliance Report]
style A fill:#F3E5F5,stroke:#6A1B9A
style B fill:#F3E5F5,stroke:#6A1B9A
style C fill:#F3E5F5,stroke:#6A1B9A
  1. ARC Adherence — Technical compliance (did we build it correctly?)
  2. Work Acceptance — Business alignment (did we build the right thing?)
  3. Compliance Report — Full audit trail (is everything documented?)
  • After completing all bolts for a feature
  • Before merging to main branch
  • Before declaring a sprint or release complete
  • Whenever a stakeholder asks “are we compliant?”
GapImpactFix
No ARC adherence check runConstraint violations go undetectedRun cat-arc-adherence-check
Work acceptance skippedBusiness alignment unverifiedRun cat-work-acceptance
Missing compliance frontmatterCompliance report shows gapsAdd frontmatter via cat-intent-edit / cat-arc-edit
Code review not documentedControl #8 fails in compliance reportRun cat-code-review retroactively

See Also: Run Compliance Report · Run ARC Adherence Check · Compliance Controls