Camp Planner Setup
Installation
SKILL.md
Camp Planner Setup
Overview
Initialize the kids-camp-planner workspace by creating the research folder structure, seeding it with templates and examples, collecting the family profile, and configuring API keys. This is typically the first step before any camp planning activity.
Locate research directory: Read .claude/kids-camp-planner.local.md to get the research_dir path (default: camp-research). All user data paths below are relative to this directory. The family profile is at <research_dir>/family-profile.md.
Setup Workflow
Step 0: Choose Research Directory Name
Ask the user what they'd like to name their research directory using AskUserQuestion:
- Default:
camp-research(recommended) - The user may choose a custom name (e.g.,
camps,camp-planning,kids-camps) - This directory will hold all camp research data: providers, schedules, budgets, drafts, etc.
Store the chosen name — it will be written to .claude/kids-camp-planner.local.md as research_dir in Step 3.