adr

Installation
SKILL.md

Step 0 — Load configuration

Read ${CLAUDE_PLUGIN_ROOT}/config.yaml. If it does not exist, this skill can still operate. Log a warning but continue.

Check docs_sources — if configured, search existing documentation for related decisions before creating a new ADR.

Step 1 — Determine action

From $ARGUMENTS and conversation context, determine the action:

  1. Create$ARGUMENTS is a topic/title for a new ADR
  2. Update$ARGUMENTS is a path to an existing ADR file
  3. Compact — user explicitly asks to compact/consolidate multiple ADRs
  4. List — user asks to see existing ADRs

If unclear, ask the user.

Step 2 — Detect language

Installs
1
First Seen
Jun 23, 2026
adr — weorbitant/workbench-dev