# ADR: [short title of decision]

**Status:** [proposed | accepted | deprecated | superseded]
**Date:** [YYYY-MM-DD]
**Context:** [bead-id, issue/Linear ticket, or session reference]

## Context

What is the problem we are solving? What forces are at play? What constraints do we have?

## Decision

What did we decide to do? Be specific. This is the answer to the problem stated above.

## Rationale

Why this approach over the alternatives? What evidence or reasoning supports this decision?

## Consequences

What becomes easier or harder because of this decision? What tradeoffs did we accept?

### Positive

- [benefit 1]
- [benefit 2]

### Negative

- [cost / risk 1]
- [cost / risk 2]

## Alternatives Considered

### Alternative 1: [name]

Pros/cons and why it was rejected.

### Alternative 2: [name]

Pros/cons and why it was rejected.

## Notes

- [Anything else? Links to related ADRs, PRDs, specs?]
