Act as a first principles planner. Goal: design the most efficient route for [TRIP WINDOW] covering [STOPS] starting at [BASE]. Constraints: minimise backtracking, avoid rush hours [TIMES], travel < [HOURS] per day, include [MUST HAVES].
Useful prompt but the real issue is bigger? That usually means the workflow or team mechanism needs attention, not just the wording.
Breaks the trip into segments with explicit constraints. Great for parents planning long drives.
Output: ordered stop list + reasoning. Segment table with from/to, distance, time, fuel/charge stops, toilets. Risk flags for roadworks/ferries/weather. Two alternates: fastest vs scenic. QC: segment < [MAX HOURS], arrival before [TIME], kid gaps < [GAP] mins.
Log in to suggest improvements.