Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 931 Bytes

File metadata and controls

34 lines (19 loc) · 931 Bytes

ADR-NNN: [Short Title of the Decision]

Status

[Proposed | Accepted | Deprecated | Superseded by ADR-NNN]

Context

Describe the forces at play, including technical, business, and team constraints. What problem or question prompted this decision? What alternatives were considered?

Include specific evaluation criteria and observations about each alternative. Code examples of the competing approaches are encouraged.

Decision

State the decision clearly and concisely. Explain the chosen approach with code examples where applicable.

Include guidance on:

  • The default/recommended pattern
  • When to deviate from the default
  • How to implement the decision in practice

Consequences

Positive

List the benefits of this decision.

Negative

List the drawbacks and tradeoffs.

Mitigations

Describe how the negative consequences are addressed (e.g., which skills, agents, or knowledge documents help).