Skip to content

Commit 70f9242

Browse files
mnriemCopilot
andauthored
Add Improve Extension to community catalog (#2997)
Add improve extension submitted by @d0whc3r to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2972 Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7c1d421 commit 70f9242

2 files changed

Lines changed: 44 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ The following community-contributed extensions are available in [`catalog.commun
5555
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
5656
| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
5757
| GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
58+
| Improve Extension | Audits any codebase as a senior advisor and writes prioritized, self-contained spec prompts under specs/ that the spec-kit lifecycle can process | `process` | Read+Write | [spec-kit-improve](https://github.com/d0whc3r/spec-kit-improve) |
5859
| Interactive HTML Preview | Generate self-contained interactive HTML prototypes from Spec Kit artifacts | `docs` | Read+Write | [spec-kit-preview](https://github.com/bigsmartben/spec-kit-preview) |
5960
| Intelligent Agent Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) |
6061
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) |

extensions/catalog.community.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,6 +1295,49 @@
12951295
"created_at": "2026-06-12T00:00:00Z",
12961296
"updated_at": "2026-06-12T00:00:00Z"
12971297
},
1298+
"improve": {
1299+
"name": "Improve Extension",
1300+
"id": "improve",
1301+
"description": "Audits any codebase as a senior advisor and writes prioritized, self-contained spec prompts under specs/ that the spec-kit lifecycle can process.",
1302+
"author": "d0whc3r",
1303+
"version": "1.0.1",
1304+
"download_url": "https://github.com/d0whc3r/spec-kit-improve/releases/download/v1.0.1/improve-1.0.1.zip",
1305+
"repository": "https://github.com/d0whc3r/spec-kit-improve",
1306+
"homepage": "https://d0whc3r.github.io/spec-kit-improve/",
1307+
"documentation": "https://github.com/d0whc3r/spec-kit-improve/wiki",
1308+
"changelog": "https://github.com/d0whc3r/spec-kit-improve/blob/main/CHANGELOG.md",
1309+
"license": "MIT",
1310+
"category": "process",
1311+
"effect": "read-write",
1312+
"requires": {
1313+
"speckit_version": ">=0.2.0"
1314+
},
1315+
"provides": {
1316+
"commands": 1,
1317+
"hooks": 0
1318+
},
1319+
"tags": [
1320+
"advisor",
1321+
"audit",
1322+
"code-quality",
1323+
"code-review",
1324+
"improvement",
1325+
"performance",
1326+
"planning",
1327+
"refactoring",
1328+
"security",
1329+
"spec-kit",
1330+
"spec-kit-extension",
1331+
"specs",
1332+
"tech-debt",
1333+
"testing"
1334+
],
1335+
"verified": false,
1336+
"downloads": 0,
1337+
"stars": 0,
1338+
"created_at": "2026-06-16T00:00:00Z",
1339+
"updated_at": "2026-06-16T00:00:00Z"
1340+
},
12981341
"issue": {
12991342
"name": "GitHub Issues Integration 2",
13001343
"id": "issue",

0 commit comments

Comments
 (0)