shutdown-routine: check for existing kz task before prompting for build task

This commit is contained in:
Connor Rhodes 2026-04-04 21:49:03 -05:00
parent 5bf2922754
commit a94646dd67

View file

@ -68,11 +68,10 @@ Then ask:
Take their input and create each task with `vik task create "Task title" d+1` so they show up in tomorrow's briefing.
**Build/Kaizen task:** Before closing out, ask:
**Build/Kaizen task:** Check the `vik task upcoming --days 1` output (already fetched above) for any task with a `kz` label.
> "What's your build task for tomorrow? One thing that will make you more productive in the future."
If they give you a title, add it with `vik task create "Task title" d+1 --label build`. If they reference an existing task by ID, just acknowledge it — no need to create a new one.
- **If a kz task is already scheduled for tomorrow:** Say something like: "Your build task tomorrow is already set: [task title]." No further action needed.
- **If no kz task is scheduled for tomorrow:** Run `vik task list --label kz` and present the output, then ask: "Which of these do you want as your build task tomorrow?" Once Connor picks one, schedule it with `vik task update <ID> --due d+1`.
---