diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 0c17cfcbb7..e525dd0c2f 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -69,7 +69,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) | -| 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 56c01407c3..936f58cb37 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-09-08T00:00:00Z", + "updated_at": "2026-09-09T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -1918,16 +1918,16 @@ "figma-starter": { "name": "Figma Starter", "id": "figma-starter", - "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.", + "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.", "author": "WaveMaker", - "version": "1.0.0", - "download_url": "https://github.com/wavemaker/spec-kit-figma-starter/archive/refs/tags/v1.0.0.zip", - "repository": "https://github.com/wavemaker/spec-kit-figma-starter", - "homepage": "https://github.com/wavemaker/spec-kit-figma-starter", - "documentation": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/README.md", - "changelog": "https://github.com/wavemaker/spec-kit-figma-starter/blob/main/CHANGELOG.md", + "version": "1.1.0", + "download_url": "https://github.com/OmneWave/spec-kit-figma-starter/archive/refs/tags/v1.1.0.zip", + "repository": "https://github.com/OmneWave/spec-kit-figma-starter", + "homepage": "https://github.com/OmneWave/spec-kit-figma-starter", + "documentation": "https://github.com/OmneWave/spec-kit-figma-starter/blob/main/README.md", + "changelog": "https://github.com/OmneWave/spec-kit-figma-starter/blob/main/CHANGELOG.md", "license": "MIT", - "category": "integration", + "category": "docs", "effect": "read-write", "requires": { "speckit_version": ">=0.1.0", @@ -1940,7 +1940,7 @@ ] }, "provides": { - "commands": 1, + "commands": 2, "hooks": 1 }, "tags": [ @@ -1948,13 +1948,16 @@ "design", "design-to-spec", "ui", - "frontend" + "frontend", + "openapi", + "swagger", + "api" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-07-15T00:00:00Z", - "updated_at": "2026-07-15T00:00:00Z" + "updated_at": "2026-09-09T00:00:00Z" }, "fix-findings": { "name": "Fix Findings",