Skip to content

Commit 8472e44

Browse files
Add Spec Diagram community extension to catalog and README (#2129)
Adds the spec-kit-diagram extension (3 commands, 1 hook) that auto-generates Mermaid diagrams for SDD workflow visualization, feature progress tracking, and task dependency graphs. Addresses community request in issue #467 (50+ upvotes). Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2972dec commit 8472e44

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ The following community-contributed extensions are available in [`catalog.commun
224224
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
225225
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |
226226
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
227+
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
227228
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |
228229
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | `docs` | Read+Write | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
229230
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage | `code` | Read-only | [spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,38 @@
322322
"created_at": "2026-03-29T00:00:00Z",
323323
"updated_at": "2026-03-29T00:00:00Z"
324324
},
325+
"diagram": {
326+
"name": "Spec Diagram",
327+
"id": "diagram",
328+
"description": "Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies.",
329+
"author": "Quratulain-bilal",
330+
"version": "1.0.0",
331+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-diagram-/archive/refs/tags/v1.0.0.zip",
332+
"repository": "https://github.com/Quratulain-bilal/spec-kit-diagram-",
333+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-diagram-",
334+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-diagram-/blob/main/README.md",
335+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-diagram-/blob/main/CHANGELOG.md",
336+
"license": "MIT",
337+
"requires": {
338+
"speckit_version": ">=0.4.0"
339+
},
340+
"provides": {
341+
"commands": 3,
342+
"hooks": 1
343+
},
344+
"tags": [
345+
"diagram",
346+
"mermaid",
347+
"visualization",
348+
"workflow",
349+
"dependencies"
350+
],
351+
"verified": false,
352+
"downloads": 0,
353+
"stars": 0,
354+
"created_at": "2026-04-08T00:00:00Z",
355+
"updated_at": "2026-04-08T00:00:00Z"
356+
},
325357
"docguard": {
326358
"name": "DocGuard — CDD Enforcement",
327359
"id": "docguard",

0 commit comments

Comments
 (0)