Skip to content

Commit a1b8de6

Browse files
authored
Update Product Forge extension to v1.6.0 (#2820)
* Update Product Forge extension to v1.6.0 Update product-forge extension submitted by @VaiYav:\n- extensions/catalog.community.json (version, download_url, description, provides, updated_at)\n- docs/community/extensions.md community extensions table\n\nCloses #2800 * Fix Product Forge typography in catalog/docs Replace ASCII '->' with Unicode '→' in Product Forge descriptions to match existing catalog/docs typography.
1 parent 7bab056 commit a1b8de6

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following community-contributed extensions are available in [`catalog.commun
7979
| 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) |
8080
| 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-) |
8181
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
82-
| Product Forge | Full product lifecycle from research to release — portfolio, lite mode, monorepo, optional V-Model | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
82+
| 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) |
8383
| 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) |
8484
| 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) |
8585
| 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-01T00:00:00Z",
3+
"updated_at": "2026-06-02T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2055,10 +2055,10 @@
20552055
"product-forge": {
20562056
"name": "Product Forge",
20572057
"id": "product-forge",
2058-
"description": "Full product lifecycle from research to release — portfolio, lite mode, monorepo, optional V-Model",
2058+
"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",
20592059
"author": "VaiYav",
2060-
"version": "1.5.1",
2061-
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.5.1.zip",
2060+
"version": "1.6.0",
2061+
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.6.0.zip",
20622062
"repository": "https://github.com/VaiYav/speckit-product-forge",
20632063
"homepage": "https://github.com/VaiYav/speckit-product-forge",
20642064
"documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/README.md",
@@ -2068,7 +2068,7 @@
20682068
"speckit_version": ">=0.1.0"
20692069
},
20702070
"provides": {
2071-
"commands": 29,
2071+
"commands": 31,
20722072
"hooks": 0
20732073
},
20742074
"tags": [
@@ -2082,7 +2082,7 @@
20822082
"downloads": 0,
20832083
"stars": 0,
20842084
"created_at": "2026-03-28T00:00:00Z",
2085-
"updated_at": "2026-04-24T15:52:00Z"
2085+
"updated_at": "2026-06-02T00:00:00Z"
20862086
},
20872087
"qa": {
20882088
"name": "QA Testing Extension",

0 commit comments

Comments
 (0)