Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
|
There is a feature for the feature and branch names here: Regarding the question, I think that we should not try to resolve all the company problems with Spec-Kit, it won't be the only tool in a scaled company. One good flow would be: The Product team already created the PRD/Requirements Doc and the feasibility was already discussed with technical people, the company already has a architectural guidance doc in a the shared wiki, your TDD/Solution Design can use spec kit, but probably it will be better stored in another shared doc than centralized in the repo. I see spec-kit as one tool for the teams, the squad, the squad always has its own nuances and approaches based on their system, so one shared constitution, based on the PRD and approved TDD you slice it to avoid context rot and start using spec kit in slices of it to plan the stages of the development within the squad. At least this is the way I feel it fits better. |
Beta Was this translation helpful? Give feedback.
-
|
You won't be able to use spec kit in a team:
You have to understand that speckit is hypegrift growth hacking for github, they're only focusing on converting all the new comers who are solo vibe "coders" into github customers. If it was a serious team SDD framework it wouldn't be so heavily dependant on git. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
When we run the
/specifycommand, it creates a new specs folder that is numerically incremented (001, 002, 003...).This works well when you're developing a project by yourself. However, when you are working in a team and everyone branches off a common branch to develop different features, their number will naturally conflict. Is this the intended way that spec-kit is designed to work?
Beta Was this translation helpful? Give feedback.
All reactions