Itinerary planning
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill itinerary-planningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
How to construct a 7-day, pet-friendly travel itinerary for three Ohio cities starting from Minneapolis without using flights. Use this skill for planning, organizing the itinerary data, and formatting the final JSON output.
SKILL.md
1.4 KB, 297 tokens by cl100k_base, as published. Nobody here has run it
Itinerary Planning Skill
Overview
This skill outlines the process for building a 7-day, non-flight travel itinerary across three cities in Ohio, starting from Minneapolis.
Planning Steps
- Identify Cities: Select three cities in Ohio from
data/background/citySet.txtorcitySet_with_states.txt. - Timeline: Plan the 7 days (March 17th - March 23rd, 2022).
- Route: Plan the driving route from Minneapolis to the first Ohio city and between subsequent Ohio cities.
- Logistics: Ensure accommodations are marked as pet-friendly (check
data/accommodations/). - Cuisine: Plan daily meals (American, Mediterranean, Chinese, Italian).
- Activities: Select attractions from
data/attractions/.
JSON Format
Your final output must be a single JSON object at /app/output/itinerary.json with:
plan: Array of 7 day objects (day, current_city, transportation, breakfast, lunch, dinner, attraction, accommodation).data_sources: Array of file paths used for the plan.
Constraints
- NO FLIGHTS: Use road travel only.
- BUDGET: Maximum $5,100.
- PETS: Accommodations MUST be pet-friendly.
- DURATION: 7 days.
- LOCATIONS: Three cities in Ohio.