Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 951 Bytes

File metadata and controls

43 lines (29 loc) · 951 Bytes

Setup Guide

Installation Steps

1. Copy Template File

cp skills/todo-tracker/templates/todo.json memory/todo.json

2. Update HEARTBEAT.md

Add this to your heartbeat checklist:

3. **待跟进事项检查** — 读取 `memory/todo.json`- 检查 `status=pending``follow_up_time` 已到的事项 → 提醒用户
   - 检查 `status=completed/cancelled` 且超过 24 小时的事项 → 删除

3. Update AGENTS.md

Add trigger keywords to your tool routing table:

| 提醒我 / 跟进 / 别忘了 / 待办 / todo | `todo-tracker` 技能 |

Verification

After installation, verify:

  1. memory/todo.json exists and contains {"items": []}
  2. Heartbeat check includes todo check step
  3. Trigger keywords are registered

Uninstall

Remove:

  • memory/todo.json
  • Heartbeat check step from HEARTBEAT.md
  • Trigger keywords from AGENTS.md
  • skills/todo-tracker/ directory