A comparative study of three Spec-Driven Development (SDD) frameworks for AI-assisted software engineering.
docs/
├── references/ # Cloned framework repositories (read-only)
├── framework-analyses/ # Individual framework analyses
├── cross-analyses/ # Cross-framework comparisons
└── adr/ # Architecture Decision Records
| Framework | Description | Repository |
|---|---|---|
| spec-kit | Lightweight SDD toolkit | github.com/spec-kit/spec-kit |
| BMAD | Business-Model-Aligned Development | github.com/bmadcode/BMAD-METHOD |
| OpenSpec | Open specification framework | github.com/openspec-dev/OpenSpec |
git clone https://github.com/bastiengallay/spec-driven-exploration.git
cd spec-driven-exploration
# Clone all reference repositories
just clone-refsTo update the reference repositories:
just pull-refsThis project includes AI-assisted analysis workflows in the .assist/
directory. These provide structured prompts and skill definitions for
conducting framework analyses with AI assistants.
See CONTRIBUTING.md for guidelines on how to contribute.
This project is licensed under the MIT License — see the LICENSE file for details.