1---2name: design-handoff3description: Design-to-development handoff workflows, spec tooling, and developer-designer collaboration.4---56# Design Handoff78## Handoff Checklist910### What Developers Need11- [ ] All states designed (default, hover, focus, disabled, loading, error, empty)12- [ ] Responsive behavior specified (mobile, tablet, desktop)13- [ ] Spacing values (use tokens, not arbitrary pixel values)14- [ ] Typography specs (font, size, weight, line-height, color)15- [ ] Color values (token names preferred over hex)16- [ ] Animation specs (duration, easing, properties)17- [ ] Edge cases (long text, no data, many items, error recovery)18- [ ] Accessibility notes (focus order, ARIA labels, keyboard behavior)1920### What Developers Don't Need21- Pixel-perfect mockups of every possible state combination.22- Detailed redlines (modern tools provide inspection).23- A 50-page spec document nobody will read.2425## Collaboration Model261. **Include developers early.** Feasibility check during design, not after.272. **Pair on complex interactions.** Sometimes building together is faster than specifying.283. **Design review in browser.** Final QA in the actual implementation, not in Figma.294. **Shared language.** Use design system token names in conversation.305. **Fast feedback loops.** Small PRs, quick design reviews, iterate.