Skip to content

Commit c256cea

Browse files
Add Evaluator Contract extension to community catalog (#4420)
Add evaluator extension submitted by @tbitcs to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4414 Assisted-by: GitHub Copilot (model: gpt-5.2-codex, 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>
1 parent da2b0ae commit c256cea

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ The following community-contributed extensions are available in [`catalog.commun
6767
| Dotdog | Import GitHub Spec Kit artifacts into local knowledge graphs for validation, analysis, search, and MCP queries. | `docs` | Read+Write | [dotdog](https://github.com/specdog/dotdog) |
6868
| DUBSAR Memory | Local project memory for Spec Kit with explicit checkpoints, cross-session resume, and SHA-256 freshness for recorded specification, plan, and task references. | `visibility` | Read+Write | [dubsar-memory](https://github.com/kotnisofiane-bit/dubsar-memory) |
6969
| EARS Requirements Syntax | Author, lint, and convert requirements using EARS - the five industry-standard sentence patterns for unambiguous, testable requirements | `docs` | Read+Write | [spec-kit-ears](https://github.com/dhruv-15-03/spec-kit-ears) |
70+
| Evaluator Contract | Provider-neutral evaluator contract for evidence, provenance, uncertainty, and recovery across Spec-Driven Development phases. | `process` | Read+Write | [spec-kit-evaluator](https://github.com/electrohire/spec-kit-evaluator) |
7071
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
7172
| Figma Starter | Turns a Figma section's screens into per-screen spec.md files, an app-level user-stories.md, and a build-order.md, then hands off to /speckit.specify | `integration` | Read+Write | [spec-kit-figma-starter](https://github.com/wavemaker/spec-kit-figma-starter) |
7273
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |

extensions/catalog.community.json

Lines changed: 35 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-09-02T00:00:00Z",
3+
"updated_at": "2026-09-03T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -1785,6 +1785,40 @@
17851785
"created_at": "2026-07-08T00:00:00Z",
17861786
"updated_at": "2026-07-08T00:00:00Z"
17871787
},
1788+
"evaluator": {
1789+
"name": "Evaluator Contract",
1790+
"id": "evaluator",
1791+
"description": "Provider-neutral evaluator contract for evidence, provenance, uncertainty, and recovery across Spec-Driven Development phases.",
1792+
"author": "ElectroHire",
1793+
"version": "1.0.0",
1794+
"download_url": "https://github.com/electrohire/spec-kit-evaluator/archive/refs/tags/v1.0.0.zip",
1795+
"repository": "https://github.com/electrohire/spec-kit-evaluator",
1796+
"homepage": "https://github.com/electrohire/spec-kit-evaluator",
1797+
"documentation": "https://github.com/electrohire/spec-kit-evaluator/blob/main/README.md",
1798+
"changelog": "https://github.com/electrohire/spec-kit-evaluator/blob/main/CHANGELOG.md",
1799+
"license": "MIT",
1800+
"category": "process",
1801+
"effect": "read-write",
1802+
"requires": {
1803+
"speckit_version": ">=1.0.0"
1804+
},
1805+
"provides": {
1806+
"commands": 4,
1807+
"hooks": 4
1808+
},
1809+
"tags": [
1810+
"evaluator",
1811+
"evidence",
1812+
"provenance",
1813+
"quality",
1814+
"governance"
1815+
],
1816+
"verified": false,
1817+
"downloads": 0,
1818+
"stars": 0,
1819+
"created_at": "2026-09-03T00:00:00Z",
1820+
"updated_at": "2026-09-03T00:00:00Z"
1821+
},
17881822
"extensify": {
17891823
"name": "Extensify",
17901824
"id": "extensify",

0 commit comments

Comments
 (0)