From 9c62617bc2b2fed1f461d5f7f9833de92f307d37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:56:08 +0000 Subject: [PATCH 1/2] Update Spec Kit Figma extension to v3.1.1 Update figma extension submitted by @sebastienthibaud: - extensions/catalog.community.json (version, download_url, description, documentation, requires, provides, updated_at) - docs/community/extensions.md community extensions table Closes #4375 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index fdb7c78dd0..1249c3d196 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -141,7 +141,7 @@ The following community-contributed extensions are available in [`catalog.commun | Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) | | Spec Inventory | Read-only inventory of live requirement and task IDs, with focused per-task context packs instead of whole-file dumps | `visibility` | Read-only | [spec-kit-inventory-alignment](https://github.com/Yash-Chindam/spec-kit-inventory-alignment) | | Spec Kit Discovery Extension | Run technical discovery commands for feasibility, technology selection, scenario-specific technical decisions, legacy codebase assessment, implementation understanding, and proof-of-concept validation | `process` | Read+Write | [spec-kit-discovery](https://github.com/bigsmartben/spec-kit-discovery) | -| Spec Kit Figma | Agent-agnostic SpecKit extension that grounds spec, plan & task generation in Figma design context — REST + optional MCP, single/mono/multi-repo, macOS/Linux/Windows. | `integration` | Read+Write | [spec-kit-figma](https://github.com/Fyloss/spec-kit-figma) | +| Spec Kit Figma | Grounds SpecKit spec/plan/tasks in Figma design context via REST or MCP, on macOS/Linux/Windows. | `integration` | Read+Write | [spec-kit-figma](https://github.com/Fyloss/spec-kit-figma) | | Spec Kit Memory | Recalls prior specs and decisions from configurable memory tools (e.g. memsearch) before SDLC stages, so planning and specification start from what the project already knows | `docs` | Read+Write | [spec-kit-memory](https://github.com/zaytsevand/spec-kit-memory) | | Spec Kit Preview | Generate evidence-backed low, mid, or high fidelity previews from Spec Kit artifacts as Markdown or self-contained HTML | `docs` | Read+Write | [spec-kit-preview](https://github.com/bigsmartben/spec-kit-preview) | | Spec Kit Schedule | Optimal multi-agent task scheduling via CP-SAT — DAG precedence, hallucination-aware caps, file-conflict avoidance, stochastic durations, replanning, and interactive HTML output | `process` | Read+Write | [spec-kit-schedule](https://github.com/jfranc38/spec-kit-schedule) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index c700967112..7d713623c1 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-28T21:15:58Z", + "updated_at": "2026-08-31T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -1783,19 +1783,19 @@ "figma": { "name": "Spec Kit Figma", "id": "figma", - "description": "Agent-agnostic SpecKit extension that grounds spec, plan & task generation in Figma design context — REST + optional MCP, single/mono/multi-repo, macOS/Linux/Windows.", + "description": "Grounds SpecKit spec/plan/tasks in Figma design context via REST or MCP, on macOS/Linux/Windows.", "author": "Fyloss", - "version": "1.6.0", - "download_url": "https://github.com/Fyloss/spec-kit-figma/archive/refs/tags/v1.6.0.zip", + "version": "3.1.1", + "download_url": "https://github.com/Fyloss/spec-kit-figma/archive/refs/tags/v3.1.1.zip", "repository": "https://github.com/Fyloss/spec-kit-figma", "homepage": "https://github.com/Fyloss/spec-kit-figma", - "documentation": "https://github.com/Fyloss/spec-kit-figma/blob/main/docs/INSTALL.md", + "documentation": "https://github.com/Fyloss/spec-kit-figma/blob/main/docs/", "changelog": "https://github.com/Fyloss/spec-kit-figma/blob/main/CHANGELOG.md", "license": "MIT", "category": "integration", "effect": "read-write", "requires": { - "speckit_version": ">=0.1.0", + "speckit_version": ">=0.11.2", "tools": [ { "name": "git", @@ -1820,8 +1820,8 @@ ] }, "provides": { - "commands": 5, - "hooks": 6 + "commands": 7, + "hooks": 11 }, "tags": [ "figma", @@ -1834,7 +1834,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-07-08T00:00:00Z", - "updated_at": "2026-07-08T00:00:00Z" + "updated_at": "2026-08-31T00:00:00Z" }, "figma-starter": { "name": "Figma Starter", From 352bc424bbd3aaa57a5ae09fc8b507e46d508084 Mon Sep 17 00:00:00 2001 From: Ken Schlobohm Date: Mon, 31 Aug 2026 11:17:16 -0500 Subject: [PATCH 2/2] Apply suggestion from @KSchlobohm --- extensions/catalog.community.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 7d713623c1..fa582f686b 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1789,7 +1789,7 @@ "download_url": "https://github.com/Fyloss/spec-kit-figma/archive/refs/tags/v3.1.1.zip", "repository": "https://github.com/Fyloss/spec-kit-figma", "homepage": "https://github.com/Fyloss/spec-kit-figma", - "documentation": "https://github.com/Fyloss/spec-kit-figma/blob/main/docs/", + "documentation": "https://github.com/Fyloss/spec-kit-figma/blob/main/docs/INSTALL.md", "changelog": "https://github.com/Fyloss/spec-kit-figma/blob/main/CHANGELOG.md", "license": "MIT", "category": "integration",