Skip to content

Commit 6e3669f

Browse files
committed
feat: add spec-kit-fixit extension to community catalog
1 parent f8da535 commit 6e3669f

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ The following community-contributed extensions are available in [`catalog.commun
186186
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
187187
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero NPM runtime dependencies. | `docs` | Read+Write | [spec-kit-docguard](https://github.com/raccioly/docguard) |
188188
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
189+
| Fixit Extension | Spec-aware bug fixing — maps bugs to spec artifacts, proposes a plan, applies minimal changes | `code` | Read+Write | [spec-kit-fixit](https://github.com/ismaelJimenez/spec-kit-fixit) |
189190
| 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) |
190191
| 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) |
191192
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) |

extensions/catalog.community.json

Lines changed: 32 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-03-27T08:22:30Z",
3+
"updated_at": "2026-03-30T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -345,6 +345,37 @@
345345
"created_at": "2026-03-18T00:00:00Z",
346346
"updated_at": "2026-03-18T00:00:00Z"
347347
},
348+
"fixit": {
349+
"name": "Fixit Extension",
350+
"id": "fixit",
351+
"description": "Spec-aware bug fixing: maps bugs to spec artifacts, proposes a plan, applies minimal changes.",
352+
"author": "ismaelJimenez",
353+
"version": "1.0.0",
354+
"download_url": "https://github.com/ismaelJimenez/spec-kit-fixit/archive/refs/tags/v1.0.0.zip",
355+
"repository": "https://github.com/ismaelJimenez/spec-kit-fixit",
356+
"homepage": "https://github.com/ismaelJimenez/spec-kit-fixit",
357+
"documentation": "https://github.com/ismaelJimenez/spec-kit-fixit/blob/main/README.md",
358+
"changelog": "https://github.com/ismaelJimenez/spec-kit-fixit/blob/main/CHANGELOG.md",
359+
"license": "MIT",
360+
"requires": {
361+
"speckit_version": ">=0.1.0"
362+
},
363+
"provides": {
364+
"commands": 1,
365+
"hooks": 0
366+
},
367+
"tags": [
368+
"debugging",
369+
"fixit",
370+
"spec-alignment",
371+
"post-implementation"
372+
],
373+
"verified": false,
374+
"downloads": 0,
375+
"stars": 0,
376+
"created_at": "2026-03-30T00:00:00Z",
377+
"updated_at": "2026-03-30T00:00:00Z"
378+
},
348379
"fleet": {
349380
"name": "Fleet Orchestrator",
350381
"id": "fleet",

0 commit comments

Comments
 (0)