You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m looking for best practices on how to handle the creation of multiple specs and how to work with them over time.
Consider a project where multiple specs are created for different features. For example, an initial spec defines the MVP, and subsequent specs extend this MVP with additional features. These later specs often build on a kind of “foundation” established by the MVP spec.
Currently, each spec is created in its own feature branch, with no awareness of the others.
So how should this be handled?
Should new feature branches be created from the existing 001-mvp branch?
How do you manage this when multiple people are working on spec definitions and later on the specifications and the implementations themselves?
So far, everything I’ve read about spec-kit feels quite “waterfall-like” to me :-(
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Moin folks,
I’m looking for best practices on how to handle the creation of multiple specs and how to work with them over time.
Consider a project where multiple specs are created for different features. For example, an initial spec defines the MVP, and subsequent specs extend this MVP with additional features. These later specs often build on a kind of “foundation” established by the MVP spec.
Currently, each spec is created in its own feature branch, with no awareness of the others.
So how should this be handled?
Should new feature branches be created from the existing 001-mvp branch?
How do you manage this when multiple people are working on spec definitions and later on the specifications and the implementations themselves?
So far, everything I’ve read about spec-kit feels quite “waterfall-like” to me :-(
Beta Was this translation helpful? Give feedback.
All reactions