WorkR25/Internal-Engineering-Task-Management-System ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple internal task management system for an engineering team.

I want people to be able to create tasks, update them, assign them to someone, track status, and view a clear list of what is open, in progress, or done. It should feel like something a small team could actually use every day, with basic task details, comments or notes if that fits naturally, and a clean way to organize work.

Use TypeScript and whatever setup is already in the project, including the database layer that’s there. Keep it practical and straightforward, with sensible defaults and a good developer experience. If anything important is missing, make reasonable choices and look up current docs online if you need to.

Please wire up the core app end to end so it’s usable, not just a skeleton.