How to use spec-kit with an existing project? #463
-
|
We're working on an application, and we've writing code manually without using AI. Now, we want to use github copilot using spec-kit. How should I follow? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Go into the project directory and execute: uvx --from git+https://github.com/github/spec-kit.git specify init --here During the constitution and planning phases you should point the AI at the existing documentation so it can be converted into the spec-kit templates. |
Beta Was this translation helpful? Give feedback.
-
|
After that: Places to keep humans
|
Beta Was this translation helpful? Give feedback.
-
|
Thanks 😀 |
Beta Was this translation helpful? Give feedback.
Go into the project directory and execute:
uvx --from git+https://github.com/github/spec-kit.git specify init --here
During the constitution and planning phases you should point the AI at the existing documentation so it can be converted into the spec-kit templates.