task-os
Installation
SKILL.md
Task OS
Taskwarrior (task) is the source of truth — not memory, not chat history,
not assumptions. Ground every interaction in task state before acting.
Orient
Before acting on any request, check current state:
task next limit:10 # highest urgency
task +OVERDUE list # past due
task +waiting list # blocked on others
For software tasks, also check the repo:
git -C <repo-path> status --short
git -C <repo-path> log --oneline -5
Related skills