Releases: wavemaker/spec-kit-figma-starter
Releases · wavemaker/spec-kit-figma-starter
Release list
Figma Starter v1.0.0
A Spec Kit (https://github.com/github/spec-kit) extension that turns a Figma section's screens into Figma-derived specs — per-screen spec.md files, an app-level user-stories.md, and a build-order.md — then hands off to core /speckit.specify.
Highlights
/speckit.figma-starter.import <figma-section-url> [-o <module-name>]— runs the full pipeline (pull-screens → trace-flows → read-screens → write-spec) against a Figma section and generates specs in build order.- before_specify hook — offers to generate Figma-derived specs automatically before /speckit.specify runs.
- Agent-agnostic — command and pipeline are plain Markdown, registered for whichever agent you picked at specify init.
- No extra dependencies for assets — icon/embedded-image export runs through a bundled, standard-library-only scripts/figma_pull.py.
Install
specify extension add figma-starter --from https://github.com/wavemaker/spec-kit-figma-starter/archive/refs/tags/v1.0.0.zip
Requirements: Spec Kit >=0.1.0, python3 >=3.8, a Figma token (or fallback to Figma MCP server).