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)
@nick_tune I can imagine that would run into problems due to the fact that a lot of those decisions will be partly based on information that is (partly) confidential.
So if you want to have a documented decision about let's say a reorg where leadership decided on Option B that can be disseminated to a wide audience (eg. the whole department) it's not going to include various gut feeling-y reasons like "I trust Person F more than Person H to manage our relationship with Vendor R" and such.
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
@noctovis
D'oh just realised you wanted to know what @giorgiosironi was doing, not what the rest of us are/were. Please ignore my previous!
Ahead of the curve :)
@nick_tune have a look at Ackoff's decision journal
https://ackoffcenter.blogs.com/files/ackoff-a-major-mistake-that-manager-make.pdf0