Trip research
Skill gautamarora/magical-disneyland/.claude/skills/trip-research
Research for Disneyland trip planning. Searches web content, analyzes Reddit discussions, extracts YouTube transcripts, interprets crowd calendars, and synthesizes findings into actionable recommendations.From its SKILL.md
npx -y skills add gautamarora/magical-disneyland --skill trip-researchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.9 KB, ~1.1k tokens by cl100k_base, as published. Nobody here has run it
Trip Research
Gather and synthesize information for Disneyland trip planning.
Required Resources
IMPORTANT: Before starting research, review these resource files:
-
Web URLs:
resources/web-urls.md- Disney tips database (filter for
"park": "disneyland") - Insider recommendations and strategies
- Pre-vetted web resources
- Disney tips database (filter for
-
YouTube Videos:
resources/youtube-videos.md- Curated list of helpful planning videos
- Transcript extraction instructions
- Recommended channels and topics
These resources provide pre-vetted, high-quality information sources for research.
Quick Start
- Read trip context files:
trip-details.md- Core trip facts and constraintstrip-decisions.md- Existing strategic choicestrip-tracker.md- Current research status and gaps
- Review required resources in
resources/ - Extract research questions from trip-tracker.md
- Extract YouTube transcripts for video content
- Access Disney tips database
- Execute web searches with focused keywords
- Cross-reference sources for accuracy
- Generate actionable summary
- Update trip-tracker.md with research completion status
Research Topics
- Best rides for kids
- Crowd calendar interpretation
- Lightning Lane analysis
- Dining reservation timing
- Character meet-and-greet schedules
- Ride wait time patterns
- Height requirements and rider switch
- Seasonal events and entertainment
- Weather patterns
- Budget optimization
Research Workflow
Phase 1: Information Gathering
- HIGH PRIORITY: Extract YouTube video transcripts (see below)
- HIGH PRIORITY: Use Diseny tips database
- MID PRIORITY: Search for Reddit threads and parse HTML for insights
- LOW PRIORITY: Use web_search for blog posts, articles, official sites
- Look for recent data (within 6 months)
Phase 2: Source Analysis
- Evaluate credibility (official > expert blogs > forums)
- Cross-reference conflicting information
- Note booking deadlines and time-sensitive actions
- Identify research gaps
Phase 3: Synthesis
- Organize findings by category
- Create priority tiers based on party preferences
- Highlight budget considerations
- Note seasonal/timing factors
- Generate recommendation summary
YouTube Transcript Extraction
Use the summarize CLI to extract transcripts from YouTube videos:
# Basic transcript extraction
npx -y @steipete/summarize "https://youtu.be/VIDEO_ID" --youtube auto --extract
# With markdown formatting
npx -y @steipete/summarize "https://www.youtube.com/watch?v=VIDEO_ID" --extract --format md
Output Format
# [Topic] Research Summary
## Quick Takeaways
- Key insight with source
- Key insight with source
- Key insight with source
## Key Findings
[Details organized by category]
## Priority Recommendations
1. High priority (with deadline)
2. Medium priority
3. Nice to have
## Budget Considerations
- Cost breakdown for key decisions
- Money-saving tips
## Sources
- Source 1 [URL]
- Source 2 [URL]
- YouTube: Video Title [URL]
Best Practices
- Prioritize official Disney sources for reservations, hours, pricing
- Use Reddit/forums for insider tips and real experiences
- Use YouTube transcripts for detailed walkthroughs and recent trip reports
- Cross-reference crowd predictions from multiple sources
- Note when information might be outdated
- Consider party-specific factors (ages, heights, interests)
- Flag areas requiring real-time verification during trip
Trip Tracker Updates
After completing research, you MUST update trip-tracker.md:
-
Check boxes for completed research deliverables:
- Best rides for kids →
research/rides-for-kids.md - Crowd calendar analysis →
research/crowd-levels.md - Weather forecast →
research/weather-forecast.md - Dining options research →
research/dining-options.md - Character meet schedules →
research/character-meets.md - Tips resources →
research/amadad-disney-tips.md - Youtube Videos resources →
research/youtube-video-tips.md
- Best rides for kids →
-
Update the Research section status:
- If all research files created: Research ✅ Complete
- If some files created: Research ⏳ In Progress
- If no files created: Research ❌ Not Started
-
Update Phase 1 progress percentage based on completed items
-
Add entry to Recent Activity log:
- YYYY-MM-DD: Completed research phase (or specific research items) -
Update pending actions to reflect next steps (e.g., "Run trip-planner skill")
See trip-tracker-rules.md for complete update specification.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.