ADR

Architecture Decision Record

Context, decision, consequences. The alternatives section is the valuable one.

The source

41 lines of Markdown, with nothing to install. Copy it, or open the template inside Gnomon and render it as it is.

# ADR-NNN: <Decision title>

- **Status:** Proposed | Accepted | Deprecated | Superseded by [ADR-XXX](./adr-xxx.md)
- **Date:** YYYY-MM-DD
- **Deciders:** <names / roles>

## Context

What is the issue we're seeing that motivates this decision? What forces are at play
(technical, organisational, regulatory)? Keep it short — link out to deeper docs.

## Decision

We will <do X>.

State the decision in active voice. One paragraph, not a wall.

## Consequences

### Positive
- …
- …

### Negative
- …
- …

### Neutral
- …

## Alternatives Considered

### Option A — <name>
Brief description. Why rejected.

### Option B — <name>
Brief description. Why rejected.

## Notes

Links to discussions, PRs, prior art.

Render this offline

This template ships in Gnomon and renders on your machine, with no account and nothing sent to a server. The browser editor is free and needs no install.

Get GnomonOpen the browser editor

Others in Architecture document templates