diff --git a/README.md b/README.md index b588b04df..0f2dc998d 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ The following community-contributed extensions are available in [`catalog.commun | Extension | Purpose | Category | Effect | URL | |-----------|---------|----------|--------|-----| | 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) | +| 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) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 7d224f099..6e8d3a8d8 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -68,6 +68,43 @@ "created_at": "2026-03-31T00:00:00Z", "updated_at": "2026-03-31T00:00:00Z" }, + "agent-governance": { + "name": "Agent Governance", + "id": "agent-governance", + "description": "Project-local agent governance memory and context projection.", + "author": "bigben", + "version": "1.0.0", + "download_url": "https://github.com/bigsmartben/spec-kit-agent-governance/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/bigsmartben/spec-kit-agent-governance", + "homepage": "https://github.com/bigsmartben/spec-kit-agent-governance", + "documentation": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/README.md", + "changelog": "https://github.com/bigsmartben/spec-kit-agent-governance/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.8.0", + "tools": [ + { + "name": "python3", + "required": false + } + ] + }, + "provides": { + "commands": 1, + "hooks": 3 + }, + "tags": [ + "governance", + "agents", + "memory", + "context" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-05-14T00:00:00Z", + "updated_at": "2026-05-14T00:00:00Z" + }, "agent-orchestrator": { "name": "Intelligent Agent Orchestrator", "id": "agent-orchestrator",