domestic-trip-planning

Researches and plans multi-day domestic trips with hotels, tickets, itineraries, and budgets.

115|9|Updated Aug 5, 2026
One-click install
npx skills add https://github.com/AtlasOmnia/donna-starter --skill domestic-trip-planning-atlasomnia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domestic-trip-planning
Source: https://github.com/AtlasOmnia/donna-starter/tree/main/skills/productivity/domestic-trip-planning
Command: npx skills add https://github.com/AtlasOmnia/donna-starter --skill domestic-trip-planning-atlasomnia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Planning a multi-day domestic trip requires gathering hotel rates, attraction ticket prices, driving distances, and local tips from many scattered sources, then organizing them into a decision-ready plan. This Skill structures that research into a clear, actionable overview before any booking commitment. ## Core Features & Use Cases - Parallel source research: Uses web search snippets, browser snapshots, and fallback strategies to extract pricing from JS-heavy travel and booking sites that block standard extraction. - Structured trip breakdown: Organizes findings by location, ticket tiers, hotel options, trip length, tips, nearby attractions, and active deals, with verified versus estimated pricing clearly labeled. - Group and holiday trip handling: Supports family ski trips and holiday-week planning with per-person and per-subgroup budget splits, airfare benchmarking against DOT/BTS historical data, and hotel policy screening for allergies or accessibility needs. - Use Case: A user asks to plan a 4-day family trip to Graceland. The Skill corrects the city (Memphis, not Nashville), pulls ticket tier pricing, compares hotel rates and stay packages, estimates driving time, and ends with a decision checklist for dates and budget. ## Quick Start Ask the assistant to research and plan a multi-day trip to a specific destination, including hotels, attraction tickets, driving distances, and a budget estimate.

Frequently Asked Questions about domestic-trip-planning

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a multi-day domestic trip with hotel and ticket pricing?

Provide your destination, dates, and traveler count, and the Skill researches ticket tiers, hotel rates, driving distances, and local tips in parallel. It presents a structured breakdown with verified versus estimated pricing and ends with decision prompts for dates and budget.

What should I do when travel booking sites block web extraction?

Use search result snippets first, since Google snippets often contain ticket prices and hotel rates from structured data. If that fails, try browser navigation with snapshots, then search official site press releases or third-party aggregators, and never retry a Cloudflare-blocked page more than once.

How can I tell if a current airfare is a good deal or worth waiting on?

Compare the live exact-date fare against official DOT/BTS city-pair quarterly averages and Google Flights trend signals. Treat the historical average as a benchmark rather than a forecast, since holiday weeks and group bookings legitimately price above route averages.

Does this handle group trips where people pay separately?

Yes, it records the payment structure upfront and produces both per-person figures and subgroup totals with an explicit split rule. Shared costs like lodging and transport are divided by a stated rule, and costs like ski passes are charged only to actual participants.

Why does hotel price extraction fail on IHG and similar booking sites?

These React-based sites block standard extraction and hide prices in compact snapshots. The working approach uses full browser snapshots plus JavaScript TreeWalker extraction, with aggressive scrolling to defeat lazy loading, and avoids browser vision which hallucinates hotel names and rates.

What are the limitations of snippet-based travel pricing?

Snippets reflect meta descriptions and structured data, which may be outdated or route-level teasers rather than exact-date fares. The Skill labels snippet-sourced prices distinctly from live booking results and never presents third-party aggregator claims as official pricing.