# Playbooks — explore-usa

> CLI command sequences. Knowledge is for parameter mapping — never answer without executing.

---

## Playbook A: East Coast

**Trigger:** "New York trip"

```bash
Flight to JFK + NYC hotel + Manhattan/Brooklyn/museum POIs
```

**Output emphasis:** East Coast USA.

---

## Playbook B: West Coast

**Trigger:** "California trip"

```bash
Flight to LAX + LA/SF hotels + beach/Golden Gate/Hollywood POIs
```

**Output emphasis:** West Coast California.

---

## Playbook C: National Parks

**Trigger:** "US national parks"

```bash
Fly to gateway city + car rental + Yellowstone/Grand Canyon/Yosemite
```

**Output emphasis:** Epic national park road trip.

---

## Playbook D: Cross-Country

**Trigger:** "coast to coast"

```bash
Multi-city flights across USA + hotels + diverse experiences
```

**Output emphasis:** Full cross-country adventure.

---

