# -*- mode: snippet -*- # name: ADR - Architectural Decision Record # key: adr # -- | ID | Subject | |----------------------+-------------------------------------------| | Problem statement | ${1:What is the problem?} | | Decision | ${2:What was decided?} | | Alternatives | ${3:What alternatives were considered?} | | Justification | ${4:Why this decision?} | | Implications | ${5:What are the implications?} | | Derived requirements | ${6:What requirements derive from this?} | | Status | ${7:Proposed} | $0