Alexandria
Architecture Decisions (ADRs)

Architecture Decisions

Architecture Decision Records (ADRs) for the Alexandria project.

Architecture Decision Records (ADRs)

Architecture Decision Records capture decisions that were architecturally significant, expensive to make, and would be expensive to reverse. Rather than being changelogs or design documents, each record documents:

  1. Context: Why the decision was needed.
  2. Decision: What was decided and how it is structured.
  3. Consequences: Trade-offs, benefits, and operational implications.
  4. What would change this: Conditions that would invalidate or require revising the decision.

Records


Managing ADRs

  • ADRs are immutable once Accepted. They are never edited to describe a different state later; instead, they are superseded by a new ADR.
  • New proposals should copy the ADR template, receive the next sequential number, and initially carry Status: Proposed.

On this page