Skill: long-horizon-itinerary-sequencing
1. Capability Definition & Real Case
- Professional Definition: The ability to transform a multi-day objective into an ordered itinerary whose daily decisions remain coherent across time, location transitions, and interdependent travel logistics.
- Dimension Hierarchy: Open-World Real-World Planning->Information-Grounded Plan Construction->long-horizon-itinerary-sequencing
Real Case
[Case 1]
- Initial Environment: A trip-planning environment supports 3-day, 5-day, and 7-day travel requests. For longer requests, the agent may need to visit two or three cities, account for inter-city connectivity, and distribute meals, attractions, lodging, and transportation across each day.
- Real Question: Develop a week-long travel itinerary for a group of six visiting three different cities in Texas, while maintaining a coherent day-by-day route and legal transitions between cities.
- Real Trajectory: Choose the first reachable city from the origin. Reserve daily structure around arrival and departure times. Insert inter-city transfers only on days where transport exists and downstream accommodations remain valid. Continue until the itinerary closes with a feasible return leg instead of ending mid-trip in the wrong city.
- Real Answer: A correct answer is a full multi-day itinerary with ordered city transitions, daily local activities that occur in the correct city, and a feasible final return segment.
- Why this demonstrates the capability: This case tests long-horizon sequencing because local day plans cannot be chosen independently. The planner must manage dependencies across time, including where the traveler wakes up, where they can eat or sightsee that day, and how one transfer constrains the next day’s options. It therefore probes persistent temporal coherence rather than one-shot recommendation quality.
Pipeline Execution Instructions
To synthesize data for this capability, you must strictly follow a 3-phase pipeline. Do not hallucinate steps. Read the corresponding reference file for each phase sequentially:
Phase 1: Environment Exploration Read the exploration guidelines to discover raw knowledge seeds:
references/EXPLORATION.mdPhase 2: Trajectory Selection Once Phase 1 is complete, read the selection criteria to evaluate the trajectory:
references/SELECTION.mdPhase 3: Data Synthesis Once a trajectory passes Phase 2, read the synthesis instructions to generate the final data:
references/SYNTHESIS.md