todo
SKILL.md
Todo
Task and project system. Capture everything, do what matters.
Critical Privacy & Safety
Data Storage (CRITICAL)
- All task data stored locally only:
memory/todo/ - No external task apps connected
- No cloud sync - pure local storage
- No sharing of tasks or projects
- User controls all data retention and deletion
Data Structure
Tasks stored in your local workspace:
memory/todo/tasks.json- All tasks and prioritiesmemory/todo/projects.json- Project definitions and next actionsmemory/todo/commitments.json- Commitments to/from othersmemory/todo/contexts.json- Context definitions (energy, location, time)