A self-managed todo list for AI Agents. The Agent can proactively track follow-up items and remind users at appropriate times via heartbeat checks.
- Self-managed — Agent manages the todo list autonomously
- Heartbeat-driven — Checks via heartbeat every 30 minutes
- Time-aware — Triggers reminders at specified times
- Auto-cleanup — Removes completed items after 24 hours
- Persistent — All items stored in JSON file
- Copy
templates/todo.jsontomemory/todo.json - Update
HEARTBEAT.mdwith todo check step - Update
AGENTS.mdwith trigger keywords
See setup.md for detailed instructions.
User: 提醒我明天上午跟进那个插件更新问题
Agent: 好的,已添加到待跟进清单。明天上午我会提醒你。
[Next morning, heartbeat triggers]
Agent: 主人,你之前让我提醒你跟进插件更新问题,现在要处理吗?
| File | Purpose |
|---|---|
SKILL.md |
Core skill instructions |
setup.md |
Installation guide |
data-structure.md |
JSON schema |
examples.md |
Usage examples |
templates/todo.json |
Template file |
MIT