Exceptions & Decision Records
Guardrails
- ADRs (1β2 pages) required for any nonβtrivial arch/security/DX change
- RFCs for larger crossβrepo changes
- Reviews by Architecture Guild (CODEOWNERS on
/docs/adr/*); 48h SLA - Exception spikes timeβboxed to β€ 2 days with rollback plan
- Status lifecycle: proposed β accepted β deprecated β superseded
---
status: proposed
id: 0001
slug: /adr/0001-sample
---
# Title
## Context
What problem are we solving and why now?
## Decision
What is the chosen approach? Link to POCs, code, benchmarks.
## Consequences
Pros/cons, risks, tradeoffs, migration plan.
## Alternatives Considered
Briefly list rejected options and why.
LLM Notes
- When asked to introduce a new tool outside the paved path, generate an ADR draft instead of changing the stack directly.