Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.14 KB

File metadata and controls

44 lines (28 loc) · 1.14 KB

ADR-000: [Short Title of Decision]

Status: [Proposed | Accepted | Accepted (Retrospective) | Superseded by ADR-XXX | Rejected]
Date: YYYY-MM-DD
Deciders: [Engineering team, Maintainers, Architecture Working Group, etc.]
Issue/PR: #XXX


Context

Describe the context and problem statement. What architectural drivers or operational requirements led to this decision? What constraints, trade-offs, or alternative options were considered?


Decision

State the decision clearly and concisely in active voice.

  • Choice: [What option was chosen]
  • Key Rationale: [Primary reasons for choosing this option over alternatives]
  • Scope: [Which system components, repositories, or layers are affected]

Consequences

Positive

  • Benefit 1
  • Benefit 2

Negative

  • Drawback 1
  • Drawback 2

Neutral

  • Structural observation or side effect

Compliance & Verification

  • How to verify adherence to this decision (e.g. automated CI check, code review rule, contract test).
  • Triggers for revisiting this decision in the future.