diff --git a/docs/community/extensions.md b/docs/community/extensions.md index e77c40bcfa..00f1cd6589 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -145,6 +145,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | 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) | | Spec2Cloud | Spec-driven workflow tuned for shipping to Azure | `process` | Read+Write | [spec2cloud](https://github.com/Azure-Samples/Spec2Cloud) | +| 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) | | 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) | | SpecKit Grill Me | Exhaustively resolve specification ambiguities and decisions before planning | `process` | Read+Write | [speckit-grill-me](https://github.com/yoshi1220/speckit-grill-me) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index b35f1c849d..f22f7ae950 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-11T00:00:00Z", + "updated_at": "2026-08-12T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -4148,6 +4148,40 @@ "created_at": "2026-04-30T00:00:00Z", "updated_at": "2026-04-30T00:00:00Z" }, + "specjudge": { + "name": "SpecJudge — right-size the model before you implement", + "id": "specjudge", + "description": "Recommends the model that fits your tasks, citing the spec fragment behind every level.", + "author": "Joaquín Ruiz", + "version": "0.5.4", + "download_url": "https://github.com/JoaquinRuiz/SpecJudge/releases/download/v0.5.4/spec-kit-specjudge.zip", + "repository": "https://github.com/JoaquinRuiz/SpecJudge", + "homepage": "https://github.com/JoaquinRuiz/SpecJudge", + "documentation": "https://github.com/JoaquinRuiz/SpecJudge/blob/main/extensions/spec-kit/README.md", + "changelog": "https://github.com/JoaquinRuiz/SpecJudge/blob/main/extensions/spec-kit/CHANGELOG.md", + "license": "MIT", + "category": "process", + "effect": "read-only", + "requires": { + "speckit_version": ">=0.13.0", + "tools": [{ "name": "specjudge", "version": ">=0.5.0", "required": true }] + }, + "provides": { + "commands": 1, + "hooks": 1 + }, + "tags": [ + "cost", + "model-selection", + "local-first", + "ollama" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-12T00:00:00Z", + "updated_at": "2026-08-12T00:00:00Z" + }, "speckit-superpowers-bridge": { "name": "Superpowers Implementation Bridge", "id": "speckit-superpowers-bridge",