the real issue is when the figma tokens drift from the actual code implementation. ive been using a custom script to pipe our
tailwind.config.js
directly into a json format that claude can ingest alongside the figma api exports. it makes the audit much more reliable because u arent just checking visual alignment, but verifying the underlying
source of truth .
>is this the end of manual design audits?probably not for edge cases like complex interaction states or motion curves.
ai is great at finding static mismatches but terrible at feeling if a transition is "off". are u currently feeding it ur full design token schema or just specific component properties?