specs/002 and beyond #531
eumatheusgomes
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd be curious to hear how Spec Kit users are iterating and growing their projects.
I've been trying to start with just scaffolding + the smallest set of foundational functionality and then going through the process again and again for each added feature.
For example, let's consider an e-commerce platform. First iteration (specs/001) one would specify an admin panel scaffold with authentication + user profile management. Next (specs/002), one would specify a product catalog admin. Then (specs/003), user-facing product catalog. Then (specs/004), wish list. Then (specs/005), shopping cart. And so on.
It improved the final result, compared to specifying the whole thing from the get go.
Did anyone try similar approach?
Beta Was this translation helpful? Give feedback.
All reactions