diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 3c7cc37735..40f1bdcdaa 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -28,6 +28,7 @@ The following community-contributed extensions are available in [`catalog.commun | 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) | +| 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) | | 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 2a5fb3aa83..f14877c1be 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -180,6 +180,41 @@ "created_at": "2026-05-04T00:00:00Z", "updated_at": "2026-05-04T00:00:00Z" }, + "agentdocx-speckit": { + "name": "AgentDocx", + "id": "agentdocx-speckit", + "description": "Full-stack multi-agent specification pipeline with VS Code extension control, automated Kanban/Jira sync, and React monitoring dashboard.", + "author": "Abir Ommezzine and Ahmed Aziz Ammar", + "version": "0.0.3", + "download_url": "https://github.com/abir-ommezzine/extension-github-spec-kit/archive/refs/tags/v0.0.3.zip", + "repository": "https://github.com/abir-ommezzine/extension-github-spec-kit", + "homepage": "https://github.com/abir-ommezzine/extension-github-spec-kit", + "documentation": "https://github.com/abir-ommezzine/extension-github-spec-kit/blob/main/README.md", + "changelog": "", + "license": "MIT", + "category": "integration", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 0, + "hooks": 0 + }, + "tags": [ + "issue-tracking", + "jira", + "automation", + "workflow", + "pipeline", + "agents" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-18T00:00:00Z", + "updated_at": "2026-08-18T00:00:00Z" + }, "analytics": { "name": "Analytics", "id": "analytics",