Skip to content

Architecture Decisions

Keshav edited this page Jul 29, 2026 · 2 revisions

Architecture Decisions

Architecture decision records preserve why the project chose a direction and what would justify changing it.

Accepted records

Record format

Every ADR includes:

  • status;
  • date;
  • context;
  • decision;
  • consequences;
  • alternatives considered;
  • conditions that would justify revisiting the decision.

Accepted records are not edited to hide obsolete assumptions. A later ADR supersedes them and links both directions.

Clone this wiki locally