How to use spec-kit with an existing project? #463
Answered
by
czei
dineshveguru
asked this question in
Q&A
|
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 |
Answered by
czei
Sep 22, 2025
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. |
0 replies
Answer selected by
dineshveguru
|
After that: Places to keep humans
|
0 replies
|
Thanks 😀 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.