Skip to content

Commit 7c1d421

Browse files
mnriemCopilot
andauthored
Update Product Forge extension to v1.7.0 (#2996)
Update product-forge extension submitted by @VaiYav: - extensions/catalog.community.json (version, download_url, description, tags, documentation, updated_at) - docs/community/extensions.md community extensions table Closes #2967 Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4f5c497 commit 7c1d421

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The following community-contributed extensions are available in [`catalog.commun
8484
| 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) |
8585
| PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts | `process` | Read-only | [spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-) |
8686
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
87-
| Product Forge | Full product lifecycle from research to release — express/lite/standard/v-model tracks, living spec + traceability, structured journeys → E2E, monorepo, and selectable doc-structure strategies | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
87+
| Product Forge | Full product-lifecycle orchestrator for Spec Kit: research → product-spec → plan → tasks → implement → verify → test → release-readiness, across express/lite/standard/v-model modes with human-in-the-loop gates. | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
8888
| Product Spec Extension | Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs | `docs` | Read+Write | [spec-kit-product](https://github.com/d0whc3r/spec-kit-product) |
8989
| 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) |
9090
| 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) |

extensions/catalog.community.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,13 +2317,13 @@
23172317
"product-forge": {
23182318
"name": "Product Forge",
23192319
"id": "product-forge",
2320-
"description": "Full product lifecycle from research to release — express/lite/standard/v-model tracks, living spec + traceability, structured journeys → E2E, monorepo, and selectable doc-structure strategies",
2321-
"author": "VaiYav",
2322-
"version": "1.6.0",
2323-
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.6.0.zip",
2320+
"description": "Full product-lifecycle orchestrator for Spec Kit: research → product-spec → plan → tasks → implement → verify → test → release-readiness, across express/lite/standard/v-model modes with human-in-the-loop gates.",
2321+
"author": "Valentin Yakovlev",
2322+
"version": "1.7.0",
2323+
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.7.0.zip",
23242324
"repository": "https://github.com/VaiYav/speckit-product-forge",
23252325
"homepage": "https://github.com/VaiYav/speckit-product-forge",
2326-
"documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/README.md",
2326+
"documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/docs/concept.md",
23272327
"changelog": "https://github.com/VaiYav/speckit-product-forge/blob/main/CHANGELOG.md",
23282328
"license": "MIT",
23292329
"category": "process",
@@ -2338,15 +2338,15 @@
23382338
"tags": [
23392339
"process",
23402340
"lifecycle",
2341-
"monorepo",
2342-
"v-model",
2343-
"portfolio"
2341+
"testing",
2342+
"sync-verify",
2343+
"release-readiness"
23442344
],
23452345
"verified": false,
23462346
"downloads": 0,
23472347
"stars": 0,
23482348
"created_at": "2026-03-28T00:00:00Z",
2349-
"updated_at": "2026-06-02T00:00:00Z"
2349+
"updated_at": "2026-06-16T00:00:00Z"
23502350
},
23512351
"qa": {
23522352
"name": "QA Testing Extension",

0 commit comments

Comments
 (0)