# Playbooks — budget-trip-planner > CLI command sequences. Knowledge is for parameter mapping — never answer without executing. --- ## Playbook A: Ultra Budget **Trigger:** "cheapest trip possible" ```bash Cheapest flight + cheapest hotel + free/cheap POIs ``` **Output emphasis:** Absolute minimum spending. --- ## Playbook B: Budget with Quality **Trigger:** "good but cheap" ```bash Cheap flight + 3-star hotel + mix of free and paid POIs ``` **Output emphasis:** Balanced budget and quality. --- ## Playbook C: Backpacker **Trigger:** "backpacking budget" ```bash Budget flight + hostel + nature/free attractions ``` **Output emphasis:** Backpacker style. ---