Skip to content

Commit 8bd0cf1

Browse files
Add AgentDocx extension to community catalog
Add agentdocx-speckit extension submitted by @abir-ommezzine to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #4171 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1334440 commit 8bd0cf1

2 files changed

Lines changed: 37 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The following community-contributed extensions are available in [`catalog.commun
2828
| 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) |
2929
| 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) |
3030
| 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) |
31+
| AgentDocx | Full-stack multi-agent specification pipeline with VS Code extension control, automated Kanban/Jira sync, and React monitoring dashboard | `process` | Read+Write | [extension-github-spec-kit](https://github.com/abir-ommezzine/extension-github-spec-kit) |
3132
| 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) |
3233
| 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) |
3334
| 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) |

extensions/catalog.community.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-08-17T00:00:00Z",
3+
"updated_at": "2026-08-18T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -38,6 +38,41 @@
3838
"created_at": "2026-08-03T00:00:00Z",
3939
"updated_at": "2026-08-03T00:00:00Z"
4040
},
41+
"agentdocx-speckit": {
42+
"name": "AgentDocx",
43+
"id": "agentdocx-speckit",
44+
"description": "Full-stack multi-agent specification pipeline with VS Code extension control, automated Kanban/Jira sync, and React monitoring dashboard.",
45+
"author": "Abir Ommezzine and Ahmed Aziz Ammar",
46+
"version": "0.0.3",
47+
"download_url": "https://github.com/abir-ommezzine/extension-github-spec-kit/archive/refs/tags/v0.0.3.zip",
48+
"repository": "https://github.com/abir-ommezzine/extension-github-spec-kit",
49+
"homepage": "https://github.com/abir-ommezzine/extension-github-spec-kit",
50+
"documentation": "https://github.com/abir-ommezzine/extension-github-spec-kit/blob/main/README.md",
51+
"changelog": "",
52+
"license": "MIT",
53+
"category": "process",
54+
"effect": "read-write",
55+
"requires": {
56+
"speckit_version": ">=0.1.0"
57+
},
58+
"provides": {
59+
"commands": 0,
60+
"hooks": 0
61+
},
62+
"tags": [
63+
"issue-tracking",
64+
"jira",
65+
"automation",
66+
"workflow",
67+
"pipeline",
68+
"agents"
69+
],
70+
"verified": false,
71+
"downloads": 0,
72+
"stars": 0,
73+
"created_at": "2026-08-18T00:00:00Z",
74+
"updated_at": "2026-08-18T00:00:00Z"
75+
},
4176
"aide": {
4277
"name": "AI-Driven Engineering (AIDE)",
4378
"id": "aide",

0 commit comments

Comments
 (0)