diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 0556164e8f..ffdde1f9ad 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -25,6 +25,7 @@ The following community-contributed extensions are available in [`catalog.commun | Extension | Purpose | Category | Effect | URL | |-----------|---------|----------|--------|-----| +| adrkit — decision memory for spec-driven development | Pulls the decisions governing this work into agent context, checks produced plans against them, and drafts an ADR from a plan artifact | `process` | Read+Write | [adrkit](https://github.com/mbeacom/adrkit) | | 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 | Generate agent-platform repository governance files from Spec Kit metadata | `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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 6353356cd9..ed9b2a6e37 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,8 +1,43 @@ { "schema_version": "1.0", - "updated_at": "2026-07-29T00:00:00Z", + "updated_at": "2026-08-03T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { + "adrkit": { + "name": "adrkit — decision memory for spec-driven development", + "id": "adrkit", + "description": "Pulls the decisions governing this work into agent context, checks produced plans against them, and drafts an ADR from a plan artifact.", + "author": "Mark Beacom (@mbeacom)", + "version": "0.1.2", + "download_url": "https://github.com/mbeacom/adrkit/releases/download/spec-kit-v0.1.2/adrkit.zip", + "repository": "https://github.com/mbeacom/adrkit", + "homepage": "https://adrkit.dev", + "documentation": "https://github.com/mbeacom/adrkit/blob/main/packages/adapters/spec-kit/README.md", + "changelog": "https://github.com/mbeacom/adrkit/blob/main/CHANGELOG.md", + "license": "Apache-2.0", + "category": "process", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.13.0,<0.16.0", + "tools": [{ "name": "adr", "version": ">=0.3.0", "required": true }] + }, + "provides": { + "commands": 3, + "hooks": 1 + }, + "tags": [ + "adr", + "governance", + "decision-records", + "architecture", + "compliance" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-03T00:00:00Z", + "updated_at": "2026-08-03T00:00:00Z" + }, "aide": { "name": "AI-Driven Engineering (AIDE)", "id": "aide",