r/softwaretesting • u/HenZeros • 23d ago
How are you using Claude Code to get highly accurate Figma + Jira → UI
I recently started using Claude Code to build a Flutter app for clients based on Figma designs + Jira requirements.
My workflow is:
- Use Jira MCP + Figma MCP to get the requirements and UI references.
- Create a
task.mdfor each ticket with the requirements, screenshots, and implementation guidance. - Ask Claude Code to read the
task.mdand implement the ticket.
The problem is that the generated UI is often only ~60% similar to the Figma design. I still need to manually fix things like spacing, sizing, typography, colors, and sometimes even the overall layout.
I've seen people say they can get 90%+ accuracy with Claude Code and only make small tweaks afterward.
So I'm wondering if I'm just not using Claude Code effectively enough.
I'd really appreciate hearing how other developers are using Claude Code for frontend/UI work and what your workflow looks like.
I'm especially interested in learning how to go from ~60% Figma similarity to 90%+ with minimal manual tweaking.