Replies: 2 comments 5 replies
|
How well the fiedlity is kept depends a lot on the model you are using and what you define as testing / exit criteria |
5 replies
MCP («How to ensure UI implementation matches Figma designs using Speckit?»)
Paste the MCP config JSON (redact env) and the host’s MCP log line. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I’m currently using Speckit to build complete modules (e.g., Auth module, Profile module) by following the
spec -> clarify -> plan -> tasks -> implementation flow.
During the spec, plan, and even the task stage (tasks.md), I provide Figma references, and all the required design details—such as colors, typography, spacing, border radius, etc.—are clearly captured.
However, during the implementation phase, the final UI does not match the Figma design closely.
It seems like:
I’d appreciate guidance on:
Has anyone been able to achieve a near pixel-perfect UI using Speckit? Any tips, workflows, or examples would be really helpful.
Ps: I am using Figma dev mode MCP to get the design context.
All reactions