# Show GN: SDDP, 논의와 스펙 그리고 구현과의 관계를 조망하는 도구

> Clean Markdown view of GeekNews topic #27729. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=27729](https://news.hada.io/topic?id=27729)
- GeekNews Markdown: [https://news.hada.io/topic/27729.md](https://news.hada.io/topic/27729.md)
- Type: show
- Author: [knyang](https://news.hada.io/@knyang)
- Published: 2026-03-22T11:32:54+09:00
- Updated: 2026-03-22T11:32:54+09:00
- Original source: [github.com/yang-gyunam](https://github.com/yang-gyunam/sddp)
- Points: 1
- Comments: 0

## Topic Body

SDDP(Spec-Driven Design Platform) 는 팀의 논의와 합의를 구조화된 Spec으로 정리하고, 이후 코드가 그 Spec 과 어떻게 연관되어지는지 추적하는 도구입니다.  
  
핵심 흐름은 이렇습니다:  
Conversation → Requirement → Spec → Code  
승인된 Spec은 잠금 처리되고, 변경은 버전 관리됩니다.  
  
기술 스택은 Svelte 5 + TypeScript (프론트엔드), .NET 10 / C# (백엔드), PostgreSQL + Redis이며, Docker 로 로컬에서 바로 띄워볼 수 있습니다.  
  
현재 공개 레포에는 애플리케이션 런타임, 공개 테스트, 그리고 OnBrick 쇼케이스 시나리오가 포함되어 있어 실제 Spec 관리 흐름을 체험해보실 수 있습니다.  
  
https://github.com/yang-gyunam/sddp

## Comments



_No public comments on this page._
