Skip to content

Add Bugfix Workflow community extension to catalog and README#2135

Merged
mnriem merged 2 commits intogithub:mainfrom
Quratulain-bilal:feat/bugfix-extension
Apr 9, 2026
Merged

Add Bugfix Workflow community extension to catalog and README#2135
mnriem merged 2 commits intogithub:mainfrom
Quratulain-bilal:feat/bugfix-extension

Conversation

@Quratulain-bilal
Copy link
Copy Markdown
Contributor

Summary

  • Adds bugfix entry to extensions/catalog.community.json (alphabetically between branch-convention
    and canon)
  • Adds Bugfix Workflow row to README.md Community Extensions table (alphabetically between Branch Convention and Canon)

Extension Details

Field Value
ID bugfix
Name Bugfix Workflow
Commands 3 (report, patch, verify)
Hooks 1 (after_implement)
Category process
Effect Read+Write
Requires spec-kit >= 0.4.0
Repository https://github.com/Quratulain-bilal/spec-kit-bugfix

What It Does

Structured bugfix workflow for when bugs surface during implementation — addresses issue #619 (25+
upvotes), where the maintainer explicitly said "Go for it and do it as an extension!"

  • /speckit.bugfix.report — Capture a bug and trace it back to spec, plan, and task artifacts with full
    traceability
  • /speckit.bugfix.patch — Surgically update spec, plan, and tasks to address the reported bug (never
    regenerates from scratch)
  • /speckit.bugfix.verify — Verify consistency across all artifacts after patching (read-only)

Bug classification: spec gap, spec conflict, implementation drift, untested flow, dependency issue.

Checklist

  • Entry added to extensions/catalog.community.json in alphabetical order by ID
  • Row added to README.md Community Extensions table in alphabetical order by name
  • JSON validates successfully
  • Extension repo has valid extension.yml, all command files, README, CHANGELOG, and LICENSE
  • verified: false, downloads: 0, stars: 0 set for new submission
  • Only 2 files modified (catalog + README)

Closes #619

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 github#619 (25+ upvotes, maintainer-approved).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Quratulain-bilal Quratulain-bilal requested a review from mnriem as a code owner April 8, 2026 22:30
@Quratulain-bilal
Copy link
Copy Markdown
Contributor Author

Hi @mnriem 👋 This one was directly inspired by your comment on #619 — "Go for it and do it as an
extension!" Built a structured report → patch → verify workflow for bugs discovered during
implementation. Ready for your review whenever you get a chance!

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the new community extension Bugfix Workflow to Spec Kit’s community extension catalog and documents it in the README so users can discover/install it.

Changes:

  • Added a bugfix entry to extensions/catalog.community.json with metadata (version, URLs, requires, tags, etc.).
  • Added a “Bugfix Workflow” row to the README Community Extensions table.
Show a summary per file
File Description
README.md Adds the Bugfix Workflow extension to the Community Extensions table.
extensions/catalog.community.json Registers the Bugfix Workflow extension in the community catalog.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 1

Copy link
Copy Markdown
Collaborator

@mnriem mnriem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address Copilot feedback

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new community extension entry (“Bugfix Workflow”) to the community extensions catalog and surfaces it in the README’s Community Extensions table, aligning with the requested /bugfix workflow in issue #619.

Changes:

  • Added bugfix extension metadata to extensions/catalog.community.json (including download_url, version, requires, and counts for commands/hooks).
  • Added “Bugfix Workflow” row to the README Community Extensions table.
  • Bumped the catalog root updated_at to reflect the new modification date.
Show a summary per file
File Description
README.md Adds “Bugfix Workflow” to the Community Extensions table in alphabetical order.
extensions/catalog.community.json Adds the bugfix extension entry and updates the catalog updated_at timestamp.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 2/2 changed files
  • Comments generated: 0 new

@mnriem mnriem self-requested a review April 9, 2026 19:01
@mnriem mnriem merged commit 674a664 into github:main Apr 9, 2026
12 checks passed
@mnriem
Copy link
Copy Markdown
Collaborator

mnriem commented Apr 9, 2026

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

New slash command /bugfix

3 participants