Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.16 KB

File metadata and controls

33 lines (17 loc) · 1.16 KB

Architecture Decision Record

Title

ADR-NNNN: Title

Date

Record the date this decision was first proposed (e.g., YYYY-MM-DD). Use the date of the underlying documentation, not the date of implementation.

Status (Proposed | Accepted | Superseded)

State the current condition of the decision (Proposed | Accepted | Superseded). If superseded, include a link to the newer ADR.

Context / Problem

Describe the forces at play and the technical or business context that compels a decision. Keep it to a concise paragraph explaining why a change is needed.

Decision

State the chosen option in active voice. Outline exactly what is being decided. Avoid low-level implementation specifics and focus on the architectural intent.

Consequences

Detail the positive and negative outcomes of this decision. Describe what becomes easier, what becomes harder, and any new constraints or risks introduced.

Alternatives Considered

List the other options evaluated before arriving at this decision. Briefly explain why they were rejected.

Related ADRs

Reference any past ADRs that are superseded by or closely related to this decision. If none exist, state 'None'.