Extension ID
product
Extension Name
Product Spec Extension
Version
0.8.0
Description
Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs.
Author
d0whc3r
Repository URL
https://github.com/d0whc3r/spec-kit-product
Download URL
https://github.com/d0whc3r/spec-kit-product/releases/download/v0.8.0/product-0.8.0.zip
License
MIT
Homepage (optional)
https://d0whc3r.github.io/spec-kit-product/
Documentation URL (optional)
https://github.com/d0whc3r/spec-kit-product/wiki
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
design, documentation, jtbd, lean-prd, planning, prd, prfaq, product, product-management, requirements, spec, spec-kit, spec-kit-extension, stakeholder, technical-design
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.8.0.zip is built and attached to the GitHub release at tag v0.8.0.
- 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.8.0/product-0.8.0.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": "d0whc3r",
"version": "0.8.0",
"download_url": "https://github.com/d0whc3r/spec-kit-product/releases/download/v0.8.0/product-0.8.0.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/wiki",
"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": [
"design",
"documentation",
"jtbd",
"lean-prd",
"planning",
"prd",
"prfaq",
"product",
"product-management",
"requirements",
"spec",
"spec-kit",
"spec-kit-extension",
"stakeholder",
"technical-design"
],
"verified": false,
"created_at": "2026-05-07T20:09:54Z",
"updated_at": "2026-05-30T11:50:45Z",
"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/wiki. Source repository: https://github.com/d0whc3r/spec-kit-product.
A complete, real worked example (the Spec Kit inputs and all four generated product artifacts) is committed at https://github.com/d0whc3r/spec-kit-product/tree/main/examples so reviewers and users can see exactly what each command reads and writes.
Extension ID
product
Extension Name
Product Spec Extension
Version
0.8.0
Description
Generates PRFAQ, Lean PRD, stakeholder summaries, and technical designs from engineering specs.
Author
d0whc3r
Repository URL
https://github.com/d0whc3r/spec-kit-product
Download URL
https://github.com/d0whc3r/spec-kit-product/releases/download/v0.8.0/product-0.8.0.zip
License
MIT
Homepage (optional)
https://d0whc3r.github.io/spec-kit-product/
Documentation URL (optional)
https://github.com/d0whc3r/spec-kit-product/wiki
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
design, documentation, jtbd, lean-prd, planning, prd, prfaq, product, product-management, requirements, spec, spec-kit, spec-kit-extension, stakeholder, technical-design
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.8.0.zipis built and attached to the GitHub release at tagv0.8.0.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": "d0whc3r", "version": "0.8.0", "download_url": "https://github.com/d0whc3r/spec-kit-product/releases/download/v0.8.0/product-0.8.0.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/wiki", "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": [ "design", "documentation", "jtbd", "lean-prd", "planning", "prd", "prfaq", "product", "product-management", "requirements", "spec", "spec-kit", "spec-kit-extension", "stakeholder", "technical-design" ], "verified": false, "created_at": "2026-05-07T20:09:54Z", "updated_at": "2026-05-30T11:50:45Z", "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/wiki. Source repository: https://github.com/d0whc3r/spec-kit-product.
A complete, real worked example (the Spec Kit inputs and all four generated product artifacts) is committed at https://github.com/d0whc3r/spec-kit-product/tree/main/examples so reviewers and users can see exactly what each command reads and writes.