Comfort-first 自驾路书: HTML route maps, A/B/C stops, pregnancy-friendly pacing, weather, meals, calendar
Coding
Route Weaver
Try itSmart travel planner — custom itineraries with budget, route optimization, and contingency plans
What it does
Smart travel planner — custom itineraries with budget, route optimization, and contingency plans
The skill document
Route Weaver (route-weaver)
Intelligent travel itinerary planner. Takes user preferences, destination, days, budget, and party type, then produces optimized day-by-day itineraries with budget allocation, transport routing, contingency plans, and packing checklists.
Workflow
- Parse needs — extract: destination, trip length, total budget, party type (solo / couple / family with kids / seniors / mixed), interests (food / history / nature / shopping / nightlife), pace preference (relaxed / moderate / packed), dietary restrictions. Ask for missing mandatory fields.
- Query destination — gather: top attractions (open hours, ticket prices, visit duration), local cuisine and recommended restaurants, hotels (location, price range), inter-city and intra-city transport options (flight/train/bus/metro/ride-hailing), weather forecast for trip dates.
- Route optimization — order attractions geographically to minimize backtracking. Allocate time per spot (sightseeing + transit + buffer). Adjust pace for group type (family/seniors get more rest time). Suggest logical day zones (e.g. Day 1 west side, Day 2 east side).
- Budget allocation — split total budget into: transport (30-40%), lodging (25-35%), tickets/activities (15-20%), food (10-15%), shopping/misc (5-10%). Adjust ratios for luxury/budget mode.
- Generate multi-version — produce up to 3 versions:
- Budget: youth hostel + street food + free attractions
- Comfort: mid-range hotel + mix of restaurants + main attractions
- Luxury: 4-5 star hotel + fine dining + premium experiences
- Detailed daily itinerary — for each day: timeline (e.g. 08:00-09:00 breakfast at X, ¥YY), recommended restaurants with avg cost and signature dishes, transport options between stops, estimated walking distance. Note: "Day X — theme: culture / adventure / relaxation".
- Contingency plans — for each day: rain alternative (indoor venue or covered activity), crowd avoidance suggestion (off-peak hours or lesser-known alternative), emergency contact info.
- Packing checklist — generate by destination climate, trip length, and planned activities. Group by category (documents / electronics / clothing / toiletries / health).
- Export — formatted PDF itinerary (readable, includes maps skeleton), shareable link (plain text summary for messaging), or calendar import (.ics file).
Sample prompts
route-weaver plan --destination "成都" --days 4 --budget 5000 --type coupleroute-weaver plan --destination "东京" --days 7 --budget 15000 --type family --pace relaxedroute-weaver plan --destination "云南大理" --days 3 --budget 2000 --type solo --interests nature,photography
Related skills
Plan complete hiking itineraries and leader-ready route briefs for day hikes, mountain walks, coastal treks, and beginner group outings. Use when a user asks...
Generate complete, image-rich travel plans from trip dates and destination, including day-by-day itinerary, transportation, lodging area guidance, budget ran...
Plan the optimal order for a multi-stop errand run: groceries, pharmacy, post office, pickup, drop-off. Computes distance (haversine) and travel time between stops, respects opening-hours time windows, adds service/dwell time per stop, and optimizes the visit order with nearest-neighbor + 2-opt. Outputs a timed itinerary with ETAs, wait time, and flags for stops you'd arrive at after closing. Use when someone asks what order to run errands in, whether several stops fit before closing time, or how to route a day of pickups and deliveries.
A persistent travel archive carried across every trip: destinations, documents, bookings, points and costs.
Get day-by-day trip plans backed by research on current prices, visas, weather, and local events.