wonder-ai-docs
Version:
AI-assisted documentation management for developers, designed to work seamlessly with Cursor
47 lines (37 loc) • 945 B
Markdown
# ADR Template
## Title
[Short title for the decision]
## Status
[Proposed | Accepted | Deprecated | Superseded]
## Context
[Describe the context and problem statement that led to this decision]
## Decision
[Describe the decision that was made]
## Consequences
### Positive
- [Positive consequence 1]
- [Positive consequence 2]
- [Positive consequence 3]
### Negative
- [Negative consequence 1]
- [Negative consequence 2]
- [Negative consequence 3]
## Alternatives Considered
### Alternative 1
- Description: [Description of alternative]
- Pros: [List of pros]
- Cons: [List of cons]
- Reason for rejection: [Why this alternative was not chosen]
### Alternative 2
- Description: [Description of alternative]
- Pros: [List of pros]
- Cons: [List of cons]
- Reason for rejection: [Why this alternative was not chosen]
## Implementation Notes
- [Note 1]
- [Note 2]
- [Note 3]
## References
- [Reference 1]
- [Reference 2]
- [Reference 3]