A route optimization tool that optimizes travel routing and minimizes travel time and cost. The 'itinerary-designer' agent must use this skill's route optimization algorithms, transport comparison matrices, and time block allocation rules when designing daily routes. Used for 'route optimization', 'travel routes', 'transport comparison', etc. Budget calculation and local information are outside this skill's scope.
Daily visit route optimization, transport selection, and time block allocation strategies.
1. Clustering: Group nearby attractions on the same day
2. Circular routes: Accommodation→Sightseeing→Accommodation loop (no zigzagging)
3. Time alignment: Reflect operating hours/day-of-week constraints
4. Peak avoidance: Schedule popular attractions early morning or evening
5. Buffer time: Recommend daily transit time under 2 hours
Step 1: Map coordinates for all visit points
Step 2: Cluster by area (within 15-min walk = same cluster)
Step 3: Calculate visit duration per cluster
Step 4: Assign clusters to days (total 8-10 hours per day)
Step 5: Select optimal transport between clusters
Step 6: Arrange time-based schedule (reflecting operating hours)
Step 7: Insert buffer time and meal breaks