do.remind
Installation
SKILL.md
Remind from Markdown Tasks
DeepOrbit reminders are local and private: a launchd job polls the vault every minute and delivers macOS notifications for due timed tasks. Nothing leaves the machine.
When to use which mechanism
- Pure time reminder ("remind me at 7 to call Alice") → capture the task with
do.todo(📅+⏰), then rely ondeeporbit remind. This covers everything the user can read and complete themselves. - Reminder that needs agent work ("at 5pm draft my weekly report and remind me") → schedule a one-shot agent job instead:
deeporbit cron add draft-weekly "Run do.daily and draft the weekly report" --at 2026-07-25T17:00
An --at job fires once, hands the instruction to the configured agent CLI, and auto-disables (kept for audit, not deleted).