|
1 | 1 | { |
2 | 2 | "schema_version": "1.0", |
3 | | - "updated_at": "2026-03-13T12:00:00Z", |
| 3 | + "updated_at": "2026-03-16T00:00:00Z", |
4 | 4 | "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", |
5 | 5 | "extensions": { |
| 6 | + "archive": { |
| 7 | + "name": "Archive Extension", |
| 8 | + "id": "archive", |
| 9 | + "description": "Archive merged features into main project memory, resolving gaps and conflicts.", |
| 10 | + "author": "Stanislav Deviatov", |
| 11 | + "version": "1.0.0", |
| 12 | + "download_url": "https://github.com/stn1slv/spec-kit-archive/archive/refs/tags/v1.0.0.zip", |
| 13 | + "repository": "https://github.com/stn1slv/spec-kit-archive", |
| 14 | + "homepage": "https://github.com/stn1slv/spec-kit-archive", |
| 15 | + "documentation": "https://github.com/stn1slv/spec-kit-archive/blob/main/README.md", |
| 16 | + "changelog": "https://github.com/stn1slv/spec-kit-archive/blob/main/CHANGELOG.md", |
| 17 | + "license": "MIT", |
| 18 | + "requires": { |
| 19 | + "speckit_version": ">=0.1.0" |
| 20 | + }, |
| 21 | + "provides": { |
| 22 | + "commands": 1, |
| 23 | + "hooks": 0 |
| 24 | + }, |
| 25 | + "tags": [ |
| 26 | + "archive", |
| 27 | + "memory", |
| 28 | + "merge", |
| 29 | + "changelog" |
| 30 | + ], |
| 31 | + "verified": false, |
| 32 | + "downloads": 0, |
| 33 | + "stars": 0, |
| 34 | + "created_at": "2026-03-14T00:00:00Z", |
| 35 | + "updated_at": "2026-03-14T00:00:00Z" |
| 36 | + }, |
6 | 37 | "azure-devops": { |
7 | 38 | "name": "Azure DevOps Integration", |
8 | 39 | "id": "azure-devops", |
|
75 | 106 | "updated_at": "2026-02-22T00:00:00Z" |
76 | 107 | }, |
77 | 108 | "docguard": { |
78 | | - "name": "DocGuard — CDD Enforcement", |
| 109 | + "name": "DocGuard \u2014 CDD Enforcement", |
79 | 110 | "id": "docguard", |
80 | | - "description": "Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 92 automated checks. Zero dependencies.", |
| 111 | + "description": "Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero dependencies.", |
81 | 112 | "author": "raccioly", |
82 | | - "version": "0.8.0", |
83 | | - "download_url": "https://github.com/raccioly/docguard/releases/download/v0.8.0/spec-kit-docguard-v0.8.0.zip", |
| 113 | + "version": "0.9.8", |
| 114 | + "download_url": "https://github.com/raccioly/docguard/releases/download/v0.9.8/spec-kit-docguard-v0.9.8.zip", |
84 | 115 | "repository": "https://github.com/raccioly/docguard", |
85 | 116 | "homepage": "https://www.npmjs.com/package/docguard-cli", |
86 | 117 | "documentation": "https://github.com/raccioly/docguard/blob/main/extensions/spec-kit-docguard/README.md", |
|
98 | 129 | }, |
99 | 130 | "provides": { |
100 | 131 | "commands": 6, |
101 | | - "hooks": 1 |
| 132 | + "hooks": 3 |
102 | 133 | }, |
103 | 134 | "tags": [ |
104 | 135 | "documentation", |
|
108 | 139 | "traceability", |
109 | 140 | "ai-agents", |
110 | 141 | "enforcement", |
111 | | - "scoring" |
| 142 | + "spec-kit" |
112 | 143 | ], |
113 | 144 | "verified": false, |
114 | 145 | "downloads": 0, |
115 | 146 | "stars": 0, |
116 | 147 | "created_at": "2026-03-13T00:00:00Z", |
117 | | - "updated_at": "2026-03-13T00:00:00Z" |
| 148 | + "updated_at": "2026-03-15T20:00:00Z" |
118 | 149 | }, |
119 | 150 | "doctor": { |
120 | 151 | "name": "Project Health Check", |
|
250 | 281 | "created_at": "2026-03-09T00:00:00Z", |
251 | 282 | "updated_at": "2026-03-09T00:00:00Z" |
252 | 283 | }, |
| 284 | + "reconcile": { |
| 285 | + "name": "Reconcile Extension", |
| 286 | + "id": "reconcile", |
| 287 | + "description": "Reconcile implementation drift by surgically updating the feature's own spec, plan, and tasks.", |
| 288 | + "author": "Stanislav Deviatov", |
| 289 | + "version": "1.0.0", |
| 290 | + "download_url": "https://github.com/stn1slv/spec-kit-reconcile/archive/refs/tags/v1.0.0.zip", |
| 291 | + "repository": "https://github.com/stn1slv/spec-kit-reconcile", |
| 292 | + "homepage": "https://github.com/stn1slv/spec-kit-reconcile", |
| 293 | + "documentation": "https://github.com/stn1slv/spec-kit-reconcile/blob/main/README.md", |
| 294 | + "changelog": "https://github.com/stn1slv/spec-kit-reconcile/blob/main/CHANGELOG.md", |
| 295 | + "license": "MIT", |
| 296 | + "requires": { |
| 297 | + "speckit_version": ">=0.1.0" |
| 298 | + }, |
| 299 | + "provides": { |
| 300 | + "commands": 1, |
| 301 | + "hooks": 0 |
| 302 | + }, |
| 303 | + "tags": [ |
| 304 | + "reconcile", |
| 305 | + "drift", |
| 306 | + "tasks", |
| 307 | + "remediation" |
| 308 | + ], |
| 309 | + "verified": false, |
| 310 | + "downloads": 0, |
| 311 | + "stars": 0, |
| 312 | + "created_at": "2026-03-14T00:00:00Z", |
| 313 | + "updated_at": "2026-03-14T00:00:00Z" |
| 314 | + }, |
253 | 315 | "retrospective": { |
254 | 316 | "name": "Retrospective Extension", |
255 | 317 | "id": "retrospective", |
|
351 | 413 | "understanding": { |
352 | 414 | "name": "Understanding", |
353 | 415 | "id": "understanding", |
354 | | - "description": "Automated requirements quality analysis — validates specs against IEEE/ISO standards using 31 deterministic metrics. Catches ambiguity, missing testability, and structural issues before they reach implementation. Includes experimental energy-based ambiguity detection using local LM token perplexity.", |
| 416 | + "description": "Automated requirements quality analysis \u2014 validates specs against IEEE/ISO standards using 31 deterministic metrics. Catches ambiguity, missing testability, and structural issues before they reach implementation. Includes experimental energy-based ambiguity detection using local LM token perplexity.", |
355 | 417 | "author": "Ladislav Bihari", |
356 | 418 | "version": "3.4.0", |
357 | 419 | "download_url": "https://github.com/Testimonial/understanding/archive/refs/tags/v3.4.0.zip", |
|
389 | 451 | "created_at": "2026-03-07T00:00:00Z", |
390 | 452 | "updated_at": "2026-03-07T00:00:00Z" |
391 | 453 | }, |
| 454 | + "status": { |
| 455 | + "name": "Project Status", |
| 456 | + "id": "status", |
| 457 | + "description": "Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary.", |
| 458 | + "author": "KhawarHabibKhan", |
| 459 | + "version": "1.0.0", |
| 460 | + "download_url": "https://github.com/KhawarHabibKhan/spec-kit-status/archive/refs/tags/v1.0.0.zip", |
| 461 | + "repository": "https://github.com/KhawarHabibKhan/spec-kit-status", |
| 462 | + "homepage": "https://github.com/KhawarHabibKhan/spec-kit-status", |
| 463 | + "documentation": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/README.md", |
| 464 | + "changelog": "https://github.com/KhawarHabibKhan/spec-kit-status/blob/main/CHANGELOG.md", |
| 465 | + "license": "MIT", |
| 466 | + "requires": { |
| 467 | + "speckit_version": ">=0.1.0" |
| 468 | + }, |
| 469 | + "provides": { |
| 470 | + "commands": 1, |
| 471 | + "hooks": 0 |
| 472 | + }, |
| 473 | + "tags": [ |
| 474 | + "status", |
| 475 | + "workflow", |
| 476 | + "progress", |
| 477 | + "feature-tracking", |
| 478 | + "task-progress" |
| 479 | + ], |
| 480 | + "verified": false, |
| 481 | + "downloads": 0, |
| 482 | + "stars": 0, |
| 483 | + "created_at": "2026-03-16T00:00:00Z", |
| 484 | + "updated_at": "2026-03-16T00:00:00Z" |
| 485 | + }, |
392 | 486 | "v-model": { |
393 | 487 | "name": "V-Model Extension Pack", |
394 | 488 | "id": "v-model", |
|
0 commit comments