Personal task tracking with history, source linking, and cross-project correlation. Tracks tasks from meetings, decisions, and manual input with automatic carry-forward.
Track personal tasks across projects with source linking, history, and automatic carry-forward.
Design principles:
_tasks.yaml files (like _insights.yaml)_tasks.yaml for local operations--all flag aggregates all files across vault~/Documents/Vault/
_tasks.yaml # Root: projects registry + cross-project tasks
_tasks-history.md # Completed tasks log (append-only)
_projects/acme/_tasks.yaml # Org-level tasks
_projects/acme/ops/management/_tasks.yaml # Domain tasks
_projects/acme/ops/marketing/_tasks.yaml # Domain tasks
_projects/acme/projects/mobile-v3/_tasks.yaml # Project tasks
_projects/bravo/_tasks.yaml # Org-level
_projects/bravo/side-project/_tasks.yaml # Project tasks
_private/_tasks.yaml # Personal tasks
_contacts/david-ekberg_consulting/_tasks.yaml # Contact tasks
_tasks.yaml can exist at any level where a CLAUDE.md or CHANGELOG.md exists.
IDs are unique per file. Visualisation displays as context#id (e.g., mobile-v3#3). Skills always operate on one file, so local IDs suffice.