Skip to content

Commit d85851a

Browse files
Add Figma Starter extension to community catalog
Add figma-starter extension submitted by @vibhus to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3545 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c1722a4 commit d85851a

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following community-contributed extensions are available in [`catalog.commun
5454
| DocGuard — CDD Enforcement | Doc-integrity engine with MCP server, SARIF output, and zero-LLM core. Validates, scores, and traces documentation against code — 24 validators, stable finding codes, spec-kit hooks. Pure Node.js. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
5555
| EARS Requirements Syntax | Author, lint, and convert requirements using EARS - the five industry-standard sentence patterns for unambiguous, testable requirements | `docs` | Read+Write | [spec-kit-ears](https://github.com/dhruv-15-03/spec-kit-ears) |
5656
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
57+
| Figma Starter | Turns a Figma section's screens into per-screen spec.md files, an app-level user-stories.md, and a build-order.md, then hands off to /speckit.specify | `integration` | Read+Write | [spec-kit-figma-starter](https://github.com/wavemaker/spec-kit-figma-starter) |
5758
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |
5859
| FixIt Extension | Spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, applies minimal changes | `code` | Read+Write | [spec-kit-fixit](https://github.com/speckit-community/spec-kit-fixit) |
5960
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |

extensions/catalog.community.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,43 @@
12951295
"created_at": "2026-07-08T00:00:00Z",
12961296
"updated_at": "2026-07-08T00:00:00Z"
12971297
},
1298+
"figma-starter": {
1299+
"name": "Figma Starter",
1300+
"id": "figma-starter",
1301+
"description": "Turns a Figma section's screens into per-screen spec.md files, an app-level user-stories.md, and a build-order.md, then hands off to /speckit.specify.",
1302+
"author": "WaveMaker",
1303+
"version": "1.0.0",
1304+
"download_url": "https://github.com/wavemaker/spec-kit-figma-starter/archive/refs/tags/v1.0.0.zip",
1305+
"repository": "https://github.com/wavemaker/spec-kit-figma-starter",
1306+
"homepage": "https://github.com/wavemaker/spec-kit-figma-starter",
1307+
"documentation": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/README.md",
1308+
"changelog": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/CHANGELOG.md",
1309+
"license": "MIT",
1310+
"category": "integration",
1311+
"effect": "read-write",
1312+
"requires": {
1313+
"speckit_version": ">=0.1.0",
1314+
"tools": [
1315+
{ "name": "python3", "required": true }
1316+
]
1317+
},
1318+
"provides": {
1319+
"commands": 1,
1320+
"hooks": 1
1321+
},
1322+
"tags": [
1323+
"figma",
1324+
"design",
1325+
"design-to-spec",
1326+
"ui",
1327+
"frontend"
1328+
],
1329+
"verified": false,
1330+
"downloads": 0,
1331+
"stars": 0,
1332+
"created_at": "2026-07-15T00:00:00Z",
1333+
"updated_at": "2026-07-15T00:00:00Z"
1334+
},
12981335
"fix-findings": {
12991336
"name": "Fix Findings",
13001337
"id": "fix-findings",

0 commit comments

Comments
 (0)