Skip to content

Commit e12beda

Browse files
github-actions[bot]CopilotCopilot
authored
[extension] Add Golden Demo extension to community catalog (#3151)
* Add Golden Demo extension to community catalog Add golden-demo extension submitted by @jasstt to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3127 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Remove empty changelog field from golden-demo catalog entry Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 5404f7e commit e12beda

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The following community-contributed extensions are available in [`catalog.commun
5656
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
5757
| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
5858
| 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) |
59+
| 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) |
5960
| 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) |
6061
| 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) |
6162
| 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) |

extensions/catalog.community.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-23T00:00:00Z",
3+
"updated_at": "2026-06-24T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1327,6 +1327,39 @@
13271327
"created_at": "2026-04-12T15:30:00Z",
13281328
"updated_at": "2026-04-13T14:39:00Z"
13291329
},
1330+
"golden-demo": {
1331+
"name": "Golden Demo",
1332+
"id": "golden-demo",
1333+
"description": "Extracts acceptance criteria from specs, builds test vectors, and produces a behavioral drift report — complementary to Architecture Guard and CDD.",
1334+
"author": "jasstt",
1335+
"version": "0.1.1",
1336+
"download_url": "https://github.com/jasstt/spec-kit-golden-demo/archive/refs/tags/v0.1.1.zip",
1337+
"repository": "https://github.com/jasstt/spec-kit-golden-demo",
1338+
"homepage": "https://github.com/jasstt/spec-kit-golden-demo",
1339+
"documentation": "https://github.com/jasstt/spec-kit-golden-demo",
1340+
"license": "MIT",
1341+
"category": "docs",
1342+
"effect": "read-write",
1343+
"requires": {
1344+
"speckit_version": ">=0.1.0"
1345+
},
1346+
"provides": {
1347+
"commands": 2,
1348+
"hooks": 2
1349+
},
1350+
"tags": [
1351+
"testing",
1352+
"drift-detection",
1353+
"behavioral-oracle",
1354+
"tdd",
1355+
"quality"
1356+
],
1357+
"verified": false,
1358+
"downloads": 0,
1359+
"stars": 0,
1360+
"created_at": "2026-06-24T00:00:00Z",
1361+
"updated_at": "2026-06-24T00:00:00Z"
1362+
},
13301363
"harness": {
13311364
"name": "Research Harness",
13321365
"id": "harness",

0 commit comments

Comments
 (0)