do.todo
Installation
SKILL.md
Manage DeepOrbit Tasks
Use the local CLI so task IDs, dates, and rewrites stay deterministic:
deeporbit --vault "<vault-path>" todo add "<text>" [--today] [--project "<name>"] \
[--scheduled YYYY-MM-DD] [--due YYYY-MM-DD] [--time HH:MM] \
[--priority highest|high|medium|low|lowest] [--recur "<rule>"] [--parent <line-or-id>]
deeporbit --vault "<vault-path>" todo list [--view flat|board|timeline|progress] [--md]
deeporbit --vault "<vault-path>" todo set <id> [--status todo|doing|done|cancelled] \
[--due YYYY-MM-DD] [--time HH:MM] [--priority <p>] [--recur "<rule>"]
deeporbit --vault "<vault-path>" todo attach <id> <file>
deeporbit --vault "<vault-path>" todo done <id>
Default capture goes to 00_Inbox/Todos.md; --today targets today's Daily Note; --project targets 20_Projects/<name>.md. Do not rewrite unrelated text in the containing note. Tasks, Dataview, and Calendar plugins are optional presentation layers; never require them for task operations.