Skip to content

Commit 9cb3f3d

Browse files
VaiYavValentyn Yakovliev
andauthored
feat: add product-forge extension to community catalog (#2012)
Product Forge β€” Full product lifecycle SpecKit extension by VaiYav. Covers 9 phases: research β†’ product-spec β†’ revalidation β†’ bridge β†’ plan β†’ implement β†’ verify β†’ test-plan β†’ test-run. 10 commands, MIT license, v1.1.0 https://github.com/VaiYav/speckit-product-forge Co-authored-by: Valentyn Yakovliev <your-verified-email@example.com>
1 parent f8da535 commit 9cb3f3d

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ The following community-contributed extensions are available in [`catalog.commun
200200
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) |
201201
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
202202
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
203+
| Product Forge | Full product lifecycle: research β†’ product spec β†’ SpecKit β†’ implement β†’ verify β†’ test | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
203204
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |
204205
| Project Status | Show current SDD workflow progress β€” active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) |
205206
| Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph) |

β€Žextensions/catalog.community.jsonβ€Ž

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-03-27T08:22:30Z",
3+
"updated_at": "2026-03-28T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -789,6 +789,38 @@
789789
"created_at": "2026-03-18T00:00:00Z",
790790
"updated_at": "2026-03-18T00:00:00Z"
791791
},
792+
"product-forge": {
793+
"name": "Product Forge",
794+
"id": "product-forge",
795+
"description": "Full product lifecycle: research \u2192 product spec \u2192 SpecKit \u2192 implement \u2192 verify \u2192 test",
796+
"author": "VaiYav",
797+
"version": "1.1.1",
798+
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.1.1.zip",
799+
"repository": "https://github.com/VaiYav/speckit-product-forge",
800+
"homepage": "https://github.com/VaiYav/speckit-product-forge",
801+
"documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/README.md",
802+
"changelog": "https://github.com/VaiYav/speckit-product-forge/blob/main/CHANGELOG.md",
803+
"license": "MIT",
804+
"requires": {
805+
"speckit_version": ">=0.1.0"
806+
},
807+
"provides": {
808+
"commands": 10,
809+
"hooks": 0
810+
},
811+
"tags": [
812+
"process",
813+
"research",
814+
"product-spec",
815+
"lifecycle",
816+
"testing"
817+
],
818+
"verified": false,
819+
"downloads": 0,
820+
"stars": 0,
821+
"created_at": "2026-03-28T00:00:00Z",
822+
"updated_at": "2026-03-28T00:00:00Z"
823+
},
792824
"ralph": {
793825
"name": "Ralph Loop",
794826
"id": "ralph",

0 commit comments

Comments
Β (0)