today

Installation
SKILL.md

/today - Daily Planning

Generate today's plan from vault contents.

Steps

  1. Check if daily/YYYY-MM-DD.md exists - if so, read it first
  2. 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
  3. Read only the matching task files
  4. Grep projects/*.md for status: active, read those files
  5. Run git log --since="midnight" --grep="cos:" --oneline for today's activity
  6. Create or update daily/YYYY-MM-DD.md

Task Discovery (grep-first approach)

Installs
2
GitHub Stars
184
First Seen
Jul 20, 2026
today — bradautomates/second-brain