feat: register Blueprint in community catalog#2252
Conversation
- Extension ID: blueprint - Version: 1.0.0 - Author: chordpli - Repository: https://github.com/chordpli/spec-kit-blueprint
There was a problem hiding this comment.
Pull request overview
Adds the Blueprint extension to the Spec Kit community extension catalog so it can be discovered and installed by users.
Changes:
- Added a
blueprintentry toextensions/catalog.community.jsonwith metadata (URLs, version, tags, capabilities). - Added a corresponding row to the Community Extensions table in the root
README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| extensions/catalog.community.json | Registers the Blueprint extension in the community catalog. |
| README.md | Lists Blueprint in the Community Extensions table for discoverability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Why this extensionSpec Kit's workflow goes from Blueprint inserts an optional pre-flight review step. It generates What it's for:
How it differs from architect-preview / critique: Those extensions analyze risk and strategy at the spec/plan level. Blueprint operates at the file level — it shows the actual code and configuration changes that will be made, task by task. What it's not:
When to use it: Recommended for features with 10+ tasks where the implementation spans multiple modules or phases. For small 2-3 task changes, running Two commands: Tested on a real project with 100 tasks across 10 phases. |
There was a problem hiding this comment.
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: 2
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@mnriem Thank you for the detailed comments. I've incorporated all the feedback provided by Copilot into the latest commit. |
|
Thank you! |
Extension Submission
Extension Name: Blueprint
Extension ID: blueprint
Version: 1.0.0
Author: chordpli
Repository: https://github.com/chordpli/spec-kit-blueprint
Description
Pre-implementation blueprint generator. Reads spec artifacts (
tasks.md,spec.md,plan.md) and produces a singleblueprint.mdwith complete, ready-to-use content for every task — so developers can review, understand, and type through the implementation before/speckit.implementruns.By typing through the blueprint, the developer:
Blueprint is entirely optional —
/speckit.implementworks with or without it.Commands:
/speckit.blueprint.generate [doc-only|scaffold],/speckit.blueprint.validateHook:
after_tasks(optional prompt to generate blueprint after task generation)Checklist
extension.ymlmanifestREADME.mdwith installation and usage docsLICENSEfile included (MIT)CHANGELOG.mdincludedarchive/refs/tags/v1.0.0.zip→ HTTP 200)extensions/catalog.community.json(alphabetical order)README.md(alphabetical order)Testing
specify extension add --dev /path/to/spec-kit-blueprintuv run pytest tests/test_extensions.py— 165 passedAI Disclosure
The idea, initial design, and core structure were authored by me. AI was used to refine the extension across multiple review rounds: