today
Installation
SKILL.md
/today - Daily Planning
Generate today's plan from vault contents.
Steps
- Check if
daily/YYYY-MM-DD.mdexists - if so, read it first - Find tasks by due date using grep (never glob all tasks):
- Grep for
due: YYYY-MM-DD(today's date) → Due Today - Grep for dates before today → Overdue
- If no tasks found for today/overdue, grep for dates through end of week
- If still none, grep to find the next earliest due date
- Grep for
- Read only the matching task files
- Grep
projects/*.mdforstatus: active, read those files - Run
git log --since="midnight" --grep="cos:" --onelinefor today's activity - Create or update
daily/YYYY-MM-DD.md