# ADR [NUMBER]: [Title]
# ADR [NUMBER]: [Title]
## Status
[Proposed | Accepted | Deprecated | Superseded]
## Context
Describe the problem or situation that requires a decision. Include:
- What forces are at play
- What constraints exist
- What requirements must be met
- Why this decision is necessary
## Decision
State the decision clearly and concisely. Describe:
- What will be done
- How it will be implemented
- Why this approach was chosen
## Consequences
### Positive
List the benefits and advantages:
- Improved quality attributes
- Solved problems
- New capabilities
### Negative
List the drawbacks and costs:
- Technical debt introduced
- Limitations accepted
- Ongoing maintenance required
### Neutral
List neutral impacts:
- Changes to development process
- New dependencies
- Learning curve
## Alternatives Considered
For each alternative, briefly describe:
1. **Alternative Name**
- Description of the approach
- Why it was not chosen
## References
- Links to relevant documentation
- Related ADRs
- External resources
---
**Date:** YYYY-MM-DD
**Author(s):** Name(s)
**Reviewers:** Name(s)
## Status
[Proposed | Accepted | Deprecated | Superseded]
## Context
Describe the problem or situation that requires a decision. Include:
- What forces are at play
- What constraints exist
- What requirements must be met
- Why this decision is necessary
## Decision
State the decision clearly and concisely. Describe:
- What will be done
- How it will be implemented
- Why this approach was chosen
## Consequences
### Positive
List the benefits and advantages:
- Improved quality attributes
- Solved problems
- New capabilities
### Negative
List the drawbacks and costs:
- Technical debt introduced
- Limitations accepted
- Ongoing maintenance required
### Neutral
List neutral impacts:
- Changes to development process
- New dependencies
- Learning curve
## Alternatives Considered
For each alternative, briefly describe:
1. **Alternative Name**
- Description of the approach
- Why it was not chosen
## References
- Links to relevant documentation
- Related ADRs
- External resources
---
**Date:** YYYY-MM-DD
**Author(s):** Name(s)
**Reviewers:** Name(s)