Создание ADR для архитектурных решений
documentation
write-an-adr is a Claude Code skill that creates an Architectural Decision Record (ADR) following the Nygard format extended with MADR conventions — covering Status, Context, Decision, Consequences, and optional Date, Rationale, and Considered Options sections. The skill determines the next sequential file number inside the `adr/` directory, gathers the problem description, the decision itself, alternatives evaluated, and expected consequences, then writes `adr/NNNN-<slug>.md` from the `assets/adr-template.md` template and presents it for review. It is designed for teams that need to capture significant design choices, make the reasoning legible to future contributors, and maintain an immutable decision log with a clear status lifecycle from Proposed through Accepted, Rejected, Deprecated, or Superseded.
- #adr
- #architecture
- #decision-record
- #documentation
- #nygard-format