Should SDD include a discovery and validation loop? #4464
Replies: 1 comment
|
Great observation — and the good news is SDD is meant to be exactly this composable. The linear
So you'd build your |
|
Great observation — and the good news is SDD is meant to be exactly this composable. The linear
So you'd build your |
Uh oh!
There was an error while loading. Please reload this page.
I tried SDD yesterday and found the workflow a bit linear:
spec → plan → tasks → code
In practice, some assumptions in the spec can only be validated by inspecting the existing system and challenging the design against how it actually behaves.
I wonder if the workflow could be more iterative:
discover → spec → challenge → plan → implement → verify → update spec ↻
Or perhaps the workflow should vary depending on the type of system being built.
Curious if others have had a similar experience or if there’s already a recommended approach for this.
All reactions