adr-keeper

Installation
SKILL.md

ADR Keeper

Architectural Decision Records capture the WHY behind structural choices. They are append-only (never edit old decisions — supersede with new ones) and sorted chronologically like database migrations.

When to Create an ADR

  • Choosing or changing a dependency
  • Establishing or changing an architectural pattern
  • Making a trade-off that future developers (or agents) need to understand
  • Any decision where "why did we do it this way?" would be asked later

File Location & Naming

ADRs live in docs/adrs/ (created by create-agents-md, or create manually).

Naming: YYYY-MM-DD-short-kebab-description.md

Related skills
Installs
17
Repository
jonmumm/skills
GitHub Stars
2
First Seen
Mar 7, 2026