Wouldn’t it be interesting if Leadership Decision Records (LDRs) were a thing?
(The equivalent of ADRs for software architecture)
Wouldn’t it be interesting if Leadership Decision Records (LDRs) were a thing?
(The equivalent of ADRs for software architecture)
Good question @noctovis !
The templates I use all have "context" as one of the headings. The rest of the template is as follows:
```
# {0000}. {TITLE}
Date: {yyyy-mm-dd}
## Status
{Accepted|Proposed} by {author}
{Superceded by 0000}
## Context
{Given external factor A and B, a choice was made between options 1 or 2}
## Decision
{Option X was selected because REASON}
## Consequences
{Because X was selected project Z can now proceed. Project Y cannot.}
```
/ @giorgiosironi @nick_tune