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
Add notes clarifying that community extensions, presets, walkthroughs,
and community friends are independently created and maintained by their
respective authors and are not reviewed, nor endorsed, nor supported
by GitHub.
Disclaimers added to:
- README.md: Community Extensions, Community Presets, Community
Walkthroughs, and Community Friends sections
- extensions/README.md: Community Reference Catalog and Available
Community Extensions sections
- presets/README.md: Catalog Management section
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,9 @@ 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. They are **not reviewed, nor endorsed, nor supported by GitHub**. The Community Extensions website is also a third-party resource. Review extension source code before installation and use at your own discretion.
165
+
163
166
🔍 **Browse and search community extensions on the [Community Extensions website](https://speckit-community.github.io/extensions/).**
164
167
165
168
The following community-contributed extensions are available in [`catalog.community.json`](extensions/catalog.community.json):
@@ -225,6 +228,9 @@ To submit your own extension, see the [Extension Publishing Guide](extensions/EX
225
228
226
229
## 🎨 Community Presets
227
230
231
+
> [!NOTE]
232
+
> Community presets are independently created and maintained by their respective authors. They are **not reviewed, nor endorsed, nor supported by GitHub**. Review preset source code before installation and use at your own discretion.
233
+
228
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):
229
235
230
236
| Preset | Purpose | Provides | Requires | URL |
@@ -236,6 +242,9 @@ To build and publish your own preset, see the [Presets Publishing Guide](presets
236
242
237
243
## 🚶 Community Walkthroughs
238
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**.
247
+
239
248
See Spec-Driven Development in action across different scenarios with these community-contributed walkthroughs:
240
249
241
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.
@@ -254,6 +263,9 @@ See Spec-Driven Development in action across different scenarios with these comm
254
263
255
264
## 🛠️ Community Friends
256
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**.
268
+
257
269
Community projects that extend, visualize, or build on Spec Kit:
258
270
259
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
+6Lines changed: 6 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. They are **not reviewed, nor endorsed, nor supported by GitHub**. 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. They are **not reviewed, nor endorsed, nor supported by GitHub**. The Community Extensions website is also a third-party resource. Review extension source code before installation and use at your own discretion.
76
+
71
77
🔍 **Browse and search community extensions on the [Community Extensions website](https://speckit-community.github.io/extensions/).**
72
78
73
79
See the [Community Extensions](../README.md#-community-extensions) section in the main README for the full list of available community-contributed extensions.
Copy file name to clipboardExpand all lines: presets/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,9 @@ Presets **override**, they don't merge. If two presets both provide `spec-templa
67
67
68
68
Presets are discovered through catalogs. By default, Spec Kit uses the official and community catalogs:
69
69
70
+
> [!NOTE]
71
+
> Community presets are independently created and maintained by their respective authors. They are **not reviewed, nor endorsed, nor supported by GitHub**. Review preset source code before installation and use at your own discretion.
0 commit comments