Skip to content

Commit 103bb04

Browse files
Add Spec Kit Design System extension to community catalog (#4707)
Add design extension submitted by @artursopelnik to:\n- extensions/catalog.community.json (alphabetical order)\n- docs/community/extensions.md community extensions table\n\nCloses #4694\n\nAssisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous)\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6b60878 commit 103bb04

2 files changed

Lines changed: 47 additions & 0 deletions

File tree

‎docs/community/extensions.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ The following community-contributed extensions are available in [`catalog.commun
149149
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
150150
| 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-) |
151151
| 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) |
152+
| Spec Kit Design System | Give it an RFC. It runs the Spec Kit workflow and implements the change using your design system. | `integration` | Read+Write | [spec-kit-design-system](https://github.com/artursopelnik/spec-kit-design-system) |
152153
| 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) |
153154
| 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) |
154155
| 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) |

‎extensions/catalog.community.json‎

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,6 +1808,52 @@
18081808
"created_at": "2026-08-17T00:00:00Z",
18091809
"updated_at": "2026-08-17T00:00:00Z"
18101810
},
1811+
"design": {
1812+
"name": "Spec Kit Design System",
1813+
"id": "design",
1814+
"description": "Give it an RFC. It runs the Spec Kit workflow and implements the change using your design system.",
1815+
"author": "artursopelnik",
1816+
"version": "0.1.0",
1817+
"download_url": "https://github.com/artursopelnik/spec-kit-design-system/archive/refs/tags/v0.1.0.zip",
1818+
"sha256": "787047d6a52399a7092f8bccca9268fc67f17de66723675fc83a9cd72604de4e",
1819+
"repository": "https://github.com/artursopelnik/spec-kit-design-system",
1820+
"homepage": "https://github.com/artursopelnik/spec-kit-design-system",
1821+
"documentation": "https://github.com/artursopelnik/spec-kit-design-system/blob/main/README.md",
1822+
"changelog": "https://github.com/artursopelnik/spec-kit-design-system/blob/main/CHANGELOG.md",
1823+
"license": "MIT",
1824+
"category": "integration",
1825+
"effect": "read-write",
1826+
"requires": {
1827+
"speckit_version": ">=1.0.0,<2.0.0",
1828+
"tools": [
1829+
{
1830+
"name": "python3",
1831+
"version": ">=3.9",
1832+
"required": true
1833+
},
1834+
{
1835+
"name": "bash",
1836+
"required": true
1837+
}
1838+
]
1839+
},
1840+
"provides": {
1841+
"commands": 4,
1842+
"hooks": 3
1843+
},
1844+
"tags": [
1845+
"design-system",
1846+
"design-tokens",
1847+
"accessibility",
1848+
"autonomous",
1849+
"reuse"
1850+
],
1851+
"verified": false,
1852+
"downloads": 0,
1853+
"stars": 0,
1854+
"created_at": "2026-09-23T00:00:00Z",
1855+
"updated_at": "2026-09-23T00:00:00Z"
1856+
},
18111857
"ears": {
18121858
"name": "EARS Requirements Syntax",
18131859
"id": "ears",

0 commit comments

Comments
 (0)