diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 248ebb679d..cd83dce54a 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -84,7 +84,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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-) | | Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) | -| 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index fcbcf7dfbd..e251ea407b 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -2317,13 +2317,13 @@ "product-forge": { "name": "Product Forge", "id": "product-forge", - "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", - "author": "VaiYav", - "version": "1.6.0", - "download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.6.0.zip", + "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.", + "author": "Valentin Yakovlev", + "version": "1.7.0", + "download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.7.0.zip", "repository": "https://github.com/VaiYav/speckit-product-forge", "homepage": "https://github.com/VaiYav/speckit-product-forge", - "documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/README.md", + "documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/docs/concept.md", "changelog": "https://github.com/VaiYav/speckit-product-forge/blob/main/CHANGELOG.md", "license": "MIT", "category": "process", @@ -2338,15 +2338,15 @@ "tags": [ "process", "lifecycle", - "monorepo", - "v-model", - "portfolio" + "testing", + "sync-verify", + "release-readiness" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-03-28T00:00:00Z", - "updated_at": "2026-06-02T00:00:00Z" + "updated_at": "2026-06-16T00:00:00Z" }, "qa": { "name": "QA Testing Extension",