diff --git a/README.md b/README.md index b8e4314..3acc4ce 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Templates: * [Decision record template using Planguage](locales/en/templates/decision-record-template-using-planguage/) * [Decision record template by Paulo Merson](https://github.com/pmerson/ADR-template) * [Decision record template by Olaf Zimmermann](https://medium.com/olzzio/y-statements-10eb07b5a177) +* [Decision record template by Berni Ruoff](locales/en/templates/decision-record-template-by-berni-ruoff) * [Translations into more languages](locales/) Examples: diff --git a/locales/en/templates/decision-record-template-by-berni-ruoff/README.md b/locales/en/templates/decision-record-template-by-berni-ruoff/README.md new file mode 120000 index 0000000..dd0ea36 --- /dev/null +++ b/locales/en/templates/decision-record-template-by-berni-ruoff/README.md @@ -0,0 +1 @@ +index.md \ No newline at end of file diff --git a/locales/en/templates/decision-record-template-by-berni-ruoff/index.md b/locales/en/templates/decision-record-template-by-berni-ruoff/index.md new file mode 100644 index 0000000..aa72d7a --- /dev/null +++ b/locales/en/templates/decision-record-template-by-berni-ruoff/index.md @@ -0,0 +1,35 @@ +# Decision record template by Berni Ruoff + +This template was created by Berni Ruoff. A designer who is pursuing his dream of one day becoming one with business and technology. +This template helps to structure highly complex consequences and make them easier to digest using a RAID protocol. + +Use those sections to create your own decision record: + +# Title of your decission + +## Status + +Status of the proposal, such as proposed, accepted, rejected, deprecated, superseded, etc. + +## Context + +What is the motivation and context for our decision… + +## Decision + +What is our proposal to address it… + +## Consequences / RAID + +Describe either the consquences or the RAID (Risk, Assumption, Issue or Dependency) of your decision. + +- **Risks** are events that may occur and that could have a negative impact on your project. +- **Assumptions** are anything that is believed to be true without empirical evidence or proof. +- **Issues** are problems that need to be resolved in order not to compromise the project. +- **Dependencies** describe related tasks or decisions that need to be completed in order to start or complete this task. + +Risks + +| Description | Type | Impact | Mitigation | Priotity | +| ----------------------------- | -------------------------------------- | --------------------------- | ------------------------------------ | ----------------------------------------- | +| Short description of the case | Risk, Assumption, Issue or Dependency? | What is the impact of this? | How and by whom can it be mitigated? | negligible, low, moderate, high, critical | diff --git a/locales/en/templates/index.md b/locales/en/templates/index.md index 286b0de..8332df4 100644 --- a/locales/en/templates/index.md +++ b/locales/en/templates/index.md @@ -7,3 +7,4 @@ * [Decision record template for business case](decision-record-template-for-business-case) * [Decision record template of the MADR Project](decision-record-template-of-the-madr-project) * [Decision record template using Planguage](decision-record-template-using-planguage) +* [Decision record template by Berni Ruoff](decision-record-template-by-berni-ruoff)