Ask HN: How do you keep AI coding agents in sync with a changing Figma file?
Posted by rjvidentia 23 hours ago
I keep running into this: hand a Figma file to Claude Code/Cursor, get a good first implementation, then the design changes and the agent has no memory of what changed or why. Curious if others have hit this and what you're doing about it, if anything.
Comments
Comment by hanstyle 17 hours ago
1、Before assigning a task, let the AI know that the Figma design has been updated.
2、From an engineering perspective, use Figma Webhooks to proactively notify your server when there are design updates. The server can then automatically update the corresponding components.