Skip to content

Commit 77af08b

Browse files
mnriemCopilot
andauthored
Add Research Harness extension to community catalog (#2935)
Add harness extension submitted by @formin to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2925 Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f5d4772 commit 77af08b

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
@@ -93,6 +93,7 @@ The following community-contributed extensions are available in [`catalog.commun
9393
| Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss-Projects/spec-kit-ralph) |
9494
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
9595
| Red Team | Adversarial review of specs before /speckit.plan — parallel lens agents surface risks that clarify/analyze structurally can't (prompt injection, integrity gaps, cross-spec drift, silent failures). Produces a structured findings report; no auto-edits to specs. | `docs` | Read+Write | [spec-kit-red-team](https://github.com/ashbrener/spec-kit-red-team) |
96+
| Research Harness | State-externalizing research harness: budgeted exploration, evidence curation, and claim verification for spec-driven development | `process` | Read+Write | [spec-kit-harness](https://github.com/formin/spec-kit-harness) |
9697
| Repository Index | Generate index for existing repo for overview, architecture and module level. | `docs` | Read-only | [spec-kit-repoindex](https://github.com/liuyiyu/spec-kit-repoindex) |
9798
| Reqnroll BDD | Adds Reqnroll BDD planning, Gherkin generation, traceability, safe task injection, handoff, and verification to Spec Kit | `process` | Read+Write | [spec-kit-reqnroll-bdd](https://github.com/LoogacyStudio/spec-kit-reqnroll-bdd) |
9899
| Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions | `process` | Read+Write | [spec-kit-retro](https://github.com/arunt14/spec-kit-retro) |

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-06-11T00:00:00Z",
3+
"updated_at": "2026-06-12T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1223,6 +1223,40 @@
12231223
"created_at": "2026-04-12T15:30:00Z",
12241224
"updated_at": "2026-04-13T14:39:00Z"
12251225
},
1226+
"harness": {
1227+
"name": "Research Harness",
1228+
"id": "harness",
1229+
"description": "State-externalizing research harness: budgeted exploration, evidence curation, and claim verification for spec-driven development",
1230+
"author": "formin",
1231+
"version": "1.0.0",
1232+
"download_url": "https://github.com/formin/spec-kit-harness/archive/refs/tags/v1.0.0.zip",
1233+
"repository": "https://github.com/formin/spec-kit-harness",
1234+
"homepage": "https://github.com/formin/spec-kit-harness",
1235+
"documentation": "https://github.com/formin/spec-kit-harness/blob/main/README.md",
1236+
"changelog": "https://github.com/formin/spec-kit-harness/blob/main/CHANGELOG.md",
1237+
"license": "MIT",
1238+
"category": "process",
1239+
"effect": "read-write",
1240+
"requires": {
1241+
"speckit_version": ">=0.2.0"
1242+
},
1243+
"provides": {
1244+
"commands": 5,
1245+
"hooks": 2
1246+
},
1247+
"tags": [
1248+
"research",
1249+
"verification",
1250+
"evidence",
1251+
"context-management",
1252+
"workflow"
1253+
],
1254+
"verified": false,
1255+
"downloads": 0,
1256+
"stars": 0,
1257+
"created_at": "2026-06-12T00:00:00Z",
1258+
"updated_at": "2026-06-12T00:00:00Z"
1259+
},
12261260
"issue": {
12271261
"name": "GitHub Issues Integration 2",
12281262
"id": "issue",

0 commit comments

Comments
 (0)