Write an Architecture Decision Record using the MADR template. Captures context, options considered, decision made, consequences, and confirmation criteria.
Write an ADR for $ARGUMENTS using the MADR (Markdown Any Decision Records) format.
Write an ADR for decisions that:
Don't write an ADR for: trivial choices (variable names, which linter rule), decisions already covered by project conventions, or temporary decisions that will be revisited within a sprint.
find . -path '*/adr*' -name '*.md' -o -path '*/architecture-decisions*' -name '*.md' | sort
ls docs/adr/ 2>/dev/null | sort -n | tail -1
Use the MADR template. The template is at ${CLAUDE_PLUGIN_ROOT}/templates/adr-template.md — read it for the full structure.
Key sections (none optional):
---