From e8260dcdcb25ee00ca7a1cb36a0f183d44f7bb5c Mon Sep 17 00:00:00 2001 From: Connor Rhodes Date: Sat, 4 Apr 2026 21:28:57 -0500 Subject: [PATCH] shutdown-routine: show tomorrow's scheduled tasks before planning --- shutdown-routine/SKILL.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/shutdown-routine/SKILL.md b/shutdown-routine/SKILL.md index d9be83f..9da5031 100644 --- a/shutdown-routine/SKILL.md +++ b/shutdown-routine/SKILL.md @@ -59,9 +59,14 @@ Wait for a response. Acknowledge it briefly. No need to problem-solve or offer a ### 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.