diff --git a/docs/community/extensions.md b/docs/community/extensions.md index ebd49f380d..23c0e20cd5 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -54,6 +54,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | 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) | | 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 845be8e8a4..553efab025 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1295,6 +1295,43 @@ "created_at": "2026-07-08T00:00:00Z", "updated_at": "2026-07-08T00:00:00Z" }, + "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.", + "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", + "license": "MIT", + "category": "integration", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.1.0", + "tools": [ + { "name": "python3", "version": ">=3.8", "required": true } + ] + }, + "provides": { + "commands": 1, + "hooks": 1 + }, + "tags": [ + "figma", + "design", + "design-to-spec", + "ui", + "frontend" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-07-15T00:00:00Z", + "updated_at": "2026-07-15T00:00:00Z" + }, "fix-findings": { "name": "Fix Findings", "id": "fix-findings",