Skip to content

Commit 20ef9a7

Browse files
mnriemCopilot
andauthored
feat(catalog): add BrownKit (brownkit) community extension (#2510) (#2520)
* feat(catalog): add BrownKit (brownkit) community extension (#2510) * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * fix: bump catalog-level updated_at to match newest entry --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent cba00ab commit 20ef9a7

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ The following community-contributed extensions are available in [`catalog.commun
208208
| Blueprint | Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs | `docs` | Read+Write | [spec-kit-blueprint](https://github.com/chordpli/spec-kit-blueprint) |
209209
| 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) |
210210
| Brownfield Bootstrap | Bootstrap spec-kit for existing codebases — auto-discover architecture and adopt SDD incrementally | `process` | Read+Write | [spec-kit-brownfield](https://github.com/Quratulain-bilal/spec-kit-brownfield) |
211+
| BrownKit | Evidence-driven capability discovery, security and QA risk assessment for existing codebases | `process` | Read+Write | [BrownKit](https://github.com/MaksimShevtsov/BrownKit) |
211212
| 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) |
212213
| 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) |
213214
| Catalog CI | Automated validation for spec-kit community catalog entries — structure, URLs, diffs, and linting | `process` | Read-only | [spec-kit-catalog-ci](https://github.com/Quratulain-bilal/spec-kit-catalog-ci) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-05-07T20:05:00Z",
3+
"updated_at": "2026-05-10T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -368,6 +368,38 @@
368368
"created_at": "2026-04-10T00:00:00Z",
369369
"updated_at": "2026-04-10T00:00:00Z"
370370
},
371+
"brownkit": {
372+
"name": "BrownKit \u2014 Brownfield Discovery for Spec-Kit",
373+
"id": "brownkit",
374+
"description": "Evidence-driven capability discovery, security and QA risk assessment for existing codebases.",
375+
"author": "Maksim Shautsou",
376+
"version": "1.0.1",
377+
"download_url": "https://github.com/MaksimShevtsov/BrownKit/archive/refs/tags/v1.0.1.zip",
378+
"repository": "https://github.com/MaksimShevtsov/BrownKit",
379+
"homepage": "https://github.com/MaksimShevtsov/BrownKit",
380+
"documentation": "https://github.com/MaksimShevtsov/BrownKit/blob/main/README.md",
381+
"changelog": "https://github.com/MaksimShevtsov/BrownKit/blob/main/CHANGELOG.md",
382+
"license": "MIT",
383+
"requires": {
384+
"speckit_version": ">=0.1.0"
385+
},
386+
"provides": {
387+
"commands": 10,
388+
"hooks": 5
389+
},
390+
"tags": [
391+
"brownfield",
392+
"discovery",
393+
"security",
394+
"qa",
395+
"capabilities"
396+
],
397+
"verified": false,
398+
"downloads": 0,
399+
"stars": 0,
400+
"created_at": "2026-05-10T00:00:00Z",
401+
"updated_at": "2026-05-10T00:00:00Z"
402+
},
371403
"bugfix": {
372404
"name": "Bugfix Workflow",
373405
"id": "bugfix",

0 commit comments

Comments
 (0)