Skip to content
Development
Command

/todo

Show pending tasks across all projects and suggest what to work on next.

From plugin
13219 skills19 commands9 hooks
shell
$ npx -y skills add HelloRuru/claude-memory-engine --agent claude-code

Ships with claude-memory-engine. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/todo

Context preview

What this command does when you run it.

Show pending tasks across all projects and suggest what to work on next.

Command definition

todo.md

/todo -- Cross-Project Task Tracker

Show pending tasks across all projects and suggest what to work on next.

Steps

1. **Read task file** -- Load `memory/todo-status.md` (or your configured task tracking file) 2. **List all incomplete items** -- Group by project, show status 3. **Suggest next step** -- Prioritize by urgency 4. **Filter by project** -- If the user specifies a project name, only show that project's tasks

Output Format

Pending Tasks

[Project A]
- [ ] Task description (added {date})
- [ ] Task description (added {date})

[Project B]
- [ ] Task description (added {date})

Suggested next: {most urgent task} because {reason}

Notes

  • Keep the output scannable -- no walls of text
  • If no tasks exist, say so and ask if the user wants to add some
  • Tasks can be added, completed, or removed by editing the task file directly
Read it on GitHub ↗
Ships withclaude-memory-engine

Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.

Get the whole plugin, auto-invoked
Stats
132
Stars
0
Views
27
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
2mo ago
Last commit
4mo ago
Created

Repo: HelloRuru/claude-memory-engine