# Scan Quest AI Build Kit

This kit lets GPT, Claude, or another AI draft complete Scan Quest games without receiving an organizer login, JWT, or direct backend access.

## Handoff workflow

1. Give the AI `ai-prompt.txt`, the user brief, and optionally `example-dog-quest.json`.
2. The AI returns one JSON object conforming to `quest.schema.json`.
3. In Quest Command, open **JSON Builder**, paste the JSON, and choose **Import into editor**.
4. Review the Details and Challenges tabs.
5. An authorized organizer presses **Save Quest** to publish it.

The AI creates content only. Quest Command remains the approval and publishing boundary.

## Challenge types

- `actpic`: Bring back
- `chkin`: Check-in; requires `address`
- `draw`: Drawing response
- `action`: Go To / To Do / Action
- `multi`: Multiple choice; requires 2–4 `answers`
- `photo`: Photo response
- `points`: Points adjustment
- `prize`: Prize message
- `rule`: Rule / Info / Break
- `trivia`: Trivia response

`delivery` is `app` for Show in App or `qr` for Print & Scan.
