This plugin turns unstructured Figma comments into a structured feedback table on the canvas.
- Reads comments from the active Figma file.
- Uses AI to classify each comment into:
type:Thoughts,Suggestion,Action, orIdeacritique_lens:Low - Visual designLow - Interaction designMedium - Flow and information designHigh - Underlying model, business rules and logicHigh - User need/problemHigh - Business opportunity/problem
- Renders all classified comments into a clear table directly in Figma.
- Selects and zooms to the generated table so teams can review immediately.
- Converts scattered comment threads into a single review artifact.
- Makes it easier to prioritize by critique depth (low/medium/high).
- Helps designers and product teams separate UI polish feedback from deeper product/system concerns.
- Sign up on the web app and confirm your email.
- On
/profile, save your Figma personal access token and Anthropic API key. - Mint your plugin token on
/profileand copy it (shown once). - In Figma, open the Figcomment plugin and paste the token on the Connect screen.
- Choose Table, Sticky notes, or CSV to analyse comments in the active file.
The plugin stores your token locally in Figma (clientStorage). Classify requests send Authorization: Bearer fc_… to the backend. For local development, run npm run dev in /backend and use the plugin from Plugins → Development.
Optional: override the backend URL on the Connect screen when testing against another deployment (defaults to http://localhost:3000/api/classify).