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 am planning to introduce Spec Kit into an existing project.
My current idea is to establish a structure where each Component or Page has its own corresponding file.spec.md
Before I start, I wanted to open a discussion on the following points:
1. Reverse Engineering for Documentation & Testing:
I am considering using an LLM to read the existing source code of a page to generate the initial .
My goal is to use this generated spec not only for onboarding new team members but also as a basis for the LLM to implement automated tests.
Do you think this workflow (Code spec.md > Spec > Auto-tests) is viable and adds value?
2. Migration Workflows:
Could anyone share their experience with introducing Spec Kit into an ongoing project?
I would love to hear how you planned the migration or any best practices you recommend.
Any suggestions or feedback would be greatly appreciated!
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.
-
Hi everyone,
I am planning to introduce Spec Kit into an existing project.
My current idea is to establish a structure where each Component or Page has its own corresponding file.spec.md
Before I start, I wanted to open a discussion on the following points:
1. Reverse Engineering for Documentation & Testing:
I am considering using an LLM to read the existing source code of a page to generate the initial .
My goal is to use this generated spec not only for onboarding new team members but also as a basis for the LLM to implement automated tests.
Do you think this workflow (Code spec.md > Spec > Auto-tests) is viable and adds value?
2. Migration Workflows:
Could anyone share their experience with introducing Spec Kit into an ongoing project?
I would love to hear how you planned the migration or any best practices you recommend.
Any suggestions or feedback would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions