/mini:todo

Slash command that manages the ideas archive from inside Claude Code.

↔ See the non-interactive form (mini …)

Usage

/mini:todo [list | add <text> | edit <n> <text> | done <n> | remove <n> | clear | suggest]

Description

The native slash command, run inside your Claude Code session. It maps your argument to a non-interactive `mini todo` call and relays the result — `list`, `add`, `edit`, `done`, `remove` and `clear` work just like the terminal command. The extra `suggest` form is session-only: Claude reviews the project, proposes 3-5 small concrete ideas and appends them straight to the archive for you. It changes no phase state. This is the in-session counterpart of the `mini todo` terminal command.

Examples

# List the archived ideas
/mini:todo

# Add a new idea
/mini:todo add Document the todo command

# Let Claude propose a few ideas into the archive
/mini:todo suggest