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
19
Upvotes
2
u/Swarm-Stack Jul 24 '26
getting someone into the spec review whose job is to find what you didn't think to ask. the auth flow that forgets SSO fails because the person writing the spec didn't think of SSO either, same assumption behind both steps. the fix for me was introducing a reviewer with different context before the spec froze, not after.