caelum/calopsita — reverse-engineered prompt

Reverse engineered prompt

I want this repo turned into a simple web app for agile team project management. The main goal is that a small team can create projects, add work items, organize them into iterations or milestones, assign people, set priority and status, and see what is in progress, done, or blocked. It should feel straightforward and useful, not like a huge enterprise tool.

Please use the Java web app setup that is already in the project and wire up whatever pages, data models, and persistence are needed so the basics actually work end to end. A team should be able to log in, manage its projects, and update work as things move. If there is already partial code here, build on it instead of starting over.

Keep the interface clean and easy to understand. Add sensible sample data if that helps. If anything is unclear, look up current docs online and make practical choices that fit the existing project.

Want more depth? Deep Reverse