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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [⚑ Get Started](#-get-started)
- [πŸ“½οΈ Video Overview](#️-video-overview)
- [🚢 Community Walkthroughs](#-community-walkthroughs)
- [πŸ› οΈ Community Friends](#️-community-friends)
- [πŸ€– Supported AI Agents](#-supported-ai-agents)
- [πŸ”§ Specify CLI Reference](#-specify-cli-reference)
- [🧩 Making Spec Kit Your Own: Extensions & Presets](#-making-spec-kit-your-own-extensions--presets)
Expand Down Expand Up @@ -173,6 +174,12 @@ See Spec-Driven Development in action across different scenarios with these comm

- **[Greenfield Spring Boot + React with a custom extension](https://github.com/mnriem/spec-kit-aide-extension-demo)** β€” Walks through the **AIDE extension**, a community extension that adds an alternative spec-driven workflow to spec-kit with high-level specs (vision) and low-level specs (work items) organized in a 7-step iterative lifecycle: vision β†’ roadmap β†’ progress tracking β†’ work queue β†’ work items β†’ execution β†’ feedback loops. Uses a family trading platform (Spring Boot 4, React 19, PostgreSQL, Docker Compose) as the scenario to illustrate how the extension mechanism lets you plug in a different style of spec-driven development without changing any core tooling β€” truly utilizing the "Kit" in Spec Kit.

## πŸ› οΈ Community Friends

Community-built tools that integrate with Spec Kit to enhance the SDD workflow:

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

## πŸ€– Supported AI Agents

| Agent | Support | Notes |
Expand Down
Loading