|
22 | 22 | - [🤔 What is Spec-Driven Development?](#-what-is-spec-driven-development) |
23 | 23 | - [⚡ Get Started](#-get-started) |
24 | 24 | - [📽️ Video Overview](#️-video-overview) |
25 | | -- [🧩 Community Extensions](#-community-extensions) |
26 | | -- [🎨 Community Presets](#-community-presets) |
27 | | -- [🚶 Community Walkthroughs](#-community-walkthroughs) |
28 | | -- [🛠️ Community Friends](#️-community-friends) |
| 25 | +- [🌍 Community](#-community) |
29 | 26 | - [🤖 Supported AI Coding Agent Integrations](#-supported-ai-coding-agent-integrations) |
30 | 27 | - [🔧 Specify CLI Reference](#-specify-cli-reference) |
31 | 28 | - [🧩 Making Spec Kit Your Own: Extensions & Presets](#-making-spec-kit-your-own-extensions--presets) |
@@ -112,31 +109,19 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c |
112 | 109 |
|
113 | 110 | [](https://www.youtube.com/watch?v=a9eR1xsfvHg&pp=0gcJCckJAYcqIYzv) |
114 | 111 |
|
115 | | -## 🧩 Community Extensions |
| 112 | +## 🌍 Community |
116 | 113 |
|
117 | | -Community-contributed extensions add new commands, hooks, and capabilities to Spec Kit. See the full list on the [Community Extensions](https://github.github.io/spec-kit/community/extensions.html) page. |
| 114 | +Explore community-contributed resources on the [Spec Kit docs site](https://github.github.io/spec-kit/): |
118 | 115 |
|
119 | | -> [!NOTE] |
120 | | -> Community extensions are independently created and maintained by their respective authors. Maintainers only verify that catalog entries are complete and correctly formatted — they do **not review, audit, endorse, or support the extension code itself**. Review extension source code before installation and use at your own discretion. |
121 | | -
|
122 | | -To submit your own extension, see the [Extension Publishing Guide](extensions/EXTENSION-PUBLISHING-GUIDE.md). |
123 | | - |
124 | | -## 🎨 Community Presets |
125 | | - |
126 | | -Community-contributed presets customize how Spec Kit behaves — overriding templates, commands, and terminology without changing any tooling. See the full list on the [Community Presets](https://github.github.io/spec-kit/community/presets.html) page. |
| 116 | +- [Extensions](https://github.github.io/spec-kit/community/extensions.html) — commands, hooks, and capabilities |
| 117 | +- [Presets](https://github.github.io/spec-kit/community/presets.html) — template and terminology overrides |
| 118 | +- [Walkthroughs](https://github.github.io/spec-kit/community/walkthroughs.html) — end-to-end SDD scenarios |
| 119 | +- [Friends](https://github.github.io/spec-kit/community/friends.html) — projects that extend or build on Spec Kit |
127 | 120 |
|
128 | 121 | > [!NOTE] |
129 | | -> Community presets are third-party contributions and are not maintained by the Spec Kit team. Review them carefully before use, and see the docs page above for the full disclaimer. |
130 | | -
|
131 | | -To submit your own preset, see the [Presets Publishing Guide](presets/PUBLISHING.md). |
132 | | - |
133 | | -## 🚶 Community Walkthroughs |
134 | | - |
135 | | -See Spec-Driven Development in action across different scenarios with community-contributed walkthroughs; find the full list on the [Community Walkthroughs](https://github.github.io/spec-kit/community/walkthroughs.html) page. |
136 | | - |
137 | | -## 🛠️ Community Friends |
| 122 | +> Community contributions are independently created and maintained by their respective authors. Review source code before installation and use at your own discretion. |
138 | 123 |
|
139 | | -Community projects that extend, visualize, or build on Spec Kit. See the full list on the [Community Friends](https://github.github.io/spec-kit/community/friends.html) page. |
| 124 | +Want to contribute? See the [Extension Publishing Guide](extensions/EXTENSION-PUBLISHING-GUIDE.md) or the [Presets Publishing Guide](presets/PUBLISHING.md). |
140 | 125 |
|
141 | 126 | ## 🤖 Supported AI Coding Agent Integrations |
142 | 127 |
|
@@ -206,7 +191,7 @@ specify extension add <extension-name> |
206 | 191 |
|
207 | 192 | For example, extensions could add Jira integration, post-implementation code review, V-Model test traceability, or project health diagnostics. |
208 | 193 |
|
209 | | -See the [Extensions reference](https://github.github.io/spec-kit/reference/extensions.html) for the full command guide. Browse the [community extensions](#-community-extensions) above for what's available. |
| 194 | +See the [Extensions reference](https://github.github.io/spec-kit/reference/extensions.html) for the full command guide. Browse the [community extensions](https://github.github.io/spec-kit/community/extensions.html) for what's available. |
210 | 195 |
|
211 | 196 | ### Presets — Customize Existing Workflows |
212 | 197 |
|
|
0 commit comments