add
01Command
Add a task to the backlog manually. Use when the user explicitly asks to record something in the backlog.
Deferred tasks for Claude Code, stored as files in your repository β Claude never records them silently.
Command
Add a task to the backlog manually. Use when the user explicitly asks to record something in the backlog.
Command
Cancel a backlog task by id (the entry is deleted from the backlog).
Command
Close a backlog task by id as done (the entry is deleted from the backlog).
Command
Show the project backlog (open items by default, sorted by priority then age). Ask for --all, --sort date or --priority high and Claude re-runs the engine with them.
Command
Delete old closed entries (status done/cancelled) left over from earlier plugin versions. Shows the list first; the deletion itself asks for your approval.
Command
Add the backlog badge (π N open items) to the Claude Code statusLine. Wraps an existing statusLine if you have one, creates it otherwise. Edits /.claude/settings.json (or $CLAUDECONFIGDIR).
Command
Remove the backlog badge from the Claude Code statusLine. Restores your previous statusLine command if there was one, or removes the statusLine entirely; deletes the wrapper script. Edits /.claude/settings.json (or $CLAUDECONFIGDIR).