This repository is created as part of the Vibe Coding / Coding with LLMs workshop to compare and contrast:
- Vibe Coding: Rapid, conversational, iterative prototyping without formal specifications (built on the
vibe-codingbranch). - Spec-Driven Development (SDD): Predictable, specification-first development using the OpenSpec framework (built on the
sddbranch).
The goal is to build the same Simple Notes App on both branches using their respective approaches to highlight the differences in code quality, predictability, regression risk, and development velocity.