Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupenpx skills add iBrain-BVBA/gutt-claude-code-plugin --skill backlog-dedupegit clone --depth 1 https://github.com/iBrain-BVBA/gutt-claude-code-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe)<a href="https://agentmods.dev/skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe"><img src="https://agentmods.dev/badge/skills/ibrain-bvba/gutt-claude-code-plugin/backlog-dedupe.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00140 | $0.02917 |
| Opus 5 | $0.00070 | $0.01458 |
| Sonnet 5 | $0.00028 | $0.00583 |
| Haiku 4.5 | $0.00014 | $0.00292 |
Grade A, and why
backlog-dedupe scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 232 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backlog Dedupe & Aggregation
Backlogs accumulate the same ask in different words: filed twice a year apart, filed small three times instead of once as one piece of work, or left open long after a decision quietly retired it. Every planning pass then pays for the noise. This skill scans a bounded slice, clusters what is really one piece of work, proposes what the clusters consolidate into, and lists what looks dead — every claim carrying its evidence, every action waiting for the human. The agent proposes; the human disposes.
Underneath, memory-search owns the search ladder and the relevance gate,
graph-traversal owns relationship walking, and memory-capture owns any
durable write; all three ship with the gutt-pro plugin (this plugin depends on
it) — without them, follow the rules below and note the gap in one line. Jira
access comes from whatever Atlassian tooling the session surfaces; find it in
your tool list — names and prefixes vary per install.
Hard rules (non-negotiable — read first)
- Propose-only — nothing in Jira changes without per-action approval. No close, cancel, merge, link, label, issue creation, or field edit lands unless the user approved that specific action, or an explicitly named batch of them, in this session. Approval is the gate, not an undo; silence is not approval. A batch counts as named only where the text the user reads before answering carries every key and what happens to each — a label standing for them is not that text. One ask decides one thing: nothing unrelated rides along in the same question, and housekeeping never shares a question with a Jira action. The one other permitted write is a comment, drafted and posted only after the user approves the exact text. Write markdown and set the tool's content-format parameter to markdown when it exposes one.
- Fetch the slice once and whole, then work the copy. Pull the slice into an enumerated working set — key, summary, status, age, last activity — and cluster against that. One pass means the entire slice, not the first page: search results are paginated, so follow the pages until the set is complete, or narrow the query until it fits one, and say which you did next to the count. A total recounted over a truncated page is precise and wrong, and nothing downstream can detect it. Per-ticket live calls across a slice multiply cost and stall long before the slice ends; fetch an item's full detail only for the few whose verdict turns on it.
- Counts are recounted, never estimated — and "every" and "none" are counts. Cluster sizes, stale totals, and any claim of how many tickets something covers are computed by enumerating the working set. A number that cannot be recounted from the set does not enter the output. A claim about all of something — every edit in a history, no real activity on a ticket — is the same claim wearing a different word: enumerate it, give the tally, and name the exceptions. "Twenty of twenty-two entries are sprint moves" is a finding; "every entry is a sprint move" is that finding with the exceptions dropped, and the exceptions are often where the real activity is.
- Every cluster carries its evidence; every stale candidate carries its justification. A cluster names its ticket keys, the outcome they share (not the wording), and any memory record tying them together — each with id and date. A stale candidate states age, last activity, and what superseded it or decided against it. A bare list of old tickets is exactly the output this skill must never produce.
- Calibrate on a sample before scaling. Before clustering the full slice, run the bar over a handful of items and report those verdicts first — at least one you read as clearly current and one as clearly stale or duplicated, each with the evidence that put it there. Where the user or the record can confirm them, that is the check; where neither can, the sample still puts the bar in front of the user early enough to be argued with. A bar that misreads the sample does not get scaled to the slice.
- Org scope is checked at the output, and engagements do not mix. Pass
explicit
group_idsnaming the org group on reads — take the name from session results or ask; never guess one — and treat scope as server-decided. Where the session has surfaced no group yet, ask before the first read rather than running one unscoped and repairing after — an omittedgroup_idsdoes not mean the org group, it means an unspecified set that includes personal scope, and the opening themed pass is where that goes unnoticed. Nothing from another client's engagement enters any query, cluster, or proposal — check per line, not per run. The run summary, once decisions are made, goes throughmemory-capture's gate into the engagement's own group, chosen deliberately on the same never-guess terms and targeted by whatever meansmemory-capturesays targets it. - Bare tool names, probed with ToolSearch before concluding one is missing;
the
mcp__…__prefix varies per install. - Issue types, workflow transitions, and link names come from the organization, not from this skill. Read what the project actually exposes before proposing against it: its issue types, the transitions its workflow defines, the link types the instance carries. A consolidation is proposed at whatever type that project uses for work of its size, and an action is named the way the workflow names it. Never hardcode one; where a proposal needs a shape the project does not have, say so rather than inventing it.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 232 lines · 140 tokens per session scan A eb6196e092ea
backlog-dedupe is a skill published in the GitHub repository iBrain-BVBA/gutt-claude-code-plugin (5 stars, last pushed 2d ago), licensed MIT. It adds 140 tokens to every session and 2,917 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…
imagegen
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…