# PRD: [Title]

## Problem

What problem does this solve? Who feels the pain?

## Solution

What are we building? What does the end state look like?

## Success Criteria

- [ ] Criterion 1 (measurable, verifiable)
- [ ] Criterion 2
- [ ] Criterion 3

## Scope

### In Scope

- Feature 1
- Feature 2

### Out of Scope

- Not doing X
- Not doing Y

## Technical Approach

### Architecture

Brief description of how this fits into the existing system.

### Key Decisions

| Decision | Options | Choice | Rationale |
| -------- | ------- | ------ | --------- |
|          |         |        |           |

### Dependencies

- Dependency 1
- Dependency 2

## Tasks

| #   | Task | Type | Estimate | Depends On |
| --- | ---- | ---- | -------- | ---------- |
| 1   |      |      |          |            |
| 2   |      |      |          | 1          |

## Risks

| Risk | Likelihood | Impact | Mitigation |
| ---- | ---------- | ------ | ---------- |
|      |            |        |            |

## Open Questions

- Question 1?
- Question 2?
