Run1 multi city road trip planning
Plan a multi-day road trip across multiple cities without flights, considering driving distances, travel time between destinations, and logical routing to minimize backtracking. Use this when building itineraries that require ground transportation between cities.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run1_multi-city-road-trip-planningAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.3 KB, 187 tokens by cl100k_base, as published. Nobody here has run it
Overview
Road trip planning requires understanding:
- Geographic layout of destination cities
- Driving distances and estimated travel times between cities
- Optimal routing order to minimize total driving time
- Reasonable daily driving distances for leisure travel
- Buffer time for travel days vs. activity days
Key Considerations
- Route Optimization: Visit cities in a logical geographic sequence to avoid excessive backtracking
- Driving Time: Typical leisure travelers prefer 3-5 hour driving days; plan travel days separately from activity days
- Starting Point: Account for distance from origin city (Minneapolis) to first destination
- Multi-City Sequences: For 3 Ohio cities, research their relative positions (e.g., Cleveland, Columbus, Cincinnati form a triangle)
Data Requirements
- Distance/routing data (distance matrix or geographic coordinates)
- City locations within Ohio
- Approximate travel times for road segments
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.