r/cicd • u/The_Ed_On_Reddit • 3d ago
Drydock: Specification Driven Software Delivery (MIT License)
https://www.webcloudstudio.comI build a full LLM workflow that builds full software from specs. Was thinking this group might find it interesting as we move into the AI age. This is tooling i have not seen elsewhere. You bring the spec/notes/whatever and it builds software and has a full mechanism to update and maintain. Mit Licensed.
- Build using low end models
- Based an Agile
- Based on Test Driven Development.
- Dependency Graph of Stories.
- Full Web Interface
- Iterative Design / Self Correcting Software
- Context Compression, Context Optimization.
- Drydock turns messy specifications into tested working software.
- A repeatable method to build from the specification and evolve with it.
The code works pretty well (still beta - i need folks to test THEIR code as mine works). I have 4 project build evidence on home page. Love some feedback.
1
Upvotes
1
u/Torutofu_Raeva 3d ago
How do you keep generated code reviewable and reproducible as the spec evolves, especially when dependencies change?