shutdown-routine: show tomorrow's scheduled tasks before planning

This commit is contained in:
Connor Rhodes 2026-04-04 21:28:57 -05:00
parent 891a4ac9ff
commit e8260dcdcb

View file

@ -59,9 +59,14 @@ Wait for a response. Acknowledge it briefly. No need to problem-solve or offer a
### Step 4: Plan Tomorrow ### Step 4: Plan Tomorrow
Say: Run `vik task upcoming --days 1` to show what's already on the schedule for tomorrow. Present the results:
> "Let's plan tomorrow. What tasks do you want to tackle?" **Already scheduled for tomorrow:**
[Output from vik]
Then ask:
> "What else do you want to tackle tomorrow?"
Take their input and create each task with `vik task create "Task title" d+1` so they show up in tomorrow's briefing. Take their input and create each task with `vik task create "Task title" d+1` so they show up in tomorrow's briefing.