Spec sheet
Tick it off before you ship it.
0 / 0
Fully spec'd — ship it 🚀
01 — Structure & naming
The file's layers should already read like the component tree it's about to become.
02 — Tokens & styles
If the file doesn't respect a scale, there's no scale for code to enforce later.
03 — Responsive rules
Behavior between breakpoints has to be written down — a dev won't guess it correctly.
04 — States
Every state is a variant, not a verbal description devs reconstruct later.
05 — Assets & export
Anything not exportable gets approximated at build time.
06 — Content & edge cases
Truncation and wrap bugs only ever surface with real, ugly content.
07 — Annotations
Redlines cover anything a dev can't infer from Auto Layout alone.
08 — File hygiene
One current version, clearly marked — so nobody builds off an old direction.
09 — Dev Mode
Handoff should be a lookup, not a re-decision.
Clear everything?