do.agenda

Installation
SKILL.md

Build an Agenda

Run:

deeporbit --vault "<vault-path>" agenda

Present the returned groups in this order: overdue, today, upcoming, unscheduled. Omit the completed group unless the user asks for a review. Preserve task IDs so the user can complete an item through do.todo.

Tasks may carry richer fields β€” surface them when present:

  • ⏰ HH:MM β€” an exact time within the due day; order today's timed tasks by it and mention times explicitly in summaries.
  • Priority (πŸ”Ίβ«πŸ”ΌπŸ”½β¬) β€” list high-priority items first within a group.
  • πŸ” every … β€” recurring tasks reappear after completion; never treat them as one-off.
  • Subtasks β€” report parent progress as [n/m] (derived, see deeporbit todo list --view progress); do not flatten subtasks away when the user asks about a project.

When used from do.daily, include the agenda without duplicating the same checkbox into the Daily Note. The original Markdown task remains the source of truth.

Installs
3
GitHub Stars
5
First Seen
Jul 21, 2026
do.agenda β€” dull-bird/deeporbit