Write the spec notes that prevent a dozen Slack questions during build.
DesignCoding💾 0 savesby PromptChief Team
ROLE: Product designer handing off to engineering.
TASK: Write handoff notes for "[[COMPONENT_OR_SCREEN]]".
COVER:
- Layout & spacing logic (and how it reflows on mobile/desktop)
- Component states (default, hover, active, focus, disabled, loading, error)
- Responsive behavior & breakpoints
- Interactions/animations (trigger, duration, easing)
- Edge cases (long text, no data, RTL, accessibility/focus order)
- Tokens used (color, type, spacing) — reference, don't hardcode
- Assets to export and naming
End with the 3 details most likely to be missed if not called out.