agentskills.codes

即时写入待办项到 status.md,当用户说"计入待办""记入待办""加入待办""加到清单""后面做""回头处理"时使用。

Install

mkdir -p .claude/skills/add-todo && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16687" && unzip -o skill.zip -d .claude/skills/add-todo && rm skill.zip

Installs to .claude/skills/add-todo

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

即时写入待办项到 status.md,当用户说"计入待办""记入待办""加入待办""加到清单""后面做""回头处理"时使用。
62 charsno explicit “when” trigger

About this skill

add-todo — 待办写入

标准动作

  1. 读取 status.md 中的待办章节

  2. 在待办列表末尾追加新项:

    - [ ] {简短描述}({不处理的后果})
    
  3. 输出确认:[已计入待办] {描述}

写入时机

  • 用户明确指示:说"计入待办" / "加到清单" / "后面做" / "下一轮" / "回头处理"
  • 阶段性完成点:一个 task/subtask 完成时,顺带检查是否有未竟事项
  • 记忆捕获重叠:优先走 awb memory add;如果同时包含待办性质,两者都写

写入判断表

✅ 该写(满足 >=1 条):

  • 功能缺失 / 阻塞后续步骤 / 技术债务
  • 用户明确指示 / 用户说"计入待办"

❌ 不该写(满足 >=1 条):

  • 风格改进 / 可在当前任务顺手完成
  • 猜测性 TODO / 已在待办清单中

用户有异议撤销 / 不算 → 删除;合并到 #N → 合并

确认

执行前先向用户说明将要做什么,等待确认:

  • y → 执行
  • n → 取消

Search skills

Search the agent skills registry