|
35 | 35 | - [📋 Detailed Process](#-detailed-process) |
36 | 36 | - [🔍 Troubleshooting](#-troubleshooting) |
37 | 37 | - [💬 Support](#-support) |
38 | | -- [🤝 Community Friends](#-community-friends) |
39 | 38 | - [🙏 Acknowledgements](#-acknowledgements) |
40 | 39 | - [📄 License](#-license) |
41 | 40 |
|
@@ -177,7 +176,9 @@ See Spec-Driven Development in action across different scenarios with these comm |
177 | 176 |
|
178 | 177 | ## 🛠️ Community Friends |
179 | 178 |
|
180 | | -Community-built tools that integrate with Spec Kit to enhance the SDD workflow: |
| 179 | +Community projects that extend, visualize, or build on Spec Kit: |
| 180 | + |
| 181 | +- **[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. |
181 | 182 |
|
182 | 183 | - **[Spec Kit Assistant](https://marketplace.visualstudio.com/items?itemName=rfsales.speckit-assistant)** — A VS Code extension that provides a visual orchestrator for the full SDD workflow (constitution → specification → planning → tasks → implementation) with phase status visualization, an interactive task checklist, DAG visualization, and support for Claude, Gemini, GitHub Copilot, and OpenAI backends. Requires the `specify` CLI in your PATH. |
183 | 184 |
|
@@ -784,14 +785,6 @@ rm gcm-linux_amd64.2.6.1.deb |
784 | 785 |
|
785 | 786 | For support, please open a [GitHub issue](https://github.com/github/spec-kit/issues/new). We welcome bug reports, feature requests, and questions about using Spec-Driven Development. |
786 | 787 |
|
787 | | -## 🤝 Community Friends |
788 | | - |
789 | | -Projects that extend, visualize, or build on Spec Kit: |
790 | | - |
791 | | -| Project | Description | |
792 | | -|---------|-------------| |
793 | | -| [cc-sdd](https://github.com/rhuss/cc-sdd) | Claude Code plugin that adds composable traits on top of Spec Kit: [Superpowers](https://github.com/obra/superpowers)-based quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams. | |
794 | | - |
795 | 788 | ## 🙏 Acknowledgements |
796 | 789 |
|
797 | 790 | This project is heavily influenced by and based on the work and research of [John Lam](https://github.com/jflam). |
|
0 commit comments