Skip to content

Commit 674a664

Browse files
Add Bugfix Workflow community extension to catalog and README (#2135)
* Add Bugfix Workflow community extension to catalog and README Adds the spec-kit-bugfix extension (3 commands, 1 hook) that provides a structured bugfix workflow — capture bugs, trace to spec artifacts, and surgically patch specs without regenerating from scratch. Addresses community request in issue #619 (25+ upvotes, maintainer-approved). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Bump catalog updated_at to 2026-04-09 to match new entry date Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent efeb548 commit 674a664

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
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
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
187187
| Azure DevOps Integration | Sync user stories and tasks to Azure DevOps work items using OAuth authentication | `integration` | Read+Write | [spec-kit-azure-devops](https://github.com/pragya247/spec-kit-azure-devops) |
188188
| Branch Convention | Configurable branch and folder naming conventions for /specify with presets and custom patterns | `process` | Read+Write | [spec-kit-branch-convention](https://github.com/Quratulain-bilal/spec-kit-branch-convention) |
189+
| Bugfix Workflow | Structured bugfix workflow — capture bugs, trace to spec artifacts, and patch specs surgically | `process` | Read+Write | [spec-kit-bugfix](https://github.com/Quratulain-bilal/spec-kit-bugfix) |
189190
| Canon | Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation. | `process` | Read+Write | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon/tree/master/extension) |
190191
| Checkpoint Extension | Commit the changes made during the middle of the implementation, so you don't end up with just one very large commit at the end | `code` | Read+Write | [spec-kit-checkpoint](https://github.com/aaronrsun/spec-kit-checkpoint) |
191192
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | `code` | Read+Write | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |

extensions/catalog.community.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,38 @@
138138
"created_at": "2026-04-08T00:00:00Z",
139139
"updated_at": "2026-04-08T00:00:00Z"
140140
},
141+
"bugfix": {
142+
"name": "Bugfix Workflow",
143+
"id": "bugfix",
144+
"description": "Structured bugfix workflow — capture bugs, trace to spec artifacts, and patch specs surgically.",
145+
"author": "Quratulain-bilal",
146+
"version": "1.0.0",
147+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-bugfix/archive/refs/tags/v1.0.0.zip",
148+
"repository": "https://github.com/Quratulain-bilal/spec-kit-bugfix",
149+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-bugfix",
150+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-bugfix/blob/main/README.md",
151+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-bugfix/blob/main/CHANGELOG.md",
152+
"license": "MIT",
153+
"requires": {
154+
"speckit_version": ">=0.4.0"
155+
},
156+
"provides": {
157+
"commands": 3,
158+
"hooks": 1
159+
},
160+
"tags": [
161+
"bugfix",
162+
"debugging",
163+
"workflow",
164+
"traceability",
165+
"maintenance"
166+
],
167+
"verified": false,
168+
"downloads": 0,
169+
"stars": 0,
170+
"created_at": "2026-04-09T00:00:00Z",
171+
"updated_at": "2026-04-09T00:00:00Z"
172+
},
141173
"canon": {
142174
"name": "Canon",
143175
"id": "canon",

0 commit comments

Comments
 (0)