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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,6 +223,7 @@ The following community-contributed extensions are available in [`catalog.commun
223
223
| MAQA Jira Integration | Jira integration for MAQA — syncs Stories and Subtasks as features progress through the board |`integration`| Read+Write |[spec-kit-maqa-jira](https://github.com/GenieRobot/spec-kit-maqa-jira)|
224
224
| MAQA Linear Integration | Linear integration for MAQA — syncs issues and sub-issues across workflow states as features progress |`integration`| Read+Write |[spec-kit-maqa-linear](https://github.com/GenieRobot/spec-kit-maqa-linear)|
| Memory Loader | Loads .specify/memory/ files before lifecycle commands so LLM agents have project governance context |`docs`| Read-only |[spec-kit-memory-loader](https://github.com/KevinBrown5280/spec-kit-memory-loader)|
226
227
| MemoryLint | Agent memory governance tool: Automatically audits and fixes boundary conflicts between AGENTS.md and the constitution. |`process`| Read+Write |[memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint)|
227
228
| Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step |`process`| Read+Write |[spec-kit-onboard](https://github.com/dmux/spec-kit-onboard)|
228
229
| Optimize | Audit and optimize AI governance for context efficiency — token budgets, rule health, interpretability, compression, coherence, and echo detection |`process`| Read+Write |[spec-kit-optimize](https://github.com/sakitA/spec-kit-optimize)|
@@ -239,10 +240,12 @@ The following community-contributed extensions are available in [`catalog.commun
239
240
| Retro Extension | Sprint retrospective analysis with metrics, spec accuracy assessment, and improvement suggestions |`process`| Read+Write |[spec-kit-retro](https://github.com/arunt14/spec-kit-retro)|
240
241
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates |`docs`| Read+Write |[spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective)|
241
242
| Review Extension | Post-implementation comprehensive code review with specialized agents for code quality, comments, tests, error handling, type design, and simplification |`code`| Read-only |[spec-kit-review](https://github.com/ismaelJimenez/spec-kit-review)|
243
+
| Ripple | Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories |`code`| Read+Write |[spec-kit-ripple](https://github.com/chordpli/spec-kit-ripple)|
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis |`code`| Read-only |[spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review)|
244
246
| SFSpeckit | Enterprise Salesforce SDLC with 18 commands for the full SDD lifecycle. |`process`| Read+Write |[spec-kit-sf](https://github.com/ysumanth06/spec-kit-sf)|
| Spec Reference Loader | Reads the ## References section from the feature spec and loads only the listed docs into context |`docs`| Read-only |[spec-kit-spec-reference-loader](https://github.com/KevinBrown5280/spec-kit-spec-reference-loader)|
246
249
| 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)|
247
250
| 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-)|
248
251
| 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)|
@@ -257,6 +260,7 @@ The following community-contributed extensions are available in [`catalog.commun
257
260
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability |`docs`| Read+Write |[spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model)|
258
261
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts |`code`| Read-only |[spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify)|
259
262
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation |`code`| Read-only |[spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks)|
263
+
| Version Guard | Verify tech stack versions against live npm registries before planning and implementation |`process`| Read-only |[spec-kit-version-guard](https://github.com/KevinBrown5280/spec-kit-version-guard)|
260
264
| What-if Analysis | Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them |`visibility`| Read-only |[spec-kit-whatif](https://github.com/DevAbdullah90/spec-kit-whatif)|
261
265
| Worktree Isolation | Spawn isolated git worktrees for parallel feature development without checkout switching |`process`| Read+Write |[spec-kit-worktree](https://github.com/Quratulain-bilal/spec-kit-worktree)|
262
266
| Worktrees | Default-on worktree isolation for parallel agents — sibling or nested layout |`process`| Read+Write |[spec-kit-worktree-parallel](https://github.com/dango85/spec-kit-worktree-parallel)|
@@ -275,7 +279,7 @@ The following community-contributed presets customize how Spec Kit behaves — o
275
279
| 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)|
276
280
| 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)|
277
281
| 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)|
278
-
| 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)|
282
+
| Fiction Book Writing | It adapts the Spec-Driven Development workflow for storytelling to create books or audiobooks (with annotations) in 12 languages: 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. Supports interactive elements like brainstorming, interview, roleplay and extras like statistics, cover builder and bio command. Export with templates for KDP, D2D etc. | 22 templates, 27 commands | — |[spec-kit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing)|
279
283
| 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)|
280
284
| 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)|
281
285
| 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)|
"description": "Detect side effects that tests can't catch after implementation — delta-anchored analysis across 9 domain-agnostic categories with fix-induced side effect detection",
Copy file name to clipboardExpand all lines: presets/catalog.community.json
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -108,20 +108,21 @@
108
108
"fiction-book-writing": {
109
109
"name": "Fiction Book Writing",
110
110
"id": "fiction-book-writing",
111
-
"version": "1.5.0",
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.",
111
+
"version": "1.6.0",
112
+
"description": "Spec-Driven Development for novel and long-form fiction. 27 AI commands from idea to submission: story bible governance, 9 POV modes, all major plot structure frameworks, scene-by-scene drafting with quality gates, audiobook pipeline (SSML/ElevenLabs), cover design, sensitivity review, pacing and prose statistics, and pandoc-based export to DOCX/EPUB/LaTeX. Two style modes: author voice sample extraction or humanized-AI prose with 5 craft profiles. 12 languages supported.",
0 commit comments