Update checklist
1 files changed, 10 insertions(+), 9 deletions(-)

M check.py
M check.py +10 -9
@@ 10,15 10,16 @@ TASKS = [
     'Workrave',
     'Bril',
     'Methylfenidaat',
-    '-- Process inboxes',
-    'Open worklog',
-    'Check diary 5 days',
-    'Read todo list notebook',
-    'Read todo.txt',
-    'Read at least 5 mails (Anchormen)',
-    'Read at least 5 mails (Gmail)',
-    '-- Check project statuses',
-    'Status of HPP project',
+    'Gather todos into workplan',
+    '- Open worklog',
+    '- Read `todo.txt` > worklog',
+    '- Read at least 5 mails (Anchormen) > worklog',
+    '- Check diary 14 days > worklog',
+    '- Read my notebook’s todo list > worklog',
+    '- Read at least 5 mails (Gmail) > worklog',
+    'Check project statuses',
+    '- Status of HPP project > worklog',
+    'Plan day: distribute TODOs over hours'
 ]
 
 @unique