Skip to content

Commit dedcae7

Browse files
authored
feat: register Blueprint in community catalog (#2252)
* feat: add Blueprint extension to community catalog - Extension ID: blueprint - Version: 1.0.0 - Author: chordpli - Repository: https://github.com/chordpli/spec-kit-blueprint * fix: update catalog root updated_at to current timestamp * fix: update hooks count to 1 (removed before_implement) * fix: use canonical /speckit.implement command name in description
1 parent 2c11525 commit dedcae7

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ The following community-contributed extensions are available in [`catalog.commun
195195
| Architect Impact Previewer | Predicts architectural impact, complexity, and risks of proposed changes before implementation. | `visibility` | Read-only | [spec-kit-architect-preview](https://github.com/UmmeHabiba1312/spec-kit-architect-preview) |
196196
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |
197197
| 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) |
198+
| 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) |
198199
| 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) |
199200
| 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) |
200201
| 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) |

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-04-16T18:00:00Z",
3+
"updated_at": "2026-04-17T01:05:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -170,6 +170,38 @@
170170
"created_at": "2026-03-03T00:00:00Z",
171171
"updated_at": "2026-03-03T00:00:00Z"
172172
},
173+
"blueprint": {
174+
"name": "Blueprint",
175+
"id": "blueprint",
176+
"description": "Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs",
177+
"author": "chordpli",
178+
"version": "1.0.0",
179+
"download_url": "https://github.com/chordpli/spec-kit-blueprint/archive/refs/tags/v1.0.0.zip",
180+
"repository": "https://github.com/chordpli/spec-kit-blueprint",
181+
"homepage": "https://github.com/chordpli/spec-kit-blueprint",
182+
"documentation": "https://github.com/chordpli/spec-kit-blueprint/blob/main/README.md",
183+
"changelog": "https://github.com/chordpli/spec-kit-blueprint/blob/main/CHANGELOG.md",
184+
"license": "MIT",
185+
"requires": {
186+
"speckit_version": ">=0.2.0"
187+
},
188+
"provides": {
189+
"commands": 2,
190+
"hooks": 1
191+
},
192+
"tags": [
193+
"blueprint",
194+
"pre-implementation",
195+
"review",
196+
"scaffolding",
197+
"code-literacy"
198+
],
199+
"verified": false,
200+
"downloads": 0,
201+
"stars": 0,
202+
"created_at": "2026-04-17T00:00:00Z",
203+
"updated_at": "2026-04-17T00:00:00Z"
204+
},
173205
"branch-convention": {
174206
"name": "Branch Convention",
175207
"id": "branch-convention",

0 commit comments

Comments
 (0)