Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/family-travel-assistant:build-itineraryThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Command: build-itinerary Slash command: /travel:build-itinerary ## Purpose Assemble a day-by-day itinerary for a confirmed trip. ## Inputs - destination (required): City or region name - dates (required): Date range (e.g., "July 10-20") - interests (optional): Comma-separated list (e.g., "beaches, water sports, local food, one city day") ## Instructions 1. Load `data/family-profile.yaml` for: children's DOBs (to calculate ages at travel), trip types enjoyed, car rental status 2. Load `data/trip-history.yaml` for: past trips to this destination (reference what they loved, restaurant/act...
Slash command: /travel:build-itinerary
Assemble a day-by-day itinerary for a confirmed trip.
data/family-profile.yaml for: children's DOBs (to calculate ages at travel), trip types enjoyed, car rental statusdata/trip-history.yaml for: past trips to this destination (reference what they loved, restaurant/activity notes)dates range/travel:trip-brief."## Day-by-Day Itinerary: [Destination] ([date range])
**Children's ages at travel:** [Child1] ([age]), [Child2] ([age]), ...
**Weather:** [summary] | **Car:** [vehicle type]
---
### Day 1 — [Date] [Day of week] | ARRIVAL DAY
**Morning:** Arrive [airport], pick up rental car
**Afternoon:** Settle in, supermarket run
**Dinner:** [Restaurant] — [cuisine], [area] ([reservation note])
**Drive:** [airport] → accommodation: ~[X] min
---
### Day [N] — [Date] [Day of week] | [ZONE/AREA]
**Morning:** [Activity] — [brief description]
_Duration: ~[X]h | Ages: [suitable for] | Cost: ~€[X]/family_
_[Pre-booking note if applicable]_
**Afternoon:** [Activity or "Free time / pool / beach"]
**Alternative:** [Different activity in same area]
**Rainy day swap:** [Indoor backup]
**Dinner:** [Restaurant] — [cuisine], [area] ([reservation note])
**Driving:** [X] min from accommodation
---
### Day [N] — [Date] [Day of week] | BUFFER DAY
**No planned activities** — beach/pool day, explore neighbourhood
**If restless:** [Low-key optional activity nearby]
**Dinner:** Self-catering / [casual local spot]
---
### Day [N] — [Date] [Day of week] | DEPARTURE DAY
**Morning:** Pack up, check out by [time]
**Drive:** Accommodation → [airport]: ~[X] min
---
## Pre-Booking Checklist
- [ ] [Activity/restaurant] — book by [date], via [url]
## Rainy Day Options
1. [Indoor activity] — [location], [hours], [cost]
2. [Indoor activity] — [location], [hours], [cost]
npx claudepluginhub peerjakobsen/travel-assistant --plugin family-travel-assistant