# ADR-{number}: {Title}

## Status

{Proposed / Accepted / Deprecated / Superseded}

{If superseded: Superseded by [ADR-{number}](./ADR-{number}.md)}

## Date

{YYYY-MM-DD}

## Context

{What is the issue that we are seeing that is motivating this decision or change? What is the technical, business, or project context? What constraints exist?}

## Decision

{What is the change that we are proposing and/or doing? State the decision clearly and concisely.}

## Consequences

### Positive
- {Benefit 1}
- {Benefit 2}
- {Benefit 3}

### Negative
- {Cost or downside 1}
- {Cost or downside 2}

### Neutral
- {Side effect or observation that is neither good nor bad}

## Alternatives Considered

### Alternative 1: {name}
- **Description**: {what this alternative would look like}
- **Pros**: {advantages}
- **Cons**: {disadvantages}
- **Why rejected**: {specific reason this was not chosen}

### Alternative 2: {name}
- **Description**: {what this alternative would look like}
- **Pros**: {advantages}
- **Cons**: {disadvantages}
- **Why rejected**: {specific reason this was not chosen}

## References

- {Link to relevant documentation, discussion, or research}
- {Link to prototype or proof of concept if applicable}
