Clarification on Using Figma Designs with Spec-Kit for Angular UI Implementation #1575
Replies: 5 comments 1 reply
|
Moving this to discussions as it is not a bug report nor feature request |
|
+1,Same here. Could someone explain the correct expression? |
|
Out of the box Spec Kit does not know about Figma, but if your coding agent and/or model know about Figma it will use it during specify if so directed. |
|
Plugging into Figma MCP should be pretty straightforward right? Also, in some cases, the design provided by v0 or stitch might be enough to not go into figma for any further fine-tuning. How do you communicate the design in that case? |
|
I have a Figma-to-Code skill (figma-ui-generator) that generates Angular UI from Figma designs. My proposed Spec Kit workflow is: /speckit.constitution /speckit.specify /speckit.plan /speckit.tasks /speckit.implement Is this the correct approach for integrating a Figma-to-Code skill with Spec Kit? Also, during the /speckit.implement phase, the skill requires additional inputs such as: Figma URL What is the recommended way to handle these inputs? Should they be captured during the /speckit.specify phase and carried forward into implementation, or is it expected that /speckit.implement prompts the user for them when execution begins? |
Uh oh!
There was an error while loading. Please reload this page.
In the Spec-Kit workflow, which command is the correct place to provide the Figma design link?
Should it be included in /speckit.specify or elsewhere?
Does Spec-Kit support directly reading or interpreting Figma designs,
or is the Figma link used only as a reference during the /speckit.specify stage?
What is the recommended end-to-end workflow for converting Figma UI designs
into Angular components using Spec-Kit?
(Including best practices for component structure and implementation.)
All reactions