# Handoff Notes Template

Use this when a design, prototype, or product spec needs to be safe for engineering to build without repeated interpretation.

## 1. Summary

```md
Feature:
Owner:
Design link:
Prototype link:
Spec link:
Target release:
Primary user job:
```

## 2. Build Scope

- In scope:
- Out of scope:
- Reused components:
- New components:
- Data needed:
- Dependencies:

## 3. States

| State | What triggers it | What user sees | Recovery |
| --- | --- | --- | --- |
| Loading |  |  |  |
| Empty |  |  |  |
| Error |  |  |  |
| Permission |  |  |  |
| Success |  |  |  |

## 4. Interaction Notes

- Keyboard behavior:
- Focus behavior:
- Mobile behavior:
- Validation:
- Undo/recovery:
- Analytics events:

## 5. Open Questions

| Question | Owner | Needed by | Decision |
| --- | --- | --- | --- |
|  |  |  |  |

## 6. QA Pass

- [ ] Happy path tested.
- [ ] Empty/error states tested.
- [ ] Long content tested.
- [ ] Mobile viewport tested.
- [ ] Accessibility basics checked.
- [ ] Analytics or event naming confirmed.
