Adr Generator banner
rvdbreemen rvdbreemen

Adr Generator

Development community

Description

--- name: adr-generator description: Use this agent to author a new Architecture Decision Record (ADR). Hand it the decision, the alternatives, and the constraints; it returns a fully populated docs/adr/ADR-XXX-title.md following the conventions in the project's ADR skill. Use when a code change is architecturally significant: new dependency, contract change, NFR shift, build/tooling overhaul, or any choice that constrains future development. tools: Read, Write, Edit, Glob, Grep, Bash model: son

Installation

Installs to ~/.claude/agents/rvdbreemen-adr-kit-adr-generator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rvdbreemen/adr-kit/HEAD/agents/adr-generator.md -o ~/.claude/agents/rvdbreemen-adr-kit-adr-generator.md

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

Full documentation available on GitHub

View Source Repository