Skip to content

Commit 76851eb

Browse files
committed
Add community content disclaimers
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
1 parent ea60efe commit 76851eb

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
160160

161161
## 🧩 Community Extensions
162162

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+
163166
🔍 **Browse and search community extensions on the [Community Extensions website](https://speckit-community.github.io/extensions/).**
164167

165168
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
225228

226229
## 🎨 Community Presets
227230

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+
228234
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):
229235

230236
| Preset | Purpose | Provides | Requires | URL |
@@ -236,6 +242,9 @@ To build and publish your own preset, see the [Presets Publishing Guide](presets
236242

237243
## 🚶 Community Walkthroughs
238244

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+
239248
See Spec-Driven Development in action across different scenarios with these community-contributed walkthroughs:
240249

241250
- **[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
254263

255264
## 🛠️ Community Friends
256265

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+
257269
Community projects that extend, visualize, or build on Spec Kit:
258270

259271
- **[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.

extensions/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ specify extension search # Now uses your organization's catalog instead of the
2424

2525
### Community Reference Catalog (`catalog.community.json`)
2626

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+
2730
- **Purpose**: Browse available community-contributed extensions
2831
- **Status**: Active - contains extensions submitted by the community
2932
- **Location**: `extensions/catalog.community.json`
@@ -68,6 +71,9 @@ specify extension add <extension-name> --from https://github.com/org/spec-kit-ex
6871

6972
## Available Community Extensions
7073

74+
> [!NOTE]
75+
> 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+
7177
🔍 **Browse and search community extensions on the [Community Extensions website](https://speckit-community.github.io/extensions/).**
7278

7379
See the [Community Extensions](../README.md#-community-extensions) section in the main README for the full list of available community-contributed extensions.

presets/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ Presets **override**, they don't merge. If two presets both provide `spec-templa
6767

6868
Presets are discovered through catalogs. By default, Spec Kit uses the official and community catalogs:
6969

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.
72+
7073
```bash
7174
# List active catalogs
7275
specify preset catalog list

0 commit comments

Comments
 (0)