Skip to content

Commit 5a052d3

Browse files
github-actions[bot]Copilotmnriem
authored
[extension] Add SpecJudge extension to community catalog (#4079)
* Add SpecJudge extension to community catalog Add specjudge extension submitted by @JoaquinRuiz to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4068 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Revert unrelated formatting-only edits in community catalog Restore the compact single-line `tools` array formatting for existing extensions that were incidentally expanded, keeping the diff scoped to the SpecJudge addition and the catalog `updated_at` bump. Assisted-by: GitHub Copilot (model: Claude Opus 4.8, autonomous) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --------- 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: Manfred Riem <15701806+mnriem@users.noreply.github.com>
1 parent bfabf4c commit 5a052d3

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ The following community-contributed extensions are available in [`catalog.commun
146146
| Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement | `process` | Read+Write | [spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate) |
147147
| Spec-Kit BDD | ATDD/BDD extension: convert specs to Gherkin scenarios, scaffold step definitions, and verify acceptance test coverage | `process` | Read+Write | [spec-kit-bdd](https://github.com/RSginer/spec-kit-bdd) |
148148
| Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) |
149+
| SpecJudge — right-size the model before you implement | Recommends the model that fits your tasks, citing the spec fragment behind every level. | `process` | Read-only | [SpecJudge](https://github.com/JoaquinRuiz/SpecJudge) |
149150
| SpecKit Companion | Live spec-driven progress — lifecycle capture, status, resume, and a turbo pipeline profile | `visibility` | Read+Write | [speckit-companion](https://github.com/alfredoperez/speckit-companion) |
150151
| SpecKit Grill Me | Exhaustively resolve specification ambiguities and decisions before planning | `process` | Read+Write | [speckit-grill-me](https://github.com/yoshi1220/speckit-grill-me) |
151152
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements | `code` | Read+Write | [spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest) |

extensions/catalog.community.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4186,6 +4186,40 @@
41864186
"created_at": "2026-04-30T00:00:00Z",
41874187
"updated_at": "2026-04-30T00:00:00Z"
41884188
},
4189+
"specjudge": {
4190+
"name": "SpecJudge — right-size the model before you implement",
4191+
"id": "specjudge",
4192+
"description": "Recommends the model that fits your tasks, citing the spec fragment behind every level.",
4193+
"author": "Joaquín Ruiz",
4194+
"version": "0.5.4",
4195+
"download_url": "https://github.com/JoaquinRuiz/SpecJudge/releases/download/v0.5.4/spec-kit-specjudge.zip",
4196+
"repository": "https://github.com/JoaquinRuiz/SpecJudge",
4197+
"homepage": "https://github.com/JoaquinRuiz/SpecJudge",
4198+
"documentation": "https://github.com/JoaquinRuiz/SpecJudge/blob/main/extensions/spec-kit/README.md",
4199+
"changelog": "https://github.com/JoaquinRuiz/SpecJudge/blob/main/extensions/spec-kit/CHANGELOG.md",
4200+
"license": "MIT",
4201+
"category": "process",
4202+
"effect": "read-only",
4203+
"requires": {
4204+
"speckit_version": ">=0.13.0",
4205+
"tools": [{ "name": "specjudge", "version": ">=0.5.0", "required": true }]
4206+
},
4207+
"provides": {
4208+
"commands": 1,
4209+
"hooks": 1
4210+
},
4211+
"tags": [
4212+
"cost",
4213+
"model-selection",
4214+
"local-first",
4215+
"ollama"
4216+
],
4217+
"verified": false,
4218+
"downloads": 0,
4219+
"stars": 0,
4220+
"created_at": "2026-08-12T00:00:00Z",
4221+
"updated_at": "2026-08-12T00:00:00Z"
4222+
},
41894223
"speckit-superpowers-bridge": {
41904224
"name": "Superpowers Implementation Bridge",
41914225
"id": "speckit-superpowers-bridge",

0 commit comments

Comments
 (0)