Arch Decision Record banner
nygenome nygenome

Arch Decision Record

Development community

Description

# /arch-decision-record — Draft a new Architecture Decision Record Interview the user to surface the four required sections of an ADR (Context, Decision, Alternatives Considered, Consequences), assign the next sequential ADR number, and write the document into `docs_dev/architecture/`. This command exists because the ADR format has a specific shape — four required sections, present-tense Decision, past-tense Context, honest Alternatives section — that is easy to half-do without an interview. T

Installation

Installs to ~/.claude/commands/nygenome-lancet2-arch-decision-record.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nygenome/Lancet2/HEAD/.claude/commands/arch-decision-record.md -o ~/.claude/commands/nygenome-lancet2-arch-decision-record.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository