Ask HN: How do you keep AI coding agents in sync with a changing Figma file?

2 pointsposted 7 hours ago
by rjvidentia

Item id: 49595961

1 Comments

hanstyle

2 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.