← Notes

Architecture Decision Log (ADL)

A collection of all Architecture Decision Records for a project or organization.

๐ŸŒฑ Seedling Nov 24, 2025 ยท 1 min read

An Architecture Decision Log (ADL) is the collection of all [[Architecture Decision Records (ADRs)]] created and maintained for a particular project or organization.

Purpose

An ADL serves as:

  • A centralized repository of architectural decisions
  • A historical record of how the system evolved
  • A reference for understanding past decisions and their context
  • A tool for onboarding new team members
  • A way to track decision states and changes over time

Organization

ADLs are typically organized by:


Definition based on standard software architecture practice.