backlog
v0.1.0A lightweight, persistent do-it-later inbox. Park a task in one line and pick it up in a later session — hybrid storage (repo BACKLOG.md when inside a git repo, else ~/.claude/backlog.md), a merged list that shows repo + personal at once, and archive/grooming to clear out done items. Invocable as /backlog and on natural phrases like 「これ積んでおいて」 / 「add to backlog」. stdlib-only, cross-agent.
By dobachi0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install backlog@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/dobachi/claude-skills-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/backlog/.
Plugin files
├── .claude-plugin/plugin.json└── skills/backlog/SKILL.md
Included Skills1
A lightweight, persistent "do it later" inbox — capture a task in one line and review it in a later session. Use whenever the user wants to defer or park work — "これ(タスクに)積んでおいて", "あとでやる", "TODOに入れて", "バックログに追加", "棚卸しして", "put this on the backlog", "add to my todo", "remind me to … later", "what's on my backlog", "clear out the done items". Hybrid storage — inside a git repo it uses the repo's BACKLOG.md (shared via git); otherwise ~/.claude/backlog.md (personal inbox). Not for tracking the steps of the task in progress right now — that's the session task list.
Plugin manifests1
{
"name": "backlog",
"description": "A lightweight, persistent do-it-later inbox. Park a task in one line and pick it up in a later session — hybrid storage (repo BACKLOG.md when inside a git repo, else ~/.claude/backlog.md), a merged list that shows repo + personal at once, and archive/grooming to clear out done items. Invocable as /backlog and on natural phrases like 「これ積んでおいて」 / 「add to backlog」. stdlib-only, cross-agent.",
"version": "0.1.0",
"author": {
"name": "dobachi"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[backlog on Agent Plugins Marketplace](https://pluginsmp.com/plugins/backlog)