Skip to content

[Extension]: Add AgentDocxV2 :AgentDocx evolved: same pipeline + far more autonomous Ticket Manager #4342

Description

@ahmed200346

Extension ID

agentdocx-speckitv2

Extension Name

AgentDocx SpecKit V2

Version

0.0.7

Description

AgentDocx evolved: same pipeline + far more autonomous Ticket Manager (5 CLI, per-project Kanban, bulk sync, auto-switch, Auditor).

Author

Ahmed Aziz Ammar

Repository URL

https://github.com/ahmed200346/Extension_GithubSpecKit

Download URL

https://github.com/ahmed200346/Extension_GithubSpecKit/archive/refs/tags/v0.0.7.zip

License

MIT

Homepage (optional)

https://github.com/ahmed200346/Extension_GithubSpecKit

Documentation URL (optional)

https://github.com/ahmed200346/Extension_GithubSpecKit/blob/main/README.md

Changelog URL (optional)

https://github.com/ahmed200346/Extension_GithubSpecKit/blob/main/agentdocx-speckit/CHANGELOG.md

Required Spec Kit Version

=0.1.0

Required Tools (optional)

- python (>=3.10) - required
- node (>=18) - required
- postgresql - required

Number of Commands

0

Number of Hooks (optional)

No response

Tags

integration, kanban, ticket-management, vscode-extension, multi-agent

Key Features

  • Ticket Manager 0.0.7 autonome : Dual Watchers (StructureWatcher + StatusWatcher) + bulk sync tasks map + Auditor (75) — vs V1 mono-watcher racine .task_runtime + Copilot-only
  • 5 CLI unifiés (Claude Code, Codex, Copilot, Cursor, Windsurf) via Universal Contract specs/{project}/.task_runtime — vs V1 Copilot-only
  • Isolation par projet specs/{project}/.task_runtime (plus de conflit racine, plus de BOM bloquant)
  • 3 providers LLM (ollama gemma4:31b-cloud, gemini 3.1-flash-lite, nvidia) via llm_client.py Strategy — vs V1 ollama seul
  • Auto-création BDD FinalDB (ticket_metrics) + cascade Project→tickets + scrollbar light fix

Testing Checklist

  • Extension installs successfully via download URL
  • All commands execute without errors
  • Documentation is complete and accurate
  • No security vulnerabilities identified
  • Tested on at least one real project

Submission Requirements

  • Valid extension.yml manifest included
  • README.md with installation and usage instructions
  • LICENSE file included
  • GitHub release created with version tag
  • All command files exist and are properly formatted
  • Extension ID follows naming conventions (lowercase-with-hyphens)

Testing Details

Tested on: Windows 11 + Spec Kit 0.12 + VS Code 1.125
Test project: 001-mini-notes (6 tasks) + 002-course-manager (22 tasks)
Scenarios: 1) spec → plan → tasks → current-task.json 29 todo 2) bulk T001-T003 done → Kanban 3/29 + Metrics 85.5 COMPLIANT 3) Copilot + Claude Code via AGENTS.md/CLAUDE.md

Example Usage

# 1. Install V2
specify extension add agentdocx-speckitV2 --from https://github.com/ahmed200346/Extension_GithubSpecKit/archive/refs/tags/v0.0.7.zip

# 2. Clone + env (RepoSigma main, agentdocx-speckit/ au même niveau)
git clone https://github.com/ahmed200346/Extension_GithubSpecKit.git
cd Extension_GithubSpecKit
cp .env.example .env  # remplir GEMINI_API_KEY

# 3. VS Code : AgentDocx: Start Server + Start Watcher
# 4. Spec Kit flow
/specify "Mini notes app"  # ou /speckit-specify
/speckit-tasks             # → current-task.json 6×todo
# 5. Implement + Kanban auto
/speckit-implement T001    # → current-task.json in_progress → done → Kanban 1/6 + Metrics 85.5

Proposed Catalog Entry

schema_version: "1.0"
extension:
  id: "agentdocx-speckitv2"
  name: "AgentDocx SpecKit V2"
  version: "0.0.7"
  description: "Full-stack multi-agent specification pipeline with VS Code extension control, automated Kanban/Jira sync, and React monitoring dashboard."
  author: "ahmed200346"
  repository: "https://github.com/ahmed200346/Extension_GithubSpecKit"
  license: "MIT"
  homepage: "https://github.com/ahmed200346/Extension_GithubSpecKit"
  category: "integration"
  effect: "read-write"
requires:
  speckit_version: ">=0.1.0"
  tools:
    - name: python
      version: ">=3.10"
      required: true
    - name: node
      version: ">=18"
      required: true
    - name: postgresql
      version: ">=12"
      required: true
provides:
  scripts:
    - name: "agentdocx-doc-pipeline"
      file: "agentdocx-speckit/scripts/bash/create-doc-pipeline.sh"
      description: "Runs the AgentDocx multi-agent documentation pipeline"
      runtimes:
        - "bash"

Additional Context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions