Skip to content

Commit d40c9a6

Browse files
feat: add spec-kit-fixit extension to community catalog (#2024)
* feat: add spec-kit-fixit extension to community catalog * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix catalog format --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cb508d7 commit d40c9a6

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ The following community-contributed extensions are available in [`catalog.commun
191191
| 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) |
192192
| Extensify | Create and validate extensions and extension catalogs | `process` | Read+Write | [extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify) |
193193
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean | `code` | Read+Write | [spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings) |
194+
| 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/speckit-community/spec-kit-fixit) |
194195
| 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) |
195196
| 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) |
196197
| 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: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,37 @@
363363
"created_at": "2026-04-01T00:00:00Z",
364364
"updated_at": "2026-04-01T00:00:00Z"
365365
},
366+
"fixit": {
367+
"name": "FixIt Extension",
368+
"id": "fixit",
369+
"description": "Spec-aware bug fixing: maps bugs to spec artifacts, proposes a plan, applies minimal changes.",
370+
"author": "ismaelJimenez",
371+
"version": "1.0.0",
372+
"download_url": "https://github.com/speckit-community/spec-kit-fixit/archive/refs/tags/v1.0.0.zip",
373+
"repository": "https://github.com/speckit-community/spec-kit-fixit",
374+
"homepage": "https://github.com/speckit-community/spec-kit-fixit",
375+
"documentation": "https://github.com/speckit-community/spec-kit-fixit/blob/main/README.md",
376+
"changelog": "https://github.com/speckit-community/spec-kit-fixit/blob/main/CHANGELOG.md",
377+
"license": "MIT",
378+
"requires": {
379+
"speckit_version": ">=0.1.0"
380+
},
381+
"provides": {
382+
"commands": 1,
383+
"hooks": 0
384+
},
385+
"tags": [
386+
"debugging",
387+
"fixit",
388+
"spec-alignment",
389+
"post-implementation"
390+
],
391+
"verified": false,
392+
"downloads": 0,
393+
"stars": 0,
394+
"created_at": "2026-03-30T00:00:00Z",
395+
"updated_at": "2026-03-30T00:00:00Z"
396+
},
366397
"fleet": {
367398
"name": "Fleet Orchestrator",
368399
"id": "fleet",

0 commit comments

Comments
 (0)