jeyprabu/leetcode-coach ? reverse-engineered prompt
Reverse engineered prompt
Build me a local CLI app that acts like a LeetCode coach for practicing coding problems.
I want to pick a problem by ID, get a short analysis of what kind of solution it needs, then work through my own idea and receive up to 3 progressively better hints if I’m stuck. If my answer looks good, it should explain whether I solved it and then give time and space complexity feedback. If I stop halfway through, I want to be able to come back later with a session ID and resume exactly where I left off.
Please keep everything running locally with Ollama, so I don’t need an external API key. Use a simple JSON file for the problem list, and save session state in SQLite so the workflow can be paused and restored. Make it feel like a real interactive terminal app with a clean menu, and include tests for the hint limit, routing, and loading problems correctly. If you need to check current docs for any library behavior, look them up online.
Are you gonna build this?
make sure you review the code using arcumet