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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [πŸ€” What is Spec-Driven Development?](#-what-is-spec-driven-development)
- [⚑ Get Started](#-get-started)
- [πŸ“½οΈ Video Overview](#️-video-overview)
- [🚢 Community Walkthroughs](#-community-walkthroughs)
- [πŸ€– Supported AI Agents](#-supported-ai-agents)
- [πŸ”§ Specify CLI Reference](#-specify-cli-reference)
- [πŸ“š Core Philosophy](#-core-philosophy)
Expand Down Expand Up @@ -139,6 +140,16 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c

[![Spec Kit video header](/media/spec-kit-video-header.jpg)](https://www.youtube.com/watch?v=a9eR1xsfvHg&pp=0gcJCckJAYcqIYzv)

## 🚢 Community Walkthroughs

See Spec-Driven Development in action across different scenarios with these community-contributed walkthroughs:

- **[Greenfield .NET CLI tool](https://github.com/mnriem/spec-kit-dotnet-cli-demo)** β€” Builds a Timezone Utility as a .NET single-binary CLI tool from a blank directory, covering the full spec-kit workflow: constitution, specify, plan, tasks, and multi-pass implement using GitHub Copilot agents.

- **[Greenfield Spring Boot + React platform](https://github.com/mnriem/spec-kit-spring-react-demo)** β€” Builds an LLM performance analytics platform (REST API, graphs, iteration tracking) from scratch using Spring Boot, embedded React, PostgreSQL, and Docker Compose, with a clarify step and a cross-artifact consistency analysis pass included.

- **[Brownfield ASP.NET CMS extension](https://github.com/mnriem/spec-kit-aspnet-brownfield-demo)** β€” Extends an existing open-source .NET CMS (CarrotCakeCMS-Core) with two new features β€” cross-platform Docker Compose infrastructure and a token-authenticated headless REST API β€” demonstrating how spec-kit fits into existing codebases without prior specs or a constitution.

## πŸ€– Supported AI Agents

| Agent | Support | Notes |
Expand Down