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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,11 +228,14 @@ The following community-contributed extensions are available in [`catalog.commun
228
228
| 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)|
229
229
| 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)|
| MarkItDown Document Converter | Convert documents (PDF, Word, PowerPoint, Excel, and more) to Markdown for use as spec reference material |`docs`| Read+Write |[spec-kit-markitdown](https://github.com/BenBtg/spec-kit-markitdown)|
231
232
| 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)|
| 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)|
235
+
| Microsoft 365 Integration | Fetch Teams messages, meeting transcripts, and SharePoint/OneDrive files as local Markdown for spec generation |`integration`| Read+Write |[spec-kit-m365](https://github.com/BenBtg/spec-kit-m365)|
234
236
| 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)|
235
237
| 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)|
238
+
| OWASP LLM Threat Model | OWASP Top 10 for LLM Applications 2025 threat analysis on agent artifacts |`code`| Read-only |[spec-kit-threatmodel](https://github.com/NaviaSamal/spec-kit-threatmodel)|
236
239
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation |`process`| Read-only |[spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate)|
237
240
| PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts |`process`| Read-only |[spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-)|
238
241
| Presetify | Create and validate presets and preset catalogs |`process`| Read+Write |[presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify)|
@@ -249,7 +252,7 @@ The following community-contributed extensions are available in [`catalog.commun
249
252
| 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)|
250
253
| 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)|
255
+
| Security Review |Full-project secure-by-design security audits plus staged, branch/PR, plan, task, follow-up, and apply reviews |`code`| Read+Write|[spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review)|
253
256
| 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)|
@@ -261,6 +264,7 @@ The following community-contributed extensions are available in [`catalog.commun
261
264
| 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)|
262
265
| Spec Validate | Comprehension validation, review gating, and approval state for spec-kit artifacts — staged quizzes, peer review SLA, and a hard gate before /speckit.implement |`process`| Read+Write |[spec-kit-spec-validate](https://github.com/aeltayeb/spec-kit-spec-validate)|
263
266
| 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)|
267
+
| Squad Bridge | Bootstrap and synchronize a Squad agent team from your Speckit spec and tasks |`process`| Read+Write |[spec-kit-squad](https://github.com/jwill824/spec-kit-squad)|
264
268
| 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)|
265
269
| Status Report | Project status, feature progress, and next-action recommendations for spec-driven workflows |`visibility`| Read-only |[Open-Agent-Tools/spec-kit-status](https://github.com/Open-Agent-Tools/spec-kit-status)|
266
270
| Superpowers Bridge | Orchestrates obra/superpowers skills within the spec-kit SDD workflow across the full lifecycle (clarification, TDD, review, verification, critique, debugging, branch completion) |`process`| Read+Write |[superpowers-bridge](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/superpowers-bridge)|
@@ -272,6 +276,7 @@ The following community-contributed extensions are available in [`catalog.commun
272
276
| 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)|
273
277
| 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)|
274
278
| Wireframe Visual Feedback Loop | SVG wireframe generation, review, and sign-off for spec-driven development. Approved wireframes become spec constraints honored by /speckit.plan, /speckit.tasks, and /speckit.implement |`visibility`| Read+Write |[spec-kit-extension-wireframe](https://github.com/TortoiseWolfe/spec-kit-extension-wireframe)|
279
+
| Work IQ | Integrate Microsoft 365 organizational knowledge into spec-driven development workflows |`integration`| Read-only |[spec-kit-workiq](https://github.com/sakitA/spec-kit-workiq)|
275
280
| 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)|
276
281
| 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)|
Copy file name to clipboardExpand all lines: docs/community/presets.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@ The following community-contributed presets customize how Spec Kit behaves — o
11
11
| 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)|
12
12
| Claude AskUserQuestion | Upgrades `/speckit.clarify` and `/speckit.checklist` on Claude Code from Markdown-table prompts to the native AskUserQuestion picker, with a recommended option and reasoning on every question | 2 commands | — |[spec-kit-preset-claude-ask-questions](https://github.com/0xrafasec/spec-kit-preset-claude-ask-questions)|
13
13
| 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)|
14
-
| 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, 1 script | — |[speckit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing)|
14
+
| 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, 2 scripts | — |[speckit-preset-fiction-book-writing](https://github.com/adaumann/speckit-preset-fiction-book-writing)|
15
+
| iSAQB Architecture Governance | Adds general iSAQB/CPSA-F and arc42 architecture governance: goals, context, building blocks, runtime and deployment views, quality scenarios, ADRs, risks, and technical debt | 13 templates, 3 commands | — |[spec-kit-preset-isaqb-architecture-governance](https://github.com/hindermath/spec-kit-preset-isaqb-architecture-governance)|
15
16
| Jira Issue Tracking | Overrides `speckit.taskstoissues` to create Jira epics, stories, and tasks instead of GitHub Issues via Atlassian MCP tools | 1 command | — |[spec-kit-preset-jira](https://github.com/luno/spec-kit-preset-jira)|
16
17
| 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)|
17
18
| 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)|
|[Codex CLI](https://github.com/openai/codex)|`codex`| Skills-based integration; installs skills into `.agents/skills` and invokes them as `$speckit-<command>`|
15
15
|[Cursor](https://cursor.sh/)|`cursor-agent`||
16
+
|[Devin for Terminal](https://cli.devin.ai/docs)|`devin`| Skills-based integration; installs skills into `.devin/skills/` and invokes them as `/speckit-<command>`|
Copy file name to clipboardExpand all lines: extensions/EXTENSION-DEVELOPMENT-GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -669,7 +669,7 @@ hooks:
669
669
670
670
**Error**: `Extension requires spec-kit >=0.2.0`
671
671
672
-
- **Fix**: Update spec-kit with `uv tool install specify-cli --force`
672
+
- **Fix**: Update spec-kit with `uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git`. The bare `specify-cli` package on PyPI is a different, unrelated project — installing it without `--from git+...` will give you a stub CLI that does not include `extension`, `preset`, or other spec-kit commands.
0 commit comments