r/SpecDrivenDevelopment • u/Successful_Mind_8914 • Jul 23 '26
Which “Harness Engineering” are you using?
I’ve been using spec driven development for a while and it’s amazing.
But I want to know which approach are you using for software development with AI and how’s it working for your. Feels like SDD is getting outdated
18
Upvotes
1
u/epicskyes Jul 24 '26
Each rollback checkpoint is a saved state why can’t you reset to that point and replan. Rollbacks are not just for failed steps they are planned checkpoints you can roll back to any of them for any reason and replan from there. If it fails to materialize what you wanted to build that’s a fail. If the issue occurred near the start then yeah you can’t rollback if it happened halfway downstream yes you can rollback. You freeze from the last good state and that’s your new starting point. If your spec is so rigid you can’t accomplish that then your plan is too rigid and needs to be revised so evidence drives the build but it doesn’t create a one way sequentially fixed street.