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>
This commit is contained in:
Manfred Riem
2026-06-11 07:53:59 -05:00
committed by GitHub
parent f5d47720b9
commit 77af08ba22
2 changed files with 36 additions and 1 deletions

View File

@@ -93,6 +93,7 @@ The following community-contributed extensions are available in [`catalog.commun
| Ralph Loop | Autonomous implementation loop using AI agent CLI | `code` | Read+Write | [spec-kit-ralph](https://github.com/Rubiss-Projects/spec-kit-ralph) |
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |

View File

@@ -1,6 +1,6 @@
{
"schema_version": "1.0",
"updated_at": "2026-06-11T00:00:00Z",
"updated_at": "2026-06-12T00:00:00Z",
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
"extensions": {
"aide": {
@@ -1223,6 +1223,40 @@
"created_at": "2026-04-12T15:30:00Z",
"updated_at": "2026-04-13T14:39:00Z"
},
"harness": {
"name": "Research Harness",
"id": "harness",
"description": "State-externalizing research harness: budgeted exploration, evidence curation, and claim verification for spec-driven development",
"author": "formin",
"version": "1.0.0",
"download_url": "https://github.com/formin/spec-kit-harness/archive/refs/tags/v1.0.0.zip",
"repository": "https://github.com/formin/spec-kit-harness",
"homepage": "https://github.com/formin/spec-kit-harness",
"documentation": "https://github.com/formin/spec-kit-harness/blob/main/README.md",
"changelog": "https://github.com/formin/spec-kit-harness/blob/main/CHANGELOG.md",
"license": "MIT",
"category": "process",
"effect": "read-write",
"requires": {
"speckit_version": ">=0.2.0"
},
"provides": {
"commands": 5,
"hooks": 2
},
"tags": [
"research",
"verification",
"evidence",
"context-management",
"workflow"
],
"verified": false,
"downloads": 0,
"stars": 0,
"created_at": "2026-06-12T00:00:00Z",
"updated_at": "2026-06-12T00:00:00Z"
},
"issue": {
"name": "GitHub Issues Integration 2",
"id": "issue",