/todo
Show pending tasks across all projects and suggest what to work on next.
$ npx -y skills add HelloRuru/claude-memory-engine --agent claude-codeShips 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
Claude Code 的記憶系統 | A memory system built with hooks + markdown. Zero dependencies.
Repo: HelloRuru/claude-memory-engine
Other commands on claude-memory-engine.
- /analyze
Analyze user corrections and log them into the error notebook
Open command - /backup
Push local memory files to your GitHub backup repository.
Open command - /bb-pause
Pause the SessionEnd auto-commit hook when refactoring core engine files.
Open command - /check
Run a quick scan of the memory system's health. For daily use.
Open command - /compact-guide
Help decide when to use `/compact` based on the current conversation state.
Open command - /correct
Review the error notebook — flip through past corrections before working
Open command

