From parkpal-content
Use when starting content generation for a new park, resuming interrupted work, or managing the overall attraction content pipeline across parks and lands
How this skill is triggered — by the user, by Claude, or both
Slash command
/parkpal-content:orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Coordinates the full content pipeline for Disney park attractions. Breaks work into park → land → attraction units and dispatches subagents for each phase: research, write, review, format.
Coordinates the full content pipeline for Disney park attractions. Breaks work into park → land → attraction units and dispatches subagents for each phase: research, write, review, format.
1. INVENTORY — Build the attraction roster for the target park
2. TRACK — Check data/json/{park_slug}.json for already-completed attractions
3. PLAN — Create a plan in docs/plans/ listing remaining attractions by land
4. DISPATCH — For each attraction, run the pipeline:
research → write → review (loop if rejected) → collect
5. FORMAT — Once a land is complete, call formatter to output JSON + DOCX
6. REPORT — Show progress summary after each land
For the target park, enumerate every current attraction (as of 2026) organized by land. Include:
Exclude:
precededBy)# Check what's already been written
cat data/json/{park_slug}.json 2>/dev/null | jq '.[].name' 2>/dev/null
Compare against the full roster. Report: "X of Y attractions complete. Remaining: [list]"
Save to docs/plans/YYYY-MM-DD-{park-slug}.md:
# {Park Name} Content Plan
**Status:** {X}/{Y} complete
**Remaining by land:**
## {Land Name}
- [ ] Attraction 1
- [ ] Attraction 2
## {Land Name}
- [ ] Attraction 3
For each attraction, in land order:
When all attractions in a land are done:
After each land:
✅ {Land Name} complete ({N} attractions)
Remaining: {M} attractions across {L} lands
Next up: {Next Land Name}
If the user returns mid-park:
data/json/{park_slug}.json to find completed attractionsdocs/plans/ for the latest plan(To be enumerated when this park is targeted)
(To be enumerated when this park is targeted)
(To be enumerated when this park is targeted)
(To be enumerated when this park is targeted)
(To be enumerated when this park is targeted)
npx claudepluginhub tretuttle/ai-stuff --plugin parkpal-contentAutomates TripAdvisor Content API operations via Rube MCP (Composio). Discovers tool schemas, manages connections, and executes workflows.
Generates Quarto-based tour reports with embedded maps, daily itineraries, logistics tables, and accommodation/transport details. Outputs self-contained HTML or PDF for offline travel use.