From 8d366784d21cb6e7748daf8278a34d5b95a28598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Tue, 24 Mar 2026 17:05:41 +0100 Subject: [PATCH 1/3] Add Community Friends section with cc-sdd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a new "Community Friends" section to the README for projects that extend or build on Spec Kit. Starts with cc-sdd, a Claude Code plugin that layers composable traits (quality gates, worktree isolation, agent teams) on top of Spec Kit's core workflow. Suggested by @mnriem in discussion #1889. Assisted-By: 🤖 Claude Code Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f82c62c8c..3e65eafcc 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ - [📋 Detailed Process](#-detailed-process) - [🔍 Troubleshooting](#-troubleshooting) - [💬 Support](#-support) +- [🤝 Community Friends](#-community-friends) - [🙏 Acknowledgements](#-acknowledgements) - [📄 License](#-license) @@ -776,6 +777,14 @@ rm gcm-linux_amd64.2.6.1.deb 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. +## 🤝 Community Friends + +Projects that extend, visualize, or build on Spec Kit: + +| Project | Description | +|---------|-------------| +| [cc-sdd](https://github.com/rhuss/cc-superpowers-sdd) | Claude Code plugin that adds composable traits on top of Spec Kit: quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams. | + ## 🙏 Acknowledgements This project is heavily influenced by and based on the work and research of [John Lam](https://github.com/jflam). From e61a931b8ac377d718bc747796c12c990bf2023e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Tue, 24 Mar 2026 17:28:14 +0100 Subject: [PATCH 2/3] Update cc-sdd repo URL after rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assisted-By: 🤖 Claude Code Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e65eafcc..6b4d97e7e 100644 --- a/README.md +++ b/README.md @@ -783,7 +783,7 @@ Projects that extend, visualize, or build on Spec Kit: | Project | Description | |---------|-------------| -| [cc-sdd](https://github.com/rhuss/cc-superpowers-sdd) | Claude Code plugin that adds composable traits on top of Spec Kit: quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams. | +| [cc-sdd](https://github.com/rhuss/cc-sdd) | Claude Code plugin that adds composable traits on top of Spec Kit: quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams. | ## 🙏 Acknowledgements From 300cb9a9a031cc66ef682b9306ae6aa531a3351d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Tue, 24 Mar 2026 17:30:30 +0100 Subject: [PATCH 3/3] Mention Superpowers explicitly in cc-sdd description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assisted-By: 🤖 Claude Code Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4d97e7e..b98427609 100644 --- a/README.md +++ b/README.md @@ -783,7 +783,7 @@ Projects that extend, visualize, or build on Spec Kit: | Project | Description | |---------|-------------| -| [cc-sdd](https://github.com/rhuss/cc-sdd) | Claude Code plugin that adds composable traits on top of Spec Kit: quality gates, spec/code review, git worktree isolation, and parallel implementation via agent teams. | +| [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. | ## 🙏 Acknowledgements