# ADR-NNNN: Title

## Metadata

| Field | Value |
|-------|-------|
| **Status** | proposed / accepted / deprecated / rejected |
| **Created** | YYYY-MM-DD |
| **Updated** | YYYY-MM-DD |
| **Author** | {{AUTHOR_NAME}} |
| **Reviewers** | {{REVIEWER_NAMES}} |
| **Supersedes** | ADR-XXXX (if applicable) |
| **Superseded by** | ADR-XXXX (if applicable) |

## Context

Describe the context and problem statement. What is the issue that we're seeing that is motivating this decision or change?

### Background

- Relevant technical background
- Business requirements driving this decision
- Constraints we must work within

### Current State

Describe the current situation, if applicable.

## Decision

Describe the change that we're proposing or have made.

### Key Points

1. Point 1
2. Point 2
3. Point 3

## Alternatives Considered

### Alternative 1: [Name]

**Description:** Brief description

**Pros:**
- Pro 1
- Pro 2

**Cons:**
- Con 1
- Con 2

**Why not chosen:** Explanation

### Alternative 2: [Name]

**Description:** Brief description

**Pros:**
- Pro 1
- Pro 2

**Cons:**
- Con 1
- Con 2

**Why not chosen:** Explanation

## Consequences

### Positive

- Positive consequence 1
- Positive consequence 2

### Negative

- Negative consequence 1
- Negative consequence 2

### Risks

- Risk 1 and mitigation
- Risk 2 and mitigation

## Implementation

### Steps

1. Step 1
2. Step 2
3. Step 3

### Affected Components

- Component 1: How it's affected
- Component 2: How it's affected

### Migration Plan

Describe any migration required, if applicable.

## Verification

How will we verify this decision is successful?

- [ ] Verification criteria 1
- [ ] Verification criteria 2
- [ ] Verification criteria 3

## References

- [Link to relevant documentation]()
- [Link to related issue/PR]()
- [Link to external resources]()

---

## Revision History

| Date | Author | Changes |
|------|--------|---------|
| YYYY-MM-DD | Name | Initial draft |
