Skip to content

Commit def1a05

Browse files
authored
Add Agent Governance extension to community catalog (#2559)
Add agent-governance extension submitted by @bigsmartben to: - extensions/catalog.community.json (alphabetical order) - README.md community extensions table Closes #2552
1 parent 4f05eff commit def1a05

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ The following community-contributed extensions are available in [`catalog.commun
199199
| Extension | Purpose | Category | Effect | URL |
200200
|-----------|---------|----------|--------|-----|
201201
| Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) |
202+
| Agent Governance | Project-local agent governance memory and context projection | `process` | Read+Write | [spec-kit-agent-governance](https://github.com/bigsmartben/spec-kit-agent-governance) |
202203
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
203204
| API Evolve | Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC | `process` | Read+Write | [spec-kit-api-evolve](https://github.com/Quratulain-bilal/spec-kit-api-evolve) |
204205
| Architect Impact Previewer | Predicts architectural impact, complexity, and risks of proposed changes before implementation. | `visibility` | Read-only | [spec-kit-architect-preview](https://github.com/UmmeHabiba1312/spec-kit-architect-preview) |

extensions/catalog.community.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,43 @@
6868
"created_at": "2026-03-31T00:00:00Z",
6969
"updated_at": "2026-03-31T00:00:00Z"
7070
},
71+
"agent-governance": {
72+
"name": "Agent Governance",
73+
"id": "agent-governance",
74+
"description": "Project-local agent governance memory and context projection.",
75+
"author": "bigben",
76+
"version": "1.0.0",
77+
"download_url": "https://github.com/bigsmartben/spec-kit-agent-governance/archive/refs/tags/v1.0.0.zip",
78+
"repository": "https://github.com/bigsmartben/spec-kit-agent-governance",
79+
"homepage": "https://github.com/bigsmartben/spec-kit-agent-governance",
80+
"documentation": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/README.md",
81+
"changelog": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/CHANGELOG.md",
82+
"license": "MIT",
83+
"requires": {
84+
"speckit_version": ">=0.8.0",
85+
"tools": [
86+
{
87+
"name": "python3",
88+
"required": false
89+
}
90+
]
91+
},
92+
"provides": {
93+
"commands": 1,
94+
"hooks": 3
95+
},
96+
"tags": [
97+
"governance",
98+
"agents",
99+
"memory",
100+
"context"
101+
],
102+
"verified": false,
103+
"downloads": 0,
104+
"stars": 0,
105+
"created_at": "2026-05-14T00:00:00Z",
106+
"updated_at": "2026-05-14T00:00:00Z"
107+
},
71108
"agent-orchestrator": {
72109
"name": "Intelligent Agent Orchestrator",
73110
"id": "agent-orchestrator",

0 commit comments

Comments
 (0)