Skip to main content

Architecture Decision Record

v1.0.4

Generate ADR templates with context, decision, and consequences sections.

Generates Architecture Decision Record (ADR) templates in standard Markdown (MADR or Nygard format) — document technical decisions with context, decision, rationale, and consequences.

How to use
  • Fill in the title, status, and context sections; templates provide the correct section headings.
  • Select the ADR format: MADR (YAML frontmatter) or Nygard (classic Markdown).
  • Save as docs/decisions/000X-title.md following the ADR numbering convention.
ADR document
# ADR-0012: Decision title

## Status
proposed

## Context
Describe the technical and business context for this decision.

## Decision
Describe what has been decided and why.

## Consequences
List positive and negative consequences.

## Alternatives Considered
- Alternative A
- Alternative B