Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/community/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ The following community-contributed extensions are available in [`catalog.commun
| 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-) |
| Pre-Spec Cards | Card-based pre-spec thinking: paste an idea, get your card plus the paths you'd miss, then play each through — story, snags, trade-offs, difficulty vs payoff — before /speckit.specify | `process` | Read+Write | [pre-spec](https://github.com/bendlikeabamboo/pre-spec) |
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
| Product Definition as Code (PDaC) | Ground Spec Kit features in an accepted product definition, then verify citations across the delivery artifacts | `process` | Read+Write | [productshape](https://github.com/juangcarmona/productshape) |
| 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) |
| 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) |
Expand Down
43 changes: 42 additions & 1 deletion extensions/catalog.community.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schema_version": "1.0",
"updated_at": "2026-09-09T00:00:00Z",
"updated_at": "2026-09-10T00:00:00Z",
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
"extensions": {
"adrkit": {
Expand Down Expand Up @@ -3679,6 +3679,47 @@
"created_at": "2026-08-17T00:00:00Z",
"updated_at": "2026-09-08T00:00:00Z"
},
"pdac": {
"name": "Product Definition as Code (PDaC)",
"id": "pdac",
"description": "Ground Spec Kit features in an accepted product definition: fetch a cited context projection before specifying, then verify citations after specify, plan and tasks. Never writes the product model.",
"author": "Juan G. Carmona (@juangcarmona)",
"version": "0.2.1",
"download_url": "https://github.com/juangcarmona/productshape/releases/download/speckit-pdac-v0.2.1/speckit-pdac.zip",
"repository": "https://github.com/juangcarmona/productshape",
"homepage": "https://pdac.dev",
"documentation": "https://github.com/juangcarmona/productshape/blob/main/extensions/speckit-pdac/README.md",
"changelog": "https://github.com/juangcarmona/productshape/blob/main/extensions/speckit-pdac/CHANGELOG.md",
"license": "Apache-2.0",
"category": "process",
"effect": "read-write",
"requires": {
"speckit_version": ">=0.7.2",
"tools": [
{
"name": "prodshape",
"version": ">=0.16.0",
"required": true
}
]
},
"provides": {
"commands": 2,
"hooks": 3
},
"tags": [
"product",
"citations",
"pdac",
"traceability",
"governance"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-09-10T00:00:00Z",
"updated_at": "2026-09-10T00:00:00Z"
},
"pdac-product": {
"name": "ProductShape PRODUCT workflows",
"id": "pdac-product",
Expand Down