backlog
01Plugin Claude Code
Backlog plugin marketplace — files-based deferred-task manager for Claude Code.
Plugin Claude Code
Backlog plugin marketplace — files-based deferred-task manager for Claude Code.
Plugin Claude Code
Project backlog manager — records deferred tasks into docs/backlogs/ only when the user asks, when Claude gets consent to defer an unrelated bug or out-of-scope side task, or in a background session needing the user's decision. Never captures silently. Commands to list and manage. Files-based, in-repo, no execution…
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).
Hook
Runs when a session starts on startup, resume and clear, executing session-start.sh via sh. From SI-IC/backlog-skill.
Skill Claude CodeCodex
Use when the user asks to record or read the backlog ("put it in the backlog", "note it for later", "let's defer this", "what's in the backlog", "let's go through the backlog") OR when you (Claude) noticed — while working — an unrelated bug or an out-of-scope side task and want, WITH the user's consent, to defer it OR…