Initial commit
This commit is contained in:
69
skills/agileflow-adr/templates/adr-template.md
Normal file
69
skills/agileflow-adr/templates/adr-template.md
Normal file
@@ -0,0 +1,69 @@
|
||||
# [ADR-###] {Title}
|
||||
|
||||
**Date**: {YYYY-MM-DD}
|
||||
**Status**: {Proposed | Accepted | Deprecated | Superseded}
|
||||
**Deciders**: {Names}
|
||||
**Tags**: {tag1, tag2}
|
||||
|
||||
## Context and Problem Statement
|
||||
|
||||
{Describe the context and problem}
|
||||
|
||||
## Decision Drivers
|
||||
|
||||
- {Driver 1}
|
||||
- {Driver 2}
|
||||
- {Driver 3}
|
||||
|
||||
## Considered Options
|
||||
|
||||
- {Option 1}
|
||||
- {Option 2}
|
||||
- {Option 3}
|
||||
|
||||
## Decision Outcome
|
||||
|
||||
**Chosen option**: {Option X}
|
||||
|
||||
**Justification**: {Why this option}
|
||||
|
||||
### Positive Consequences
|
||||
|
||||
- {Good outcome 1}
|
||||
- {Good outcome 2}
|
||||
|
||||
### Negative Consequences
|
||||
|
||||
- {Bad outcome 1}
|
||||
- {Bad outcome 2}
|
||||
|
||||
## Pros and Cons of the Options
|
||||
|
||||
### {Option 1}
|
||||
|
||||
**Pros**:
|
||||
- {Pro 1}
|
||||
- {Pro 2}
|
||||
|
||||
**Cons**:
|
||||
- {Con 1}
|
||||
- {Con 2}
|
||||
|
||||
### {Option 2}
|
||||
|
||||
**Pros**:
|
||||
- {Pro 1}
|
||||
- {Pro 2}
|
||||
|
||||
**Cons**:
|
||||
- {Con 1}
|
||||
- {Con 2}
|
||||
|
||||
## Links
|
||||
|
||||
- {Related ADRs}
|
||||
- {Documentation}
|
||||
|
||||
## Notes
|
||||
|
||||
- {Additional information}
|
||||
Reference in New Issue
Block a user