Extension ID
intake
Extension Name
Intake
Version
0.1.3
Description
Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts.
Author
bigsmartben
Repository URL
https://github.com/bigsmartben/spec-kit-intake
Download URL
https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip
License
MIT
Homepage
https://github.com/bigsmartben/spec-kit-intake
Documentation URL
https://github.com/bigsmartben/spec-kit-intake/blob/main/README.md
Changelog URL
https://github.com/bigsmartben/spec-kit-intake/blob/main/CHANGELOG.md
Required Spec Kit Version
=0.8.10.dev0
Required Tools
figma-mcp - optional, used for Figma metadata capture
Number of Commands
4
Number of Hooks
1
Tags
intake, sdd, requirements, validation, figma
Key Features
- Capture and validate visual design evidence, including Figma-derived HTML SSOT bundles.
- Normalize PRD evidence into SDD-ready product intent, scope, rules, and acceptance inputs.
- Normalize existing test-case evidence into scenarios, assertions, fixtures, and coverage evidence.
- Provide schemas, contracts, config defaults, and validators for intake artifacts.
Testing Checklist
Submission Requirements
Testing Details
Tested on:
- Windows with local source checkout
- Release download URL and packaged manifest metadata
Test scenarios:
uv run pytest tests/test_extension_contract.py -q -> 42 passed.
curl.exe -L --fail --head for the v0.1.3 tag archive returned HTTP 200 after redirect.
- Source manifest and catalog metadata were checked against the v0.1.3 release.
Example Usage
specify extension add intake --from https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip
/speckit.intake.visual-design validate
/speckit.intake.figma2htmlssot validate
/speckit.intake.prd validate
/speckit.intake.test-cases validate
Proposed Catalog Entry
{
"intake": {
"name": "Intake",
"id": "intake",
"description": "Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts.",
"author": "bigsmartben",
"version": "0.1.3",
"download_url": "https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip",
"repository": "https://github.com/bigsmartben/spec-kit-intake",
"homepage": "https://github.com/bigsmartben/spec-kit-intake",
"documentation": "https://github.com/bigsmartben/spec-kit-intake/blob/main/README.md",
"changelog": "https://github.com/bigsmartben/spec-kit-intake/blob/main/CHANGELOG.md",
"license": "MIT",
"category": "docs",
"effect": "read-write",
"requires": {
"speckit_version": ">=0.8.10.dev0",
"tools": [
{
"name": "figma-mcp",
"required": false
}
]
},
"provides": {
"commands": 4,
"hooks": 1
},
"tags": [
"intake",
"sdd",
"requirements",
"validation",
"figma"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-06-23T00:00:00Z",
"updated_at": "2026-06-29T00:00:00Z"
}
}
Additional Context
This replaces the direct PR submission #3219, which was closed with maintainer guidance to use the extension submission issue template for new/update extension submissions. Prepared by Codex acting on behalf of @bigsmartben.
Extension ID
intake
Extension Name
Intake
Version
0.1.3
Description
Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts.
Author
bigsmartben
Repository URL
https://github.com/bigsmartben/spec-kit-intake
Download URL
https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip
License
MIT
Homepage
https://github.com/bigsmartben/spec-kit-intake
Documentation URL
https://github.com/bigsmartben/spec-kit-intake/blob/main/README.md
Changelog URL
https://github.com/bigsmartben/spec-kit-intake/blob/main/CHANGELOG.md
Required Spec Kit Version
Required Tools
figma-mcp- optional, used for Figma metadata captureNumber of Commands
4
Number of Hooks
1
Tags
intake, sdd, requirements, validation, figma
Key Features
Testing Checklist
Submission Requirements
extension.ymlmanifest includedTesting Details
Tested on:
Test scenarios:
uv run pytest tests/test_extension_contract.py -q-> 42 passed.curl.exe -L --fail --headfor the v0.1.3 tag archive returned HTTP 200 after redirect.Example Usage
Proposed Catalog Entry
{ "intake": { "name": "Intake", "id": "intake", "description": "Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts.", "author": "bigsmartben", "version": "0.1.3", "download_url": "https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip", "repository": "https://github.com/bigsmartben/spec-kit-intake", "homepage": "https://github.com/bigsmartben/spec-kit-intake", "documentation": "https://github.com/bigsmartben/spec-kit-intake/blob/main/README.md", "changelog": "https://github.com/bigsmartben/spec-kit-intake/blob/main/CHANGELOG.md", "license": "MIT", "category": "docs", "effect": "read-write", "requires": { "speckit_version": ">=0.8.10.dev0", "tools": [ { "name": "figma-mcp", "required": false } ] }, "provides": { "commands": 4, "hooks": 1 }, "tags": [ "intake", "sdd", "requirements", "validation", "figma" ], "verified": false, "downloads": 0, "stars": 0, "created_at": "2026-06-23T00:00:00Z", "updated_at": "2026-06-29T00:00:00Z" } }Additional Context
This replaces the direct PR submission #3219, which was closed with maintainer guidance to use the extension submission issue template for new/update extension submissions. Prepared by Codex acting on behalf of @bigsmartben.