From 8bd0cf1ddc50b3510145c8fcae511a90cbb877e7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 12:29:36 +0000 Subject: [PATCH 1/3] 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> --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 37 ++++++++++++++++++++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 1de44ad152..fb792a3fb6 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 | `process` | 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 6d221b3993..36f972d596 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-08-17T00:00:00Z", + "updated_at": "2026-08-18T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -38,6 +38,41 @@ "created_at": "2026-08-03T00:00:00Z", "updated_at": "2026-08-03T00: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": "process", + "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" + }, "aide": { "name": "AI-Driven Engineering (AIDE)", "id": "aide", From 35b9b46b1b17d3a38599b52d25254a1a42dc7d3a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Aug 2026 12:10:35 +0000 Subject: [PATCH 2/3] Move agentdocx-speckit catalog entry into alphabetical position Assisted-by: GitHub Copilot (model: unknown, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --- extensions/catalog.community.json | 70 +++++++++++++++---------------- 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 36f972d596..9aa50a7df2 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -38,41 +38,6 @@ "created_at": "2026-08-03T00:00:00Z", "updated_at": "2026-08-03T00: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": "process", - "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" - }, "aide": { "name": "AI-Driven Engineering (AIDE)", "id": "aide", @@ -215,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": "process", + "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", From 89254e3802e2875e1374e3aaa7c8001156445656 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:42:20 +0000 Subject: [PATCH 3/3] Align AgentDocx category with published manifest (integration) Assisted-by: GitHub Copilot (model: GPT-5.2-Codex, autonomous) Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index fb792a3fb6..15ec768129 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -28,7 +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 | `process` | Read+Write | [extension-github-spec-kit](https://github.com/abir-ommezzine/extension-github-spec-kit) | +| 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 9aa50a7df2..0a4d0af4bc 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -192,7 +192,7 @@ "documentation": "https://github.com/abir-ommezzine/extension-github-spec-kit/blob/main/README.md", "changelog": "", "license": "MIT", - "category": "process", + "category": "integration", "effect": "read-write", "requires": { "speckit_version": ">=0.1.0"