Skip to content

Commit 45e4636

Browse files
committed
Merge upstream/main: Add Community Walkthroughs section
# Conflicts: # README.md
2 parents 7834b52 + 71e6b4d commit 45e4636

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ This fork represents the evolution from a development process to a complete orga
4545

4646
- [🤔 What is Spec-Driven Development?](#-what-is-spec-driven-development)
4747
- [⚡ Get Started](#-get-started)
48+
- [📽️ Video Overview](#️-video-overview)
49+
- [🚶 Community Walkthroughs](#-community-walkthroughs)
4850
- [🤖 Supported AI Agents](#-supported-ai-agents)
4951
- [🔧 Specify CLI Reference](#-specify-cli-reference)
5052
- [📚 Core Philosophy](#-core-philosophy)
@@ -442,6 +444,21 @@ For brownfield projects, use `/levelup.init` to scan the entire codebase for pat
442444

443445
For detailed step-by-step instructions, see our [comprehensive guide](./spec-driven.md).
444446

447+
## 📽️ Video Overview
448+
449+
Want to see Spec Kit in action? Watch our [video overview](https://www.youtube.com/watch?v=a9eR1xsfvHg&pp=0gcJCckJAYcqIYzv)!
450+
451+
[![Spec Kit video header](/media/spec-kit-video-header.jpg)](https://www.youtube.com/watch?v=a9eR1xsfvHg&pp=0gcJCckJAYcqIYzv)
452+
453+
## 🚶 Community Walkthroughs
454+
455+
See Spec-Driven Development in action across different scenarios with these community-contributed walkthroughs:
456+
457+
- **[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.
458+
459+
- **[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.
460+
461+
- **[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.
445462
## 🤖 Supported AI Agents
446463

447464
| Agent | Support | Notes |

0 commit comments

Comments
 (0)