You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
<!-- insert new changelog below this comment -->
4
4
5
+
## [0.7.3] - 2026-04-17
6
+
7
+
### Changed
8
+
9
+
- fix: replace shell-based context updates with marker-based upsert (#2259)
10
+
- Add Community Friends page to docs site (#2261)
11
+
- Add Spec Scope extension to community catalog (#2172)
12
+
- docs: add Community-maintained plugin for Claude Code and GitHub Copilot CLI that installs Spec Kit skills via the plugin marketplace to README (#2250)
13
+
- fix: suppress CRLF warnings in auto-commit.ps1 (#2258)
14
+
- feat: register Blueprint in community catalog (#2252)
15
+
- preset: Update preset-fiction-book-writing to community catalog -> v1.5.0 (#2256)
16
+
- chore(deps): bump actions/upload-pages-artifact from 3 to 5 (#2251)
17
+
- fix: add reference/*.md to docfx content glob (#2248)
18
+
- chore: release 0.7.2, begin 0.7.3.dev0 development (#2247)
Copy file name to clipboardExpand all lines: README.md
+4-11Lines changed: 4 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,6 +195,7 @@ The following community-contributed extensions are available in [`catalog.commun
195
195
| 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)|
196
196
| Archive Extension | Archive merged features into main project memory. |`docs`| Read+Write |[spec-kit-archive](https://github.com/stn1slv/spec-kit-archive)|
197
197
| 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)|
198
199
| 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)|
199
200
| 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)|
@@ -245,6 +246,7 @@ The following community-contributed extensions are available in [`catalog.commun
245
246
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives |`docs`| Read-only |[spec-kit-critique](https://github.com/arunt14/spec-kit-critique)|
246
247
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies |`visibility`| Read-only |[spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-)|
247
248
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts |`process`| Read+Write |[spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine)|
249
+
| Spec Scope | Effort estimation and scope tracking — estimate work, detect creep, and budget time per phase |`process`| Read-only |[spec-kit-scope-](https://github.com/Quratulain-bilal/spec-kit-scope-)|
248
250
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval |`docs`| Read+Write |[spec-kit-sync](https://github.com/bgervin/spec-kit-sync)|
249
251
| SpecTest | Auto-generate test scaffolds from spec criteria, map coverage, and find untested requirements |`code`| Read+Write |[spec-kit-spectest](https://github.com/Quratulain-bilal/spec-kit-spectest)|
250
252
| Staff Review Extension | Staff-engineer-level code review that validates implementation against spec, checks security, performance, and test coverage |`code`| Read-only |[spec-kit-staff-review](https://github.com/arunt14/spec-kit-staff-review)|
@@ -272,7 +274,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
272
274
| AIDE In-Place Migration | Adapts the AIDE extension workflow for in-place technology migrations (X → Y pattern) — adds migration objectives, verification gates, knowledge documents, and behavioral equivalence criteria | 2 templates, 8 commands | AIDE extension |[spec-kit-presets](https://github.com/mnriem/spec-kit-presets)|
273
275
| Canon Core | Adapts original Spec Kit workflow to work together with Canon extension | 2 templates, 8 commands | — |[spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon)|
274
276
| Explicit Task Dependencies | Adds explicit `(depends on T###)` dependency declarations and an Execution Wave DAG to tasks.md for parallel scheduling | 1 template, 1 command | — |[spec-kit-preset-explicit-task-dependencies](https://github.com/Quratulain-bilal/spec-kit-preset-explicit-task-dependencies)|
275
-
| Fiction Book Writing | It adapts the Spec-Driven Development workflow for storytelling: features become story elements, specs become story briefs, plans become story structures, and tasks become scene-by-scene writing tasks. Supports single and multi-POV, all major plot structure frameworks, and two style modes, author voice sample or humanized AI prose. | 21 templates, 17 commands | — |[spec-kit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing)|
277
+
| Fiction Book Writing | It adapts the Spec-Driven Development workflow for storytelling to create books or audiobooks (with annotations): features become story elements, specs become story briefs, plans become story structures, and tasks become scene-by-scene writing tasks. Supports single and multi-POV, all major plot structure frameworks, and two style modes: an author voice sample or humanized AI prose with 5 prose profiles. Supports interactive elements like brainstorming, interview, roleplay. | 21 templates, 26 commands | — |[spec-kit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing)|
276
278
| Multi-Repo Branching | Coordinates feature branch creation across multiple git repositories (independent repos and submodules) during plan and tasks phases | 2 commands | — |[spec-kit-preset-multi-repo-branching](https://github.com/sakitA/spec-kit-preset-multi-repo-branching)|
277
279
| Pirate Speak (Full) | Transforms all Spec Kit output into pirate speak — specs become "Voyage Manifests", plans become "Battle Plans", tasks become "Crew Assignments" | 6 templates, 9 commands | — |[spec-kit-presets](https://github.com/mnriem/spec-kit-presets)|
278
280
| Table of Contents Navigation | Adds a navigable Table of Contents to generated spec.md, plan.md, and tasks.md documents | 3 templates, 3 commands | — |[spec-kit-preset-toc-navigation](https://github.com/Quratulain-bilal/spec-kit-preset-toc-navigation)|
@@ -303,16 +305,7 @@ See Spec-Driven Development in action across different scenarios with these comm
303
305
304
306
## 🛠️ Community Friends
305
307
306
-
> [!NOTE]
307
-
> Community projects listed here are independently created and maintained by their respective authors. They are **not reviewed, nor endorsed, nor supported by GitHub**. Review their source code before installation and use at your own discretion.
308
-
309
-
Community projects that extend, visualize, or build on Spec Kit:
310
-
311
-
-**[cc-spex](https://github.com/rhuss/cc-spex)** - A Claude Code plugin that adds composable traits on top of Spec Kit with [Superpowers](https://github.com/obra/superpowers)-based quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams.
312
-
313
-
-**[Spec Kit Assistant](https://marketplace.visualstudio.com/items?itemName=rfsales.speckit-assistant)** — A VS Code extension that provides a visual orchestrator for the full SDD workflow (constitution → specification → planning → tasks → implementation) with phase status visualization, an interactive task checklist, DAG visualization, and support for Claude, Gemini, GitHub Copilot, and OpenAI backends. Requires the `specify` CLI in your PATH.
314
-
315
-
-**[SpecKit Companion](https://marketplace.visualstudio.com/items?itemName=alfredoperez.speckit-companion)** — A VS Code extension that brings a visual GUI to Spec Kit. Browse specs in a rich markdown viewer with clickable file references, create specifications with image attachments, comment and refine each step inline (GitHub-style review), track your progress through the SDD workflow with a visual phase stepper, and manage steering documents like constitutions and templates.
308
+
Community projects that extend, visualize, or build on Spec Kit. See the full list on the [Community Friends](https://github.github.io/spec-kit/community/friends.html) page.
> Community projects listed here are independently created and maintained by their respective authors. They are **not reviewed, nor endorsed, nor supported by GitHub**. Review their source code before installation and use at your own discretion.
5
+
6
+
Community projects that extend, visualize, or build on Spec Kit:
7
+
8
+
-**[cc-spex](https://github.com/rhuss/cc-spex)** — A Claude Code plugin that adds composable traits on top of Spec Kit with [Superpowers](https://github.com/obra/superpowers)-based quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams.
9
+
10
+
-**[Spec Kit Assistant](https://marketplace.visualstudio.com/items?itemName=rfsales.speckit-assistant)** — A VS Code extension that provides a visual orchestrator for the full SDD workflow (constitution → specification → planning → tasks → implementation) with phase status visualization, an interactive task checklist, DAG visualization, and support for Claude, Gemini, GitHub Copilot, and OpenAI backends. Requires the `specify` CLI in your PATH.
11
+
12
+
-**[SpecKit Companion](https://marketplace.visualstudio.com/items?itemName=alfredoperez.speckit-companion)** — A VS Code extension that brings a visual GUI to Spec Kit. Browse specs in a rich markdown viewer with clickable file references, create specifications with image attachments, comment and refine each step inline (GitHub-style review), track your progress through the SDD workflow with a visual phase stepper, and manage steering documents like constitutions and templates.
13
+
14
+
-**[cc-spec-kit](https://github.com/speckit-community/cc-spec-kit)** — Community-maintained plugin for Claude Code and GitHub Copilot CLI that installs Spec Kit skills via the plugin marketplace.
"description": "Stay code-literate in AI-driven development: review a complete code blueprint for every task from spec artifacts before /speckit.implement runs",
Copy file name to clipboardExpand all lines: presets/catalog.community.json
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -108,11 +108,11 @@
108
108
"fiction-book-writing": {
109
109
"name": "Fiction Book Writing",
110
110
"id": "fiction-book-writing",
111
-
"version": "1.3.0",
111
+
"version": "1.5.0",
112
112
"description": "Spec-Driven Development for novel and long-form fiction. Replaces software engineering terminology with storytelling craft: specs become story briefs, plans become story structures, and tasks become scene-by-scene writing tasks. Supports 8 POV modes, all major plot structure frameworks, 5 humanized-AI prose profiles, and exports to DOCX/EPUB/LaTeX via pandoc.",
0 commit comments