Add Brownfield Bootstrap extension to community catalog#2145
Add Brownfield Bootstrap extension to community catalog#2145mnriem merged 3 commits intogithub:mainfrom
Conversation
- 4 commands: scan, bootstrap, validate, migrate for existing codebases - 1 hook: after_init for auto-scanning project after spec-kit initialization - Addresses community request in issue github#1436 (30+ reactions)
Keep 2026-04-10 date since brownfield extension entry is dated 2026-04-10.
There was a problem hiding this comment.
Pull request overview
Adds the “Brownfield Bootstrap” community extension to Spec Kit’s community extension discovery surfaces (catalog + README), making it available to users via the published community catalog.
Changes:
- Added a new
brownfieldentry toextensions/catalog.community.jsonwith metadata (repo URLs, version, requirements, tags, provides counts). - Added a corresponding “Brownfield Bootstrap” row to the Community Extensions table in
README.md. - Updated the community catalog top-level
updated_attimestamp to2026-04-10.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds the Brownfield Bootstrap entry to the community extensions table (keeps alphabetical ordering). |
| extensions/catalog.community.json | Registers the Brownfield Bootstrap extension in the community catalog and updates updated_at. |
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
Keep main's newer timestamp 2026-04-10T12:34:56Z.
|
Hi @merium! Just a heads up — this PR may show recurring merge conflicts on the updated_at field in I'll keep it resolved and up to date. Happy to rebase whenever you're ready to review. 🙏 |
There was a problem hiding this comment.
Pull request overview
Adds the Brownfield Bootstrap community extension to Spec Kit’s community extension discovery surfaces (community catalog + README), making it visible in the catalog and documentation.
Changes:
- Added a new
brownfieldentry toextensions/catalog.community.jsonwith metadata, tags, and requirements. - Added a corresponding row to the Community Extensions table in
README.md.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds “Brownfield Bootstrap” to the community extensions table so users can discover it from the main README. |
| extensions/catalog.community.json | Registers the extension in the community catalog with ID, URLs, version, requirements, and tags. |
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
|
Thank you! |
Summary - Adds Brownfield Bootstrap extension to the community catalog and README - 4 commands:
/speckit.brownfield.scan,/speckit.brownfield.bootstrap,/speckit.brownfield.validate,/speckit.brownfield.migrate- 1 hook:after_init— auto-scan project after spec-kit initializationWhat it does
Bootstraps Specification-Driven Development for existing codebases that were built before spec-kit
adoption:
/speckit.brownfield.scan/speckit.brownfield.bootstrap/speckit.brownfield.validate/speckit.brownfield.migrateSupports monoliths, monorepos, microservices, frontend+backend splits, and library/package projects.
Changes
extensions/catalog.community.json— addedbrownfieldentry (alphabetical, betweenbranch-conventionandbugfix)README.md— added extension row (alphabetical, between Branch Convention and Bugfix Workflow)updated_atto2026-04-10Extension repo
https://github.com/Quratulain-bilal/spec-kit-brownfield