benjaminwfriedman/motion-clone — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Motion.ai style scheduler in Python. I want to enter tasks with a name, estimated duration, deadline, priority, and maybe a preferred day or time window, then have the app automatically place them into my available calendar hours.
Use Google OR Tools to make the schedule, so it tries to fit everything in a sensible way, puts urgent and important tasks first, avoids overlaps, and shows me which tasks could not fit. Keep it lightweight, it can be a script or notebook for now, with clear sample data and an easy way to change the inputs.
Please make the output readable for a normal person, like a daily agenda with start times, end times, task names, and any warnings. Add comments so I can understand what is happening and tweak things later. If you need current OR Tools details, look them up online.
Want more depth? Deep Reverse