Skip to content

Commit 4f4c2ca

Browse files
Add ProductShape PRODUCT workflows extension to community catalog
Add pdac-product extension submitted by @juangcarmona to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4453 Assisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0c8e31f commit 4f4c2ca

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ The following community-contributed extensions are available in [`catalog.commun
119119
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
120120
| 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) |
121121
| 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) |
122+
| ProductShape PRODUCT workflows | Author, refine, validate, apply, archive and recover ProductShape product meaning in a separate Spec Kit lane. | `process` | Read+Write | [productshape](https://github.com/juangcarmona/productshape) |
122123
| 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) |
123124
| 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) |
124125
| QA Testing Extension | Systematic QA testing with browser-driven or CLI-based validation of acceptance criteria from spec | `code` | Read-only | [spec-kit-qa](https://github.com/arunt14/spec-kit-qa) |

extensions/catalog.community.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3675,6 +3675,46 @@
36753675
"created_at": "2026-08-17T00:00:00Z",
36763676
"updated_at": "2026-08-17T00:00:00Z"
36773677
},
3678+
"pdac-product": {
3679+
"name": "ProductShape PRODUCT workflows",
3680+
"id": "pdac-product",
3681+
"description": "Author, refine, validate, apply, archive and recover ProductShape product meaning in a separate Spec Kit lane.",
3682+
"author": "Juan G. Carmona (@juangcarmona)",
3683+
"version": "0.1.0",
3684+
"download_url": "https://github.com/juangcarmona/productshape/releases/download/speckit-pdac-product-v0.1.0/speckit-pdac-product.zip",
3685+
"repository": "https://github.com/juangcarmona/productshape",
3686+
"homepage": "https://pdac.dev",
3687+
"documentation": "https://github.com/juangcarmona/productshape/blob/main/extensions/speckit-pdac-product/README.md",
3688+
"changelog": "https://github.com/juangcarmona/productshape/blob/main/extensions/speckit-pdac-product/CHANGELOG.md",
3689+
"license": "Apache-2.0",
3690+
"category": "process",
3691+
"effect": "read-write",
3692+
"requires": {
3693+
"speckit_version": ">=1.0.4",
3694+
"tools": [
3695+
{
3696+
"name": "prodshape",
3697+
"version": ">=0.19.0",
3698+
"required": true
3699+
}
3700+
]
3701+
},
3702+
"provides": {
3703+
"commands": 6,
3704+
"hooks": 0
3705+
},
3706+
"tags": [
3707+
"product",
3708+
"product-change",
3709+
"recovery",
3710+
"pdac"
3711+
],
3712+
"verified": false,
3713+
"downloads": 0,
3714+
"stars": 0,
3715+
"created_at": "2026-09-08T00:00:00Z",
3716+
"updated_at": "2026-09-08T00:00:00Z"
3717+
},
36783718
"plan-review-gate": {
36793719
"name": "Plan Review Gate",
36803720
"id": "plan-review-gate",

0 commit comments

Comments
 (0)