# Playbooks — cherry-blossom-trip-trip

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

---

## Playbook A: Japan Sakura

**Trigger:** "cherry blossom Japan"

```bash
Flight to Japan (Mar-Apr) + hotel near cherry blossom spots + sakura POIs
```

**Output emphasis:** Japan cherry blossom trip.

---

## Playbook B: Wuhan Cherry

**Trigger:** "Wuhan cherry blossoms"

```bash
Flight to Wuhan (Mar) + hotel + Wuhan University/East Lake POIs
```

**Output emphasis:** Wuhan cherry blossom.

---

## Playbook C: Best Blooming

**Trigger:** "where are cherry blossoms now"

```bash
flyai search-poi --city-name "{city}" --keyword "樱花"
```

**Output emphasis:** Current bloom locations.

---

