Personalized daily recs + action engine — music, food, clothing, events, reservations, orders — blending weather, astrology, and user preferences.
Auto-activate when the user wants daily recommendations, asks what to wear/eat/listen to, or wants to book/order/find events.
| What | Command |
|---|---|
| Full daily vibe | /vibe today |
| Food recs | /vibe food |
| Music | /vibe music |
| Outfit | /vibe outfit |
| Activities | /vibe activity |
| Local events | /vibe events |
| Book restaurant | /vibe book <name> [date] [time] [party size] |
| Order delivery | /vibe order <food> |
| Check tickets | /vibe tickets <event> |
| Buy product |
/vibe buy <item> |
| Price compare | /vibe price-check <item> |
| Quick vibe | /vibe quick |
Phase 1 (always): Weather + Profile + Oracle → recommendations (no browser)
Phase 2 (on confirm): Action Router → Playwright for transactional tasks
Transact actions (order/book/buy) always stop for explicit confirmation before submitting.
.claude/user_profile.json (music_types, cuisines, activities, places)Playwright tasks from Telegram → /tmp/telegram_agent_queue.json
Process with: python agent_orchestrator.py --task process-queue
Disable Playwright: export VIBE_PLAYWRIGHT_ENABLED=false
→ Full docs + ActionRouter: .claude/commands/vibe-curator.md