Skip to content

Commit acdfb18

Browse files
Update Figma Starter extension to v1.1.0 (#4490)
Update figma-starter extension submitted by @vibhus:\n- extensions/catalog.community.json (version, download_url, metadata)\n- docs/community/extensions.md community extensions table\n\nCloses #4463\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\nAssisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 13b760a commit acdfb18

2 files changed

Lines changed: 16 additions & 13 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The following community-contributed extensions are available in [`catalog.commun
6969
| 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) |
7070
| Evaluator Contract | Provider-neutral evaluator contract for evidence, provenance, uncertainty, and recovery across Spec-Driven Development phases. | `process` | Read+Write | [spec-kit-evaluator](https://github.com/electrohire/spec-kit-evaluator) |
7171
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
72-
| 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) |
72+
| Figma Starter | Turns a Figma section's screens into Figma-derived specs, and an OpenAPI/Swagger document into an entity model plus per-page UI-to-API bindings, then hands off to /speckit.specify | `docs` | Read+Write | [spec-kit-figma-starter](https://github.com/OmneWave/spec-kit-figma-starter) |
7373
| 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) |
7474
| 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) |
7575
| 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: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-09-08T00:00:00Z",
3+
"updated_at": "2026-09-09T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -1918,16 +1918,16 @@
19181918
"figma-starter": {
19191919
"name": "Figma Starter",
19201920
"id": "figma-starter",
1921-
"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.",
1921+
"description": "Turns a Figma section's screens into Figma-derived specs — per-screen spec.md files, app-level user-stories.md, and a build-order.md — and turns an OpenAPI/Swagger document into an entity model plus per-page UI-to-API bindings, then hands off to /speckit.specify.",
19221922
"author": "WaveMaker",
1923-
"version": "1.0.0",
1924-
"download_url": "https://github.com/wavemaker/spec-kit-figma-starter/archive/refs/tags/v1.0.0.zip",
1925-
"repository": "https://github.com/wavemaker/spec-kit-figma-starter",
1926-
"homepage": "https://github.com/wavemaker/spec-kit-figma-starter",
1927-
"documentation": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/README.md",
1928-
"changelog": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/CHANGELOG.md",
1923+
"version": "1.1.0",
1924+
"download_url": "https://github.com/OmneWave/spec-kit-figma-starter/archive/refs/tags/v1.1.0.zip",
1925+
"repository": "https://github.com/OmneWave/spec-kit-figma-starter",
1926+
"homepage": "https://github.com/OmneWave/spec-kit-figma-starter",
1927+
"documentation": "https://github.com/OmneWave/spec-kit-figma-starter/blob/main/README.md",
1928+
"changelog": "https://github.com/OmneWave/spec-kit-figma-starter/blob/main/CHANGELOG.md",
19291929
"license": "MIT",
1930-
"category": "integration",
1930+
"category": "docs",
19311931
"effect": "read-write",
19321932
"requires": {
19331933
"speckit_version": ">=0.1.0",
@@ -1940,21 +1940,24 @@
19401940
]
19411941
},
19421942
"provides": {
1943-
"commands": 1,
1943+
"commands": 2,
19441944
"hooks": 1
19451945
},
19461946
"tags": [
19471947
"figma",
19481948
"design",
19491949
"design-to-spec",
19501950
"ui",
1951-
"frontend"
1951+
"frontend",
1952+
"openapi",
1953+
"swagger",
1954+
"api"
19521955
],
19531956
"verified": false,
19541957
"downloads": 0,
19551958
"stars": 0,
19561959
"created_at": "2026-07-15T00:00:00Z",
1957-
"updated_at": "2026-07-15T00:00:00Z"
1960+
"updated_at": "2026-09-09T00:00:00Z"
19581961
},
19591962
"fix-findings": {
19601963
"name": "Fix Findings",

0 commit comments

Comments
 (0)