# Dvt Adr Author

> Use when capturing an architecture decision at DVT. Produces a consistent Architecture Decision Record (ADR) with context, options, decision, and consequences.

- Skill: `bassonrichard/dvt-adr-author` (Agent Skill)
- Install (CLI): `npx skillmds@latest add bassonrichard/dvt-adr-author`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bassonrichard/dvt-adr-author/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bassonrichard (https://skillmd.com/u/bassonrichard)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/bassonrichard/dvt-adr-author

---


# DVT ADR Author

Capture an architecture decision in DVT's standard ADR format.

## When to use this skill

Use this skill when you need to:
- Record a significant technical decision (framework, datastore, integration pattern).
- Revisit or supersede a previous decision.

## Format

Create `docs/adr/NNNN-short-title.md` with sections:

```markdown
# NNNN. <Title>

- Status: Proposed | Accepted | Superseded by ADR-XXXX
- Date: YYYY-MM-DD
- Deciders: <names>

## Context
What problem/force is driving this decision?

## Options considered
1. <Option> — pros / cons
2. <Option> — pros / cons

## Decision
What we chose and why.

## Consequences
Trade-offs accepted, follow-ups, and what becomes easier/harder.
```

## Rules

- One decision per ADR; never edit an Accepted ADR's decision — supersede it with a new one.
- Number sequentially, zero-padded to four digits.

