Skip to content

Commit 40e7cb7

Browse files
committed
feat: add spec-kit-fixit extension to community catalog
1 parent 4df6d96 commit 40e7cb7

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ The following community-contributed extensions are available in [`catalog.commun
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) |
189189
| 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) |
190+
| 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) |
190191
| 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) |
191192
| 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) |
192193
| 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: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-01T00:00:00Z",
3+
"updated_at": "2026-04-01T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -375,7 +375,7 @@
375375
"created_at": "2026-03-18T00:00:00Z",
376376
"updated_at": "2026-03-18T00:00:00Z"
377377
},
378-
"fix-findings": {
378+
"fix-findings": {
379379
"name": "Fix Findings",
380380
"id": "fix-findings",
381381
"description": "Automated analyze-fix-reanalyze loop that resolves spec findings until clean.",
@@ -392,7 +392,7 @@
392392
},
393393
"provides": {
394394
"commands": 1,
395-
"hooks": 1
395+
"hooks": 1
396396
},
397397
"tags": [
398398
"code",
@@ -404,9 +404,40 @@
404404
"verified": false,
405405
"downloads": 0,
406406
"stars": 0,
407-
"created_at": "2026-04-01T00:00:00Z",
407+
"created_at": "2026-04-01T00:00:00Z",
408408
"updated_at": "2026-04-01T00:00:00Z"
409409
},
410+
"fixit": {
411+
"name": "FixIt Extension",
412+
"id": "fixit",
413+
"description": "Spec-aware bug fixing: maps bugs to spec artifacts, proposes a plan, applies minimal changes.",
414+
"author": "ismaelJimenez",
415+
"version": "1.0.0",
416+
"download_url": "https://github.com/speckit-community/spec-kit-fixit/archive/refs/tags/v1.0.0.zip",
417+
"repository": "https://github.com/speckit-community/spec-kit-fixit",
418+
"homepage": "https://github.com/speckit-community/spec-kit-fixit",
419+
"documentation": "https://github.com/speckit-community/spec-kit-fixit/blob/main/README.md",
420+
"changelog": "https://github.com/speckit-community/spec-kit-fixit/blob/main/CHANGELOG.md",
421+
"license": "MIT",
422+
"requires": {
423+
"speckit_version": ">=0.1.0"
424+
},
425+
"provides": {
426+
"commands": 1,
427+
"hooks": 0
428+
},
429+
"tags": [
430+
"debugging",
431+
"fixit",
432+
"spec-alignment",
433+
"post-implementation"
434+
],
435+
"verified": false,
436+
"downloads": 0,
437+
"stars": 0,
438+
"created_at": "2026-03-30T00:00:00Z",
439+
"updated_at": "2026-03-30T00:00:00Z"
440+
},
410441
"fleet": {
411442
"name": "Fleet Orchestrator",
412443
"id": "fleet",

0 commit comments

Comments
 (0)