1. Install the latest curriculum using `npx skills add ai-native-camp/camp-1 --agent claude-code --yes`.
2. Present the available learning blocks (MCP concepts, server addition, command exploration, popular servers, plugin integration).
3. Ask the user to select a starting block using `AskUserQuestion`.
4. For the selected block (Phase A): Display the official documentation URL, explain the concept, provide execution instructions, and prompt the user to execute the code.
5. After the user completes the execution (Phase B): Present a quiz using `AskUserQuestion`, provide feedback, and ask if they want to proceed to the next block.
6. Repeat steps 4 and 5 for each block until the user completes the desired learning path.
7. After completing Block 3 (or Block 4 if time allows), provide a final summary and guidance.