Skip to content

Commit 71e6b4d

Browse files
Copilotmnriem
andauthored
Add Community Walkthroughs section to README (#1766)
* Initial plan * Add Community Walkthroughs section to README.md Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mnriem <15701806+mnriem@users.noreply.github.com>
1 parent ad74334 commit 71e6b4d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
- [🤔 What is Spec-Driven Development?](#-what-is-spec-driven-development)
2323
- [⚡ Get Started](#-get-started)
2424
- [📽️ Video Overview](#️-video-overview)
25+
- [🚶 Community Walkthroughs](#-community-walkthroughs)
2526
- [🤖 Supported AI Agents](#-supported-ai-agents)
2627
- [🔧 Specify CLI Reference](#-specify-cli-reference)
2728
- [📚 Core Philosophy](#-core-philosophy)
@@ -139,6 +140,16 @@ Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.c
139140

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

143+
## 🚶 Community Walkthroughs
144+
145+
See Spec-Driven Development in action across different scenarios with these community-contributed walkthroughs:
146+
147+
- **[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.
148+
149+
- **[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.
150+
151+
- **[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.
152+
142153
## 🤖 Supported AI Agents
143154

144155
| Agent | Support | Notes |

0 commit comments

Comments
 (0)