architecture-decision-records

Installation
SKILL.md

Architecture Decision Records

Document significant technical decisions so future you (and your team) understands why choices were made.

When to Write an ADR

Write one when you're making a decision that:

  • Is hard to reverse later
  • Affects multiple parts of the system
  • Involves tradeoffs between valid options
  • Will be questioned by someone in 6 months

Examples: choosing a database, adopting a framework, changing auth strategy, restructuring the API, adding a build tool.

Template

Create files in docs/decisions/ (or adr/) with sequential numbering:

Installs
156
GitHub Stars
525
First Seen
Apr 12, 2026
architecture-decision-records — spencerpauly/awesome-cursor-skills