diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 5f09149309..1af5a156a4 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -29,6 +29,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | | AgentDocx | Full-stack multi-agent specification pipeline with VS Code extension control, automated Kanban/Jira sync, and React monitoring dashboard | `integration` | Read+Write | [extension-github-spec-kit](https://github.com/abir-ommezzine/extension-github-spec-kit) | +| AgentDocx SpecKit V2 | AgentDocx evolved: same pipeline + far more autonomous Ticket Manager (5 CLI, per-project Kanban, bulk sync, auto-switch, Auditor) | `integration` | Read+Write | [Extension_GithubSpecKit](https://github.com/ahmed200346/Extension_GithubSpecKit) | | AgentPay x402 — Spend Controls for Spec Kit Agents | Set USDC spending caps and execute x402 payments to paid APIs during spec implementation. Zero platform fee on Base L2 | `integration` | Read+Write | [spec-kit-pay-x402](https://github.com/shawnhvac/spec-kit-pay-x402) | | 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) | | Analytics | Measure what your AI builds, and how much time it saves you | `visibility` | Read+Write | [spec-kit-analytics](https://github.com/Fyloss/spec-kit-analytics) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 2afc2592cf..0d576f8dc9 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-25T15:08:04Z", + "updated_at": "2026-08-26T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -221,6 +221,45 @@ "created_at": "2026-08-18T00:00:00Z", "updated_at": "2026-08-18T00:00:00Z" }, + "agentdocx-speckitv2": { + "name": "AgentDocx SpecKit V2", + "id": "agentdocx-speckitv2", + "description": "AgentDocx evolved: same pipeline + far more autonomous Ticket Manager (5 CLI, per-project Kanban, bulk sync, auto-switch, Auditor).", + "author": "Ahmed Aziz Ammar", + "version": "2.0.0", + "download_url": "https://github.com/ahmed200346/Extension_GithubSpecKit/archive/refs/tags/v2.0.0.zip", + "repository": "https://github.com/ahmed200346/Extension_GithubSpecKit", + "homepage": "https://github.com/ahmed200346/Extension_GithubSpecKit", + "documentation": "https://github.com/ahmed200346/Extension_GithubSpecKit/blob/main/README.md", + "changelog": "https://github.com/ahmed200346/Extension_GithubSpecKit/blob/extension/CHANGELOG.md", + "license": "MIT", + "category": "integration", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.1.0", + "tools": [ + { "name": "python", "required": true }, + { "name": "node", "required": true }, + { "name": "postgresql", "required": true } + ] + }, + "provides": { + "commands": 0, + "hooks": 0 + }, + "tags": [ + "integration", + "kanban", + "ticket-management", + "vscode-extension", + "multi-agent" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-26T00:00:00Z", + "updated_at": "2026-08-26T00:00:00Z" + }, "analytics": { "name": "Analytics", "id": "analytics",