Research for Disneyland trip planning. Searches web content, analyzes Reddit discussions, extracts YouTube transcripts, interprets crowd calendars, and synthesizes findings into actionable recommendations.
Gather and synthesize information for Disneyland trip planning.
IMPORTANT: Before starting research, review these resource files:
Web URLs: resources/web-urls.md
"park": "disneyland")YouTube Videos: resources/youtube-videos.md
These resources provide pre-vetted, high-quality information sources for research.
trip-details.md - Core trip facts and constraintstrip-decisions.md - Existing strategic choicestrip-tracker.md - Current research status and gapsresources/Phase 1: Information Gathering
Phase 2: Source Analysis
Phase 3: Synthesis
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
# [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]
After completing research, you MUST update trip-tracker.md:
Check boxes for completed research deliverables:
research/rides-for-kids.mdresearch/crowd-levels.mdresearch/weather-forecast.mdresearch/dining-options.mdresearch/character-meets.mdresearch/amadad-disney-tips.mdresearch/youtube-video-tips.mdUpdate the Research section status:
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.