Why this matters
Explicit metrics connect architecture to outcomes and enable verification.
Include clear, testable success metrics or SLOs in ADRs (e.g., p95 latency < 120ms, error rate < 0.1%) under a 'Measures of Success' section.
Explicit metrics connect architecture to outcomes and enable verification.
Side-by-side examples engineers can pattern-match during review.
Decision: 'Make it faster' (no metric).Measures of Success: p95 < 120ms; cache hit ratio > 80%; cost < $X/month.## Measures of Success
p95 < 120ms## Measures of Success
TBDFrom the same buckets as this rule.
For changes that affect architecture, data models, external APIs, security posture, deployment topology, or cost (>10%), create an ADR in docs/adr/ using the standard template (Context, Decision, Consequences) and link the PR and issue IDs.