en un clic
speckit-figma-export-fetch
// Download frames from a Figma file URL into the feature designs/ folder
// Download frames from a Figma file URL into the feature designs/ folder
Fetch a Jira Epic and format its content as spec input ready for /speckit-specify
Push User Stories + tasks from spec.md / tasks.md to Jira as Stories and Sub-tasks under an existing Epic
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Create a GitHub Pull Request for the active feature branch using spec.md as source for title and body
Convert all Markdown files in the current feature directory to self-contained HTML
| name | speckit-figma-export-fetch |
| description | Download frames from a Figma file URL into the feature designs/ folder |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"figma-export:commands/speckit.figma-export.fetch.md"} |
Download one or more Figma frames as PNG images and save them into the current feature's designs/ folder.
The user must provide a Figma URL. Accepted formats:
https://www.figma.com/file/FILEID/...https://www.figma.com/design/FILEID/...https://www.figma.com/file/FILEID/...?node-id=123-456python3 .specify/extensions/figma-export/scripts/bash/figma_export.py "<FIGMA_URL>"
The script:
FIGMA_TOKEN from the environmentGET /v1/images/{file_key}?ids={node_ids}&format=png&scale=2specs/<feature>/designs/vista-equipo-activo.png## Designs section to spec.md referencing the downloaded images (if not already present)✅ Downloaded 3 frame(s) to specs/001-client-team-assignments/designs/
- designs/equipo-activo.png (Frame: "Equipo Activo")
- designs/historico.png (Frame: "Histórico")
- designs/cierre-equipo.png (Frame: "Cierre de Equipo")
FIGMA_TOKEN: error with instructions to set it