Extension ID
product
Extension Name
Product Spec Extension
Version
0.5.3
Description
Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs.
Author
spec-kit-product contributors
Repository URL
https://github.com/d0whc3r/spec-kit-product
Download URL
https://github.com/d0whc3r/spec-kit-product/releases/download/v0.5.3/product-0.5.3.zip
License
MIT
Homepage (optional)
https://d0whc3r.github.io/spec-kit-product/
Documentation URL (optional)
https://github.com/d0whc3r/spec-kit-product/blob/main/README.md
Changelog URL (optional)
https://github.com/d0whc3r/spec-kit-product/blob/main/CHANGELOG.md
Required Spec Kit Version
=0.2.0
Required Tools (optional)
None. This extension is plain Markdown command and template text. It adds no external tool or runtime dependencies beyond Spec Kit itself.
Number of Commands
4
Number of Hooks (optional)
3
Tags
product, spec, prd, design, documentation, prfaq, jtbd, lean-prd, requirements, product-management, planning, stakeholder, technical-design, brownfield
Key Features
/speckit.product.spec: Generate a product spec and quality checklist from the current feature's spec.md
/speckit.product.info: Generate a short, stakeholder-readable product-info.md from the current feature's spec.md
/speckit.product.plan: Generate a high-level, product-oriented plan from the current feature's plan.md
/speckit.product.design: Generate a high-level technical design document from the current feature's plan.md and spec.md, aimed at tech leads and senior developers
Testing Checklist
Submission Requirements
Testing Details
Tested by the https://github.com/d0whc3r/spec-kit-product release pipeline (release):
- Manifest validation (
pnpm run validate) confirms extension.yml and catalog.json agree on version, command count, and hook count.
- Content lint (
pnpm run lint:content) enforces the output style rules every command must follow.
- The release archive
product-0.5.3.zip is built and attached to the GitHub release at tag v0.5.3.
- Install is exercised from the published download URL above.
Test project: the extension is dogfooded on this repository's own specs/*/product/ artifacts, generated from real spec.md and plan.md files.
Example Usage
# Install the extension from the release archive
specify extension add product --from https://github.com/d0whc3r/spec-kit-product/releases/download/v0.5.3/product-0.5.3.zip
# Generate the stakeholder summary from your spec.md
/speckit.product.info
# Generate the product spec, product plan, and technical design
/speckit.product.spec
/speckit.product.plan
/speckit.product.design
Proposed Catalog Entry
{
"product": {
"name": "Product Spec Extension",
"id": "product",
"description": "Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs.",
"author": "spec-kit-product contributors",
"version": "0.5.3",
"download_url": "https://github.com/d0whc3r/spec-kit-product/releases/download/v0.5.3/product-0.5.3.zip",
"repository": "https://github.com/d0whc3r/spec-kit-product",
"homepage": "https://d0whc3r.github.io/spec-kit-product/",
"documentation": "https://github.com/d0whc3r/spec-kit-product/blob/main/README.md",
"changelog": "https://github.com/d0whc3r/spec-kit-product/blob/main/CHANGELOG.md",
"license": "MIT",
"requires": {
"speckit_version": ">=0.2.0"
},
"provides": {
"commands": 4,
"hooks": 3
},
"tags": [
"product",
"spec",
"prd",
"design",
"documentation",
"prfaq",
"jtbd",
"lean-prd",
"requirements",
"product-management",
"planning",
"stakeholder",
"technical-design",
"brownfield"
],
"verified": false,
"created_at": "2026-05-07T20:09:54Z",
"updated_at": "2026-05-29T17:36:34Z",
"downloads": 0,
"stars": 0
}
}
Additional Context
Full user documentation lives on the project website (https://d0whc3r.github.io/spec-kit-product/) and the project wiki, with reference docs at https://github.com/d0whc3r/spec-kit-product/blob/main/README.md. Source repository: https://github.com/d0whc3r/spec-kit-product
Extension ID
product
Extension Name
Product Spec Extension
Version
0.5.3
Description
Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs.
Author
spec-kit-product contributors
Repository URL
https://github.com/d0whc3r/spec-kit-product
Download URL
https://github.com/d0whc3r/spec-kit-product/releases/download/v0.5.3/product-0.5.3.zip
License
MIT
Homepage (optional)
https://d0whc3r.github.io/spec-kit-product/
Documentation URL (optional)
https://github.com/d0whc3r/spec-kit-product/blob/main/README.md
Changelog URL (optional)
https://github.com/d0whc3r/spec-kit-product/blob/main/CHANGELOG.md
Required Spec Kit Version
Required Tools (optional)
Number of Commands
4
Number of Hooks (optional)
3
Tags
product, spec, prd, design, documentation, prfaq, jtbd, lean-prd, requirements, product-management, planning, stakeholder, technical-design, brownfield
Key Features
/speckit.product.spec: Generate a product spec and quality checklist from the current feature's spec.md/speckit.product.info: Generate a short, stakeholder-readable product-info.md from the current feature's spec.md/speckit.product.plan: Generate a high-level, product-oriented plan from the current feature's plan.md/speckit.product.design: Generate a high-level technical design document from the current feature's plan.md and spec.md, aimed at tech leads and senior developersTesting Checklist
Submission Requirements
extension.ymlmanifest includedTesting Details
Tested by the
https://github.com/d0whc3r/spec-kit-productrelease pipeline (release):pnpm run validate) confirmsextension.ymlandcatalog.jsonagree on version, command count, and hook count.pnpm run lint:content) enforces the output style rules every command must follow.product-0.5.3.zipis built and attached to the GitHub release at tagv0.5.3.Test project: the extension is dogfooded on this repository's own
specs/*/product/artifacts, generated from realspec.mdandplan.mdfiles.Example Usage
Proposed Catalog Entry
{ "product": { "name": "Product Spec Extension", "id": "product", "description": "Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs.", "author": "spec-kit-product contributors", "version": "0.5.3", "download_url": "https://github.com/d0whc3r/spec-kit-product/releases/download/v0.5.3/product-0.5.3.zip", "repository": "https://github.com/d0whc3r/spec-kit-product", "homepage": "https://d0whc3r.github.io/spec-kit-product/", "documentation": "https://github.com/d0whc3r/spec-kit-product/blob/main/README.md", "changelog": "https://github.com/d0whc3r/spec-kit-product/blob/main/CHANGELOG.md", "license": "MIT", "requires": { "speckit_version": ">=0.2.0" }, "provides": { "commands": 4, "hooks": 3 }, "tags": [ "product", "spec", "prd", "design", "documentation", "prfaq", "jtbd", "lean-prd", "requirements", "product-management", "planning", "stakeholder", "technical-design", "brownfield" ], "verified": false, "created_at": "2026-05-07T20:09:54Z", "updated_at": "2026-05-29T17:36:34Z", "downloads": 0, "stars": 0 } }Additional Context
Full user documentation lives on the project website (https://d0whc3r.github.io/spec-kit-product/) and the project wiki, with reference docs at https://github.com/d0whc3r/spec-kit-product/blob/main/README.md. Source repository: https://github.com/d0whc3r/spec-kit-product