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:
- Create —
$ARGUMENTSis a topic/title for a new ADR - Update —
$ARGUMENTSis a path to an existing ADR file - Compact — user explicitly asks to compact/consolidate multiple ADRs
- List — user asks to see existing ADRs
If unclear, ask the user.