An experiment in Spec-Driven Development using VS Code in Agent Mode (with Claude Sonnet 4). This is the repo used in the corresponding YouTube video.
Prompts:
- Meeting all requirements in the copilot-instructions, generate the Base Application as defined in the Specifications/roadmap.md file. For now, ignore all Increments in this roadmap file.
Align: Verify that all requirements are met.
-
Now implement Increment 1 as defined in file roadmap.md.
-
Now implement Increment 2 as defined in file roadmap.md.
-
Now implement Increment 3 as defined in file roadmap.md.
Make sure you have VS Code with the Github Copilot Chat extension.
- git clone https://github.com/mschluper/SpecDrivenDevelopment
- cd SpecDrivenDevelopment
- rm -rf src
- rm -rf tests
- Open Copilot Chat and give it the first prompt
- See the magic happen (with a few confirmation clicks)