Skip to content

Commit ada293e

Browse files
Add Repository Governance extension to community catalog (#3252)
Add repository-governance extension submitted by @bigsmartben to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3245 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, 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 5f440a8 commit ada293e

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ The following community-contributed extensions are available in [`catalog.commun
9898
| Reconcile Extension | Reconcile implementation drift by surgically updating feature artifacts. | `docs` | Read+Write | [spec-kit-reconcile](https://github.com/stn1slv/spec-kit-reconcile) |
9999
| 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) |
100100
| 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) |
101+
| Repository Governance | Generate project-governance projections from Spec Kit metadata | `process` | Read+Write | [spec-kit-agent-governance](https://github.com/bigsmartben/spec-kit-agent-governance) |
101102
| 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) |
102103
| 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) |
103104
| 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: 41 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-29T00:00:00Z",
3+
"updated_at": "2026-06-30T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2828,6 +2828,46 @@
28282828
"created_at": "2026-03-23T13:30:00Z",
28292829
"updated_at": "2026-03-23T13:30:00Z"
28302830
},
2831+
"repository-governance": {
2832+
"name": "Repository Governance",
2833+
"id": "repository-governance",
2834+
"description": "Generate project-governance projections from Spec Kit metadata",
2835+
"author": "bigben",
2836+
"version": "3.0.1",
2837+
"download_url": "https://github.com/bigsmartben/spec-kit-agent-governance/releases/download/v3.0.1/repository-governance-v3.0.1.zip",
2838+
"repository": "https://github.com/bigsmartben/spec-kit-agent-governance",
2839+
"homepage": "https://github.com/bigsmartben/spec-kit-agent-governance",
2840+
"documentation": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/README.md",
2841+
"changelog": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/CHANGELOG.md",
2842+
"license": "MIT",
2843+
"category": "process",
2844+
"effect": "read-write",
2845+
"requires": {
2846+
"speckit_version": ">=0.8.0",
2847+
"tools": [
2848+
{
2849+
"name": "uv",
2850+
"required": true
2851+
}
2852+
]
2853+
},
2854+
"provides": {
2855+
"commands": 1,
2856+
"hooks": 3
2857+
},
2858+
"tags": [
2859+
"governance",
2860+
"repository",
2861+
"agents",
2862+
"memory",
2863+
"context"
2864+
],
2865+
"verified": false,
2866+
"downloads": 0,
2867+
"stars": 0,
2868+
"created_at": "2026-06-30T00:00:00Z",
2869+
"updated_at": "2026-06-30T00:00:00Z"
2870+
},
28312871
"reqnroll-bdd": {
28322872
"name": "Reqnroll BDD",
28332873
"id": "reqnroll-bdd",

0 commit comments

Comments
 (0)