diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 0a2c0f184..1e938b2bc 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -58,7 +58,7 @@ The following community-contributed extensions are available in [`catalog.commun | GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) | | Golden Demo | Extracts acceptance criteria from specs, builds test vectors, and produces a behavioral drift report — complementary to Architecture Guard and CDD | `docs` | Read+Write | [spec-kit-golden-demo](https://github.com/jasstt/spec-kit-golden-demo) | | Improve Extension | Audits any codebase as a senior advisor and writes prioritized, self-contained spec prompts under specs/ that the spec-kit lifecycle can process | `process` | Read+Write | [spec-kit-improve](https://github.com/d0whc3r/spec-kit-improve) | -| Intake | Normalize PRD, design, and test-case evidence into SDD-ready intake artifacts | `docs` | Read+Write | [spec-kit-intake](https://github.com/bigsmartben/spec-kit-intake) | +| Intake | Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts. | `docs` | Read+Write | [spec-kit-intake](https://github.com/bigsmartben/spec-kit-intake) | | Intelligent Agent Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) | | Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) | | Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 1ab78b19b..e8ff96ca1 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1440,10 +1440,10 @@ "intake": { "name": "Intake", "id": "intake", - "description": "Normalize PRD, design, and test-case evidence into SDD-ready intake artifacts.", + "description": "Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts.", "author": "bigsmartben", - "version": "0.1.2", - "download_url": "https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.2.zip", + "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", @@ -1461,7 +1461,7 @@ ] }, "provides": { - "commands": 3, + "commands": 4, "hooks": 1 }, "tags": [ @@ -1475,7 +1475,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-06-23T00:00:00Z", - "updated_at": "2026-06-23T00:00:00Z" + "updated_at": "2026-06-30T00:00:00Z" }, "issue": { "name": "GitHub Issues Integration 2",