From e9eec3b6e7aee6399c819694c691fa3134fe58e4 Mon Sep 17 00:00:00 2001 From: Connor Rhodes Date: Sat, 4 Apr 2026 21:43:48 -0500 Subject: [PATCH] shutdown-routine: handle existing build tasks referenced by ID --- shutdown-routine/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shutdown-routine/SKILL.md b/shutdown-routine/SKILL.md index 0dcab22..3344608 100644 --- a/shutdown-routine/SKILL.md +++ b/shutdown-routine/SKILL.md @@ -72,7 +72,7 @@ Take their input and create each task with `vik task create "Task title" d+1` so > "What's your build task for tomorrow? One thing that will make you more productive in the future." -Add it with `vik task create "Task title" d+1 --label build`. +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. ---