puneetMobile/ai-engineering-productivity-assistant ? reverse-engineered prompt

Reverse engineered prompt

Build me a small Spring Boot service that takes an engineering ticket and turns it into a clear delivery plan.

I want a REST API where I can send a ticket summary, some code context, and a risk level, then get back a structured response with implementation steps, a review checklist, and the main risks. Keep it safe and deterministic for now, so it runs locally without needing any external AI service, and make it feel like a real planning tool rather than an autonomous agent.

Please include basic validation, clean JSON responses, and a few tests that prove it works. The service should make it obvious that the output is only a proposal and still needs human review before anything is executed.

If anything is unclear, look up current Spring Boot docs online if you need to, but keep the solution simple and practical.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab