Skip to content

Commit a662589

Browse files
Add Spec Changelog extension to community catalog
1 parent 171b65a commit a662589

2 files changed

Lines changed: 35 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,11 @@ The following community-contributed extensions are available in [`catalog.commun
252252
| 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) |
253253
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. | `process` | Read+Write | [spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf) |
254254
| 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) |
255-
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
255+
| Spec Changelog | Auto-generate changelogs and release notes from spec git history and requirement diffs | `docs` | Read-only | [spec-kit-changelog](https://github.com/Quratulain-bilal/spec-kit-changelog) |
256256
| 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) |
257257
| 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-) |
258258
| Spec Orchestrator | Cross-feature orchestration — track state, select tasks, and detect conflicts across parallel specs | `process` | Read-only | [spec-kit-orchestrator](https://github.com/Quratulain-bilal/spec-kit-orchestrator) |
259+
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context | `docs` | Read-only | [spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader) |
259260
| 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) |
260261
| Spec Scope | Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase | `process` | Read-only | [spec-kit-scope-](https://github.com/Quratulain-bilal/spec-kit-scope-) |
261262
| 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) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-24T14:00:00Z",
3+
"updated_at": "2026-04-25T10:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -365,6 +365,38 @@
365365
"created_at": "2026-04-16T00:00:00Z",
366366
"updated_at": "2026-04-16T00:00:00Z"
367367
},
368+
"changelog": {
369+
"name": "Spec Changelog",
370+
"id": "changelog",
371+
"description": "Auto-generate changelogs and release notes from spec git history and requirement diffs.",
372+
"author": "Quratulain-bilal",
373+
"version": "1.0.0",
374+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-changelog/archive/refs/tags/v1.0.0.zip",
375+
"repository": "https://github.com/Quratulain-bilal/spec-kit-changelog",
376+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-changelog",
377+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-changelog/blob/main/README.md",
378+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-changelog/blob/main/CHANGELOG.md",
379+
"license": "MIT",
380+
"requires": {
381+
"speckit_version": ">=0.4.0"
382+
},
383+
"provides": {
384+
"commands": 4,
385+
"hooks": 1
386+
},
387+
"tags": [
388+
"changelog",
389+
"release-notes",
390+
"documentation",
391+
"git-history",
392+
"notifications"
393+
],
394+
"verified": false,
395+
"downloads": 0,
396+
"stars": 0,
397+
"created_at": "2026-04-25T10:00:00Z",
398+
"updated_at": "2026-04-25T10:00:00Z"
399+
},
368400
"ci-guard": {
369401
"name": "CI Guard",
370402
"id": "ci-guard",

0 commit comments

Comments
 (0)