Track movies and shows — add, rate, and get recommendations
Track what you want to watch, rate what you've seen, and get suggestions based on your taste.
When the user mentions a movie or show they want to watch:
Added: "Severance" (Sci-Fi, Thriller) — To WatchWhen the user says they finished or watched something:
Updated: "Severance" — Watched (4/5) "Incredible world-building"When the user rates something not yet in the list:
Rating scale: 5 (loved it), 4 (really good), 3 (decent), 2 (disappointing), 1 (skip it)
When asked "what should I watch" or "show my watchlist":
Using {{notes}}: Store as a database with fields: Title, Type (Movie/Show), Genre, Status (To Watch/Watching/Watched), Rating, Review, Date Added, Date Watched.
Markdown fallback: Store in ~/.ai-workflow/watchlist.md:
## To Watch
- **Severance** (Show) — Sci-Fi, Thriller — Added Mar 19
## Watched
- **The Brutalist** (Movie) — Drama — 4/5 — "Ambitious and gorgeous" — Mar 15
Add to watchlist:
want to watch The White Lotus
Added: "The White Lotus" (Show) — Comedy, Drama — To Watch
Finish and rate:
finished Severance, it was incredible. 5/5
Updated: "Severance" — Watched (5/5) "Incredible"
Get suggestion:
what should I watch tonight? something light
From your watchlist:
1. The White Lotus — Comedy, Drama
2. Poker Face — Comedy, Mystery
Both are lighter shows. Want to start one?
Quick rating for something not on the list:
rate Oppenheimer 4/5 — stunning visuals but long
Added: "Oppenheimer" (Movie) — Drama — Watched (4/5) "Stunning visuals but long"