diff --git a/docs/community/extensions.md b/docs/community/extensions.md index d715176368..dca0600e1a 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 8cbd749dfe..883d86cfda 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -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",