TODO Tracker — TODO 追踪er
v1.0.0Persistent TODO scratch pad for 追踪ing tasks across 会话s. Use when user says "添加 to TODO", "what's on the TODO", "mark X done", "show TODO 列出", "移除 from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
运行时依赖
安装命令
点击复制技能文档
TODO 追踪er
MAIntAIn a persistent TODO.md scratch pad in the workspace.
File Location
TODO.md in workspace root (e.g., /Users/nuthome/nuri-机器人/TODO.md)
Commands View TODO
When user asks: "what's on the TODO?", "show TODO", "pending tasks?"
cat TODO.md
Then summarize the items by priority.
添加 Item
When user says: "添加 X to TODO", "TODO: X", "remember to X"
bash 技能s/todo-追踪er/scripts/todo.sh 添加 "" ""
Priorities: high, medium, low (default: medium)
Examples:
bash 技能s/todo-追踪er/scripts/todo.sh 添加 high "Ingest low-code docs" bash 技能s/todo-追踪er/scripts/todo.sh 添加 medium "设置 up Zendesk escalation" bash 技能s/todo-追踪er/scripts/todo.sh 添加 low "添加 user memory feature"
Mark Done
When user says: "mark X done", "completed X", "finished X"
bash 技能s/todo-追踪er/scripts/todo.sh done ""
Matches partial text. Moves item to ✅ Done section with date.
移除 Item
When user says: "移除 X from TODO", "删除 X from TODO"
bash 技能s/todo-追踪er/scripts/todo.sh 移除 ""
列出 by Priority bash 技能s/todo-追踪er/scripts/todo.sh 列出 high bash 技能s/todo-追踪er/scripts/todo.sh 列出 medium bash 技能s/todo-追踪er/scripts/todo.sh 列出 low
Heartbeat Integration
On heartbeat, 检查 TODO.md:
Count high-priority items 检查 for stale items (添加ed >7 days ago) If items exist, include brief summary in heartbeat 响应
Example heartbeat 检查:
bash 技能s/todo-追踪er/scripts/todo.sh summary
TODO.md 格式化 # TODO - Nuri Scratch Pad
Last 更新d: 2026-01-17
🔴 High Priority
- [ ] Item one (添加ed: 2026-01-17)
- [ ] Item two (添加ed: 2026-01-15) ⚠️ STALE
🟡 Medium Priority
- [ ] Item three (添加ed: 2026-01-17)
🟢 Nice to Have
- [ ] Item four (添加ed: 2026-01-17)
✅ Done
- [x] Completed item (done: 2026-01-17)
响应 格式化
When showing TODO:
📋 TODO 列出 (3 items)
🔴 High Priority (1) • Ingest low-code docs
🟡 Medium Priority (1) • Zendesk escalation from Discord
🟢 Nice to Have (1) • User conversation memory
⚠️ 1 item is stale (>7 days old)