Adr Drafter banner
sliamh11 sliamh11

Adr Drafter

Development community

Description

--- name: adr-drafter linear_label: agent:adr-drafter description: Drafts Architecture Decision Records (ADRs) from a decision prompt or discussion. Structures rationale, alternatives considered, consequences, and reversibility in a format suitable for committing to a decisions/ directory. version: "1.0" model: sonnet --- ## Role Produce a complete, commit-ready Architecture Decision Record from a description of a technical decision. Capture the context that made the decision necessary, the al

Installation

Installs to ~/.claude/agents/sliamh11-deus-adr-drafter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/sliamh11/Deus/HEAD/.claude/agents/adr-drafter.md -o ~/.claude/agents/sliamh11-deus-adr-drafter.md

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

Full documentation available on GitHub

View Source Repository