Skip to content
Development
Skill

/architecture-decision-records

Create and maintain Architecture Decision Records (ADRs) for significant technical choices—frameworks, data stores, API shapes, ML platform decisions. Use when documenting a decision, onboarding, or superseding a prior approach.

From plugin
awesome-agent-skill
26200 skills4 commands
Install
$ npx -y skills add charlieviettq/awesome-agent-skill --skill architecture-decision-records --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/architecture-decision-records

Context preview

The summary Claude sees to decide when to auto-load this skill.

Create and maintain Architecture Decision Records (ADRs) for significant technical choices—frameworks, data stores, API shapes, ML platform decisions. Use when documenting a decision, onboarding, or superseding a prior approach.

SKILL.md

architecture-decision-records.SKILL.md
name: architecture-decision-records
description: "Create and maintain Architecture Decision Records (ADRs) for significant technical choices—frameworks, data stores, API shapes, ML platform decisions. Use when documenting a decision, onboarding, or superseding a prior approach."
allowed-tools: Read, Glob, Grep

Architecture decision records

When to write an ADR

| Write ADR | Skip ADR | |-----------|----------| | New framework or major dependency | Minor version bump | | Database or storage choice | Bug fix | | API or integration pattern | Config-only change | | Security or auth architecture | Routine maintenance |

Lifecycle

`Proposed` -> `Accepted` -> `Deprecated` -> `Superseded`

Do not rewrite accepted ADRs; add a new ADR that supersedes the old one.

Required sections

1. **Context** — problem and constraints 2. **Decision** — what was chosen (one clear statement) 3. **Consequences** — positive, negative, risks and mitigations 4. **Status** and date

Optional (recommended for significant decisions)

  • Decision drivers (numbered)
  • Considered options with honest pros/cons
  • Related ADRs / links

Lightweight template

# ADR-NNNN: Title

**Status:** Accepted | **Date:** YYYY-MM-DD

## Context
[Why we needed to decide]

## Decision
[What we decided]

## Consequences
**Positive:** ...
**Negative:** ...
**Risks:** ... **Mitigation:** ...

Full MADR-style templates

See [reference.md](reference.md) for extended templates (standard, Y-statement, deprecation).

Practices

  • Write before implementation starts when possible.
  • Keep ADRs short (1-2 pages); link deep dives elsewhere.
  • Be honest about trade-offs.
Read more
Ships withawesome-agent-skill

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Get the whole plugin

Other skills on awesome-agent-skill.