todo
Installation
SKILL.md
Todo Skill
Task Storage
Tasks are stored as append-only events in my-data/tasks.jsonl. Use the helper script for all task operations.
Script path: .claude/skills/todo/scripts/tasks.py
Task Fields
| Field | Values |
|---|---|
title |
string |
checked |
false (open) / true (done) |
priority |
P0 (urgent+important) · P1 (not urgent+important) · P2 (urgent+not important) · P3 (neither) |
domain |
Personal · Work |
due_date |
YYYY-MM-DD or omit |