Skip to content

Commit 5ed5e40

Browse files
committed
catalog: add wireframe extension
Adds https://github.com/TortoiseWolfe/spec-kit-extension-wireframe (v0.1.0) to the community catalog. Provides a visual feedback loop for spec-driven development: SVG wireframe generation, review, and sign-off. Approved wireframes become spec constraints honored by /plan, /tasks, and /implement. Supersedes #1410 — the old PR predated the extension system introduced in #2130 and proposed commands in templates/commands/, which is no longer the right home for third-party commands.
1 parent 13b614e commit 5ed5e40

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

extensions/catalog.community.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2246,6 +2246,41 @@
22462246
"stars": 0,
22472247
"created_at": "2026-04-13T00:00:00Z",
22482248
"updated_at": "2026-04-13T00:00:00Z"
2249+
},
2250+
"wireframe": {
2251+
"name": "Wireframe Visual Feedback Loop",
2252+
"id": "wireframe",
2253+
"description": "SVG wireframe generation, review, and sign-off for spec-driven development. Approved wireframes become spec constraints honored by /plan, /tasks, and /implement.",
2254+
"author": "TortoiseWolfe (turtlewolfe.com)",
2255+
"version": "0.1.0",
2256+
"download_url": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/archive/refs/tags/v0.1.0.zip",
2257+
"repository": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe",
2258+
"homepage": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe",
2259+
"documentation": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/blob/main/README.md",
2260+
"changelog": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/blob/main/CHANGELOG.md",
2261+
"license": "MIT",
2262+
"requires": {
2263+
"speckit_version": ">=0.6.0"
2264+
},
2265+
"provides": {
2266+
"commands": 6,
2267+
"hooks": 3
2268+
},
2269+
"tags": [
2270+
"wireframe",
2271+
"visual",
2272+
"design",
2273+
"ui",
2274+
"mockup",
2275+
"svg",
2276+
"feedback-loop",
2277+
"sign-off"
2278+
],
2279+
"verified": false,
2280+
"downloads": 0,
2281+
"stars": 0,
2282+
"created_at": "2026-04-17T00:00:00Z",
2283+
"updated_at": "2026-04-17T00:00:00Z"
22492284
}
22502285
}
22512286
}

0 commit comments

Comments
 (0)