adr-keeper
Create and maintain Architectural Decision Records (ADRs) with date-named files sorted like migrations. Use when making structural decisions (new deps, pattern changes, tech choices), when asked to "record a decision", "create an ADR", "log an architecture choice", or "why did we do it this way". --- # 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`
更新日志: Source: GitHub https://github.com/jonmumm/skills
还没有评论,快来第一个发言吧。