I regularly use AI assistants like ChatGPT (instead of @devoxxgenie.bsky.social or @intellijidea.com assistant) and I've seen that it helps a lot with coding questions if you provide some initial project context/information.
Comments
Log in with your Bluesky account to leave a comment
Comments
- Java version
- Maven dependencies
- The README (for context)
- A couple of reference files, what I want the code to look like.
To avoid me having to write this initial prompt every time, for each project, I've created a very simple Maven plugin called promptsmith.
It works well enough for me (as it is), but is far from a polished tool, however... feel free to give it a spin and improve on the idea:
https://github.com/royvanrijn/promptsmith