Todo

Use when adding, completing, listing, or cleaning project tasks in `docs/TODO.md`. Triggers on "todo", "记一下", "待办", "回头要", "add a todo".

freemty 8d7e42d 2 files · 734 B Updated

File contents

Todo

Resolve <plugin-root> and use the typed CRUD interface:

python3 <plugin-root>/scripts/todo.py add "<task>" --priority P1
python3 <plugin-root>/scripts/todo.py done "<unique text>"
python3 <plugin-root>/scripts/todo.py list
python3 <plugin-root>/scripts/todo.py clean

Default new tasks to P1 unless urgency is explicit. If done reports multiple matches, present them and ask the user to disambiguate. Report the JSON result; do not manually reformat the file behind the script.

freemty/labmate/tree/main/skills/todo commit 8d7e42dc0f

Frequently asked questions

npx skillmds@latest add freemty/todo