---
kind: decision
status: accepted
confidence: low
---

# Title

## Context

What forced the decision? Constraints, prior art, affected systems.

## Decision

What we decided, stated plainly.

### Intent blocks (optional)

If this ADR defines structures that drive code generation, add structured intent blocks. Example:

```intent:data_model:example
name: Example
fields:
  - name: id
    type: string
```

## Alternatives considered

At least three options plus "do nothing", with trade-offs.

## Consequences

What becomes easier, harder, or riskier because of this decision?

## Related

- Links to PRDs, epics, prior ADRs, sources.
