Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
- [πŸ“‹ Detailed Process](#-detailed-process)
- [πŸ” Troubleshooting](#-troubleshooting)
- [πŸ’¬ Support](#-support)
- [🀝 Community Friends](#-community-friends)
- [πŸ™ Acknowledgements](#-acknowledgements)
- [πŸ“„ License](#-license)

Expand Down Expand Up @@ -177,7 +176,9 @@ See Spec-Driven Development in action across different scenarios with these comm

## πŸ› οΈ Community Friends

Community-built tools that integrate with Spec Kit to enhance the SDD workflow:
Community projects that extend, visualize, or build on Spec Kit:

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

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

Expand Down Expand Up @@ -784,14 +785,6 @@ 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-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

This project is heavily influenced by and based on the work and research of [John Lam](https://github.com/jflam).
Expand Down
Loading