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
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,11 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
160
160
161
161
## 🧩 Community Extensions
162
162
163
+
> [!NOTE]
164
+
> Community extensions are independently created and maintained by their respective authors. GitHub and the Spec Kit maintainers may review pull requests that add entries to the community catalog for formatting, catalog structure, or policy compliance, but they do **not review, audit, endorse, or support the extension code itself**. The Community Extensions website is also a third-party resource. Review extension source code before installation and use at your own discretion.
165
+
166
+
🔍 **Browse and search community extensions on the [Community Extensions website](https://speckit-community.github.io/extensions/).**
167
+
163
168
The following community-contributed extensions are available in [`catalog.community.json`](extensions/catalog.community.json):
164
169
165
170
**Categories:**
@@ -182,10 +187,10 @@ The following community-contributed extensions are available in [`catalog.commun
182
187
| 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)|
183
188
| Checkpoint Extension | Commit the changes made during the middle of the implementation, so you don't end up with just one very large commit at the end |`code`| Read+Write |[spec-kit-checkpoint](https://github.com/aaronrsun/spec-kit-checkpoint)|
184
189
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues |`code`| Read+Write |[spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup)|
185
-
| Cognitive Squad | Multi-agent cognitive system with Triadic Model: understanding, internalization, application — with quality gates, backpropagation verification, and self-healing |`docs`| Read+Write |[cognitive-squad](https://github.com/Testimonial/cognitive-squad)|
186
190
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. |`process`| Read+Write |[spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext)|
187
191
| DocGuard — CDD Enforcement | Canonical-Driven Development enforcement. Validates, scores, and traces project documentation with automated checks, AI-driven workflows, and spec-kit hooks. Zero NPM runtime dependencies. |`docs`| Read+Write |[spec-kit-docguard](https://github.com/raccioly/docguard)|
188
192
| Extensify | Create and validate extensions and extension catalogs |`process`| Read+Write |[extensify](https://github.com/mnriem/spec-kit-extensions/tree/main/extensify)|
193
+
| Fix Findings | Automated analyze-fix-reanalyze loop that resolves spec findings until clean |`code`| Read+Write |[spec-kit-fix-findings](https://github.com/Quratulain-bilal/spec-kit-fix-findings)|
189
194
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases |`process`| Read+Write |[spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet)|
190
195
| Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building |`docs`| Read+Write |[spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate)|
191
196
| Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support |`integration`| Read+Write |[spec-kit-jira](https://github.com/mbachorik/spec-kit-jira)|
@@ -203,14 +208,18 @@ The following community-contributed extensions are available in [`catalog.commun
203
208
| Product Forge | Full product lifecycle: research → product spec → SpecKit → implement → verify → test |`process`| Read+Write |[speckit-product-forge](https://github.com/VaiYav/speckit-product-forge)|
204
209
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git |`visibility`| Read-only |[spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor)|
205
210
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary |`visibility`| Read-only |[spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status)|
211
+
| QA Testing Extension | Systematic QA testing with browser-driven or CLI-based validation of acceptance criteria from spec |`code`| Read-only |[spec-kit-qa](https://github.com/arunt14/spec-kit-qa)|
206
212
| Ralph Loop | Autonomous implementation loop using AI agent CLI |`code`| Read+Write |[spec-kit-ralph](https://github.com/Rubiss/spec-kit-ralph)|
| 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)|
212
222
| 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)|
| 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)|
215
224
| 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)|
216
225
| 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)|
@@ -219,6 +228,9 @@ To submit your own extension, see the [Extension Publishing Guide](extensions/EX
219
228
220
229
## 🎨 Community Presets
221
230
231
+
> [!NOTE]
232
+
> Community presets are independently created and maintained by their respective authors. GitHub and the Spec Kit maintainers may review pull requests that add entries to the community catalog for formatting, catalog structure, or policy compliance, but they do **not review, audit, endorse, or support the preset code itself**. Review preset source code before installation and use at your own discretion.
233
+
222
234
The following community-contributed presets customize how Spec Kit behaves — overriding templates, commands, and terminology without changing any tooling. Presets are available in [`catalog.community.json`](presets/catalog.community.json):
223
235
224
236
| Preset | Purpose | Provides | Requires | URL |
@@ -230,6 +242,9 @@ To build and publish your own preset, see the [Presets Publishing Guide](presets
230
242
231
243
## 🚶 Community Walkthroughs
232
244
245
+
> [!NOTE]
246
+
> Community walkthroughs are independently created and maintained by their respective authors. They are **not reviewed, nor endorsed, nor supported by GitHub**. Review their content before following along and use at your own discretion.
247
+
233
248
See Spec-Driven Development in action across different scenarios with these community-contributed walkthroughs:
234
249
235
250
-**[Greenfield .NET CLI tool](https://github.com/mnriem/spec-kit-dotnet-cli-demo)** — Builds a Timezone Utility as a .NET single-binary CLI tool from a blank directory, covering the full spec-kit workflow: constitution, specify, plan, tasks, and multi-pass implement using GitHub Copilot agents.
@@ -248,6 +263,9 @@ See Spec-Driven Development in action across different scenarios with these comm
248
263
249
264
## 🛠️ Community Friends
250
265
266
+
> [!NOTE]
267
+
> 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.
268
+
251
269
Community projects that extend, visualize, or build on Spec Kit:
252
270
253
271
-**[cc-sdd](https://github.com/rhuss/cc-sdd)** - 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.
Copy file name to clipboardExpand all lines: extensions/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,9 @@ specify extension search # Now uses your organization's catalog instead of the
24
24
25
25
### Community Reference Catalog (`catalog.community.json`)
26
26
27
+
> [!NOTE]
28
+
> Community extensions are independently created and maintained by their respective authors. GitHub and the Spec Kit maintainers may review pull requests that add entries to the community catalog for formatting, catalog structure, or policy compliance, but they do **not review, audit, endorse, or support the extension code itself**. Review extension source code before installation and use at your own discretion.
29
+
27
30
-**Purpose**: Browse available community-contributed extensions
28
31
-**Status**: Active - contains extensions submitted by the community
> Community extensions are independently created and maintained by their respective authors. GitHub and the Spec Kit maintainers may review pull requests that add entries to the community catalog for formatting, catalog structure, or policy compliance, but they do **not review, audit, endorse, or support the extension code itself**. The Community Extensions website is also a third-party resource. Review extension source code before installation and use at your own discretion.
76
+
77
+
🔍 **Browse and search community extensions on the [Community Extensions website](https://speckit-community.github.io/extensions/).**
78
+
71
79
See the [Community Extensions](../README.md#-community-extensions) section in the main README for the full list of available community-contributed extensions.
72
80
73
81
For the raw catalog data, see [`catalog.community.json`](catalog.community.json).
0 commit comments