Skanda001/Room-Scheduler-MirAI-Labs ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple room scheduling app in Python that helps keep track of rooms and bookings, and makes it easy to see which rooms are free at a given time. I want to be able to add rooms, create reservations, check for conflicts, and view a clear schedule summary. If it makes sense, include a small demo flow I can run from the command line so I can see it working right away.

Please keep it straightforward and easy to understand, with sensible defaults and helpful output messages. If there’s a good way to include a short project summary or report for presenting the idea, add that too. I’d also like a few basic tests so I can confirm the main scheduling logic works. If you need to look up anything current, feel free to check the docs online before building it.