Governance Model
ADR-Driven Changes
Every architectural or behavioral change requires an Architecture Decision Record (ADR). The ADR template is maintained in the decisions log. ADRs cover:- Merge strategy selection
- Evaluation harness choice
- GPU orchestration approach
- Security architecture changes
Phase Gates
Each phase in the roadmap ends with a formal gate review. The gate checklist is:- All phase tasks marked DONE or DEFERRED
- Spec-to-test traceability above 90%
- No open risks rated HIGH without mitigation plan
- Consistency audit passed (consistency report)
- Stakeholder sign-off recorded
RACI Table
R = Responsible, A = Accountable, C = Consulted, I = Informed
Team Cadence
Documentation First Rule
No implementation task may start without:- A merged specification page
- Linked tasks with traceability to the spec
- Test plan defined in testing strategy