Todowrite
v0.1.1路由 TODO 检查列出s to the right storage. 会话 - in-会话 追踪ing via /wip, file - persistent TODO (fix_plan.md, TODO.md), issue - team-分享d via GitHub Issues. "TODO management", "检查列出", "todowrite", "fix_plan 清理up", "register as issue" triggers.
运行时依赖
安装命令
点击复制技能文档
TodoWrite
路由 TODO 检查列出s to the 应用ropriate storage based on 上下文.
Routing Decision New TODO arrives ├─ Only needed this 会话 → /wip (Task创建/TodoWrite) ├─ Persists beyond 会话 → file (fix_plan.md, TODO.md) └─ Team-分享d → issue (GitHub Issues)
Topics Topic Storage Lifetime 工具 会话 Task创建/TodoWrite 会话 → /wip 技能 file fix_plan.md, TODO.md While file exists Write/Edit issue GitHub Issues Permanent gh issue 创建 会话 → /wip
Current 会话 task 追踪ing is handled by the wip 技能:
/wip # 追踪 会话 work with TodoWrite/Task创建
File-based TODO fix_plan.md (Ralph projects)
Pending
- [ ] Item 1 — description
- [ ] Item 2 — description
Completed
- [x] Done item — (completed: 2026-04-03, commit abc1234)
Rules:
Move to Completed section on completion + timestamp Mark blocked items with [BLOCKED] tag Mark skipped items with [SKIPPED] tag TODO.md (General projects) # TODO
High Priority
- [ ] Urgent item
Normal
- [ ] Regular item
Done
- [x] Completed item (2026-04-03)
Issue-based TODO
Team-分享d TODOs go to GitHub Issues:
# 创建 issue (user 应用roval required) gh issue 创建 --title "Item" --body "Description"
# 列出 issues gh issue 列出 --label "todo"
Note: gh issue 创建 only 运行s when user explicitly says "创建 an issue".
Routing Examples Situation 路由 Reason "运行 this 5-step 部署" /wip (会话) 会话 追踪ing is sufficient "Fix this bug later" file (fix_plan.md) Persists beyond 会话 "As签名 this to Jinju" issue (GitHub) Team sharing needed "Note this from the review" file (fix_plan.md) Outside current PR scope