Extension ID
agentdocx-speckit
Extension Name
AgentDocx
Version
1.0.0
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
Repository URL
https://github.com/abir-ommezzine/extension-github-spec-kit
Download URL
https://github.com/abir-ommezzine/extension-github-spec-kit/archive/refs/tags/v0.0.3.zip
License
MIT
Homepage (optional)
No response
Documentation URL (optional)
No response
Changelog URL (optional)
No response
Required Spec Kit Version
=0.1.0
Required Tools (optional)
Number of Commands
0
Number of Hooks (optional)
0
Tags
issue-tracking, jira, automation, workflow, pipeline, agents
Key Features
- Automated multi-agent pipeline for generating, enriching, and validating software architecture specifications.
- Transforms raw Markdown documents into structured, versioned, and certified PDF deliverables with generated diagrams.
- Real-time React dashboard for pipeline monitoring, performance KPIs, and document management.
- Automated Kanban task synchronization driven by GitHub Copilot runtime tracking (
tasks.md and runtime state).
- Built-in VS Code extension control panel for seamless server, watcher, and frontend management.
Testing Checklist
Submission Requirements
Testing Details
Tested on:
- Windows 11 with VS Code & Spec Kit v0.1.0
- Python 3.10+ (FastAPI, LangGraph) & Node.js (React Dashboard)
- Local PostgreSQL database instance
Test project:
Test scenarios:
- Installed the VS Code extension package (
.vsix) successfully and verified output logs (AgentDocx Server & AgentDocx Watcher).
- Configured the environment (
.env with PostgreSQL and LLM provider like Ollama/NVIDIA NIM).
- Verified the multi-agent specification pipeline: automated parsing, summary, glossary, diagram generation, and final PDF versioning in
/outputs/.
- Tested real-time Kanban task synchronization by tracking GitHub Copilot updates via
.task_runtime/current-task.json and specs/tasks.md.
Example Usage
# Install the extension via Spec Kit CLI
specify extension add agentdocx-speckit --from https://github.com/abir-ommezzine/extension-github-spec-kit/archive/refs/tags/v0.0.3.zip
# Alternatively, install the pre-compiled VS Code extension (.vsix) from the GitHub releases page:
# 1. Open your project workspace in VS Code
# 2. Press Ctrl+Shift+P -> Run "Start FastAPI Server" , "Start Spec Watcher" and "Start react frontend"
# 3. Open the React frontend dashboard (http://localhost:5000) or check output logs via View -> Output
# 4. Drop or modify spec files in your specs/ folder to automatically trigger the multi-agent pipeline
Proposed Catalog Entry
{
"agentdocx-speckit": {
"name": "AgentDocx",
"id": "agentdocx-speckit",
"description": "Multi-agent specification pipeline with VS Code control, live Kanban sync, and React dashboard.",
"author": "abir-ommezzine", "ahmed200346"
"version": "1.0.0",
"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",
"license": "MIT",
"requires": {
"speckit_version": ">=0.1.0"
},
"provides": {
"commands": 0
},
"tags": [
"ai",
"agents",
"pipeline",
"specification",
"kanban",
"vscode"
]
}
}
Additional Context
https://drive.google.com/file/d/1cVYRDNH-2eazQyqZTIzZMGDY3r3EVKEA/view?usp=drive_link
this is a link to the demo ( it was recorded before adding the ability of launching frontend to the vs extension)
Extension ID
agentdocx-speckit
Extension Name
AgentDocx
Version
1.0.0
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
Repository URL
https://github.com/abir-ommezzine/extension-github-spec-kit
Download URL
https://github.com/abir-ommezzine/extension-github-spec-kit/archive/refs/tags/v0.0.3.zip
License
MIT
Homepage (optional)
No response
Documentation URL (optional)
No response
Changelog URL (optional)
No response
Required Spec Kit Version
Required Tools (optional)
Number of Commands
0
Number of Hooks (optional)
0
Tags
issue-tracking, jira, automation, workflow, pipeline, agents
Key Features
tasks.mdand runtime state).Testing Checklist
Submission Requirements
extension.ymlmanifest includedTesting Details
Tested on:
Test project:
mklink /J) with active Copilot runtime tracking.Test scenarios:
.vsix) successfully and verified output logs (AgentDocx Server&AgentDocx Watcher)..envwith PostgreSQL and LLM provider like Ollama/NVIDIA NIM)./outputs/..task_runtime/current-task.jsonandspecs/tasks.md.Example Usage
Proposed Catalog Entry
{ "agentdocx-speckit": { "name": "AgentDocx", "id": "agentdocx-speckit", "description": "Multi-agent specification pipeline with VS Code control, live Kanban sync, and React dashboard.", "author": "abir-ommezzine", "ahmed200346" "version": "1.0.0", "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", "license": "MIT", "requires": { "speckit_version": ">=0.1.0" }, "provides": { "commands": 0 }, "tags": [ "ai", "agents", "pipeline", "specification", "kanban", "vscode" ] } }Additional Context
https://drive.google.com/file/d/1cVYRDNH-2eazQyqZTIzZMGDY3r3EVKEA/view?usp=drive_link
this is a link to the demo ( it was recorded before adding the ability of launching frontend to the vs extension)