Recommended approach for brownfield development #331
Replies: 5 comments 4 replies
-
|
A really powerful approach is to have the agent go and research your existing codebase and write it down in a research doc. Then you refer to that research doc from the specs that you are writing. Think about the doc as being a "compressed view" of your codebase. |
Beta Was this translation helpful? Give feedback.
-
|
I have the same question: how to install this into existing projects. I assume its an MCP server, but the installation process is very odd, assumming there's no existing code: uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME> Where are the instructions to just install the MCP server into a commandline AI platform? |
Beta Was this translation helpful? Give feedback.
-
|
At the very least, do something like /init with Claude and then review it... |
Beta Was this translation helpful? Give feedback.
-
|
I'd love to see an "ingester" agent/capability or, as @jeremyeder mentions,
What is not clear to me is the outputs, which may well include recognizing security, technical concerns, poor practices, TODOs, etc |
Beta Was this translation helpful? Give feedback.
-
|
As mentioned here, maybe we can check how well repomix does? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an existing application (microservice architecture with many APIs) that wasn’t originally defined in spec-kit.
What is the recommended approach to importing/syncing those existing API definitions (and other relevant information/decisions that would be captured in the spec-kit format had i started using it from the start) so spec-kit is aware of them through it's structured format so that future development can build on top of what’s already there?
Beta Was this translation helpful? Give feedback.
All reactions