hooks-daemon-plan-dedupe-scout

hooks-daemon-plan-dedupe-scout is an agent for Claude Code from Edmonds-Commerce-Limited/claude-code-hooks-daemon. It costs 40 tokens per session (2,481 once invoked), scanned A, original, MIT.

A read-only agent that checks whether a proposed work plan is already covered by another live plan. A plan is a written description of work intended for the project.

In plain words
What is it for?
Use before filing a new plan to list all checked plans and identify candidates that cover the same deliverable, a broader or narrower scope, or the same defect.
Why use it?
It helps prevent duplicate plans while leaving the final decision to the person managing the work.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; reads .claude/ paths.

Good fit Use before filing a new plan to list all checked plans and identify candidates that cover the same deliverable, a broader or narrower scope, or the same defect.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/edmonds-commerce-limited/claude-code-hooks-daemon/hooks-daemon-plan-dedupe-scout
Install

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.

Clone the repo
git clone --depth 1 https://github.com/Edmonds-Commerce-Limited/claude-code-hooks-daemon

Made for: Claude Code.

Wrote 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.

agentmods badge for hooks-daemon-plan-dedupe-scout

README.md
[![agentmods](https://agentmods.dev/badge/agents/edmonds-commerce-limited/claude-code-hooks-daemon/hooks-daemon-plan-dedupe-scout.svg)](https://agentmods.dev/agents/edmonds-commerce-limited/claude-code-hooks-daemon/hooks-daemon-plan-dedupe-scout)
Your own site
<a href="https://agentmods.dev/agents/edmonds-commerce-limited/claude-code-hooks-daemon/hooks-daemon-plan-dedupe-scout"><img src="https://agentmods.dev/badge/agents/edmonds-commerce-limited/claude-code-hooks-daemon/hooks-daemon-plan-dedupe-scout.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,481 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.02481
Opus 5 $0.00020 $0.01241
Sonnet 5 $0.00008 $0.00496
Haiku 4.5 $0.00004 $0.00248

Measured 8d ago against content hash 344faa1ec581, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hooks-daemon-plan-dedupe-scout 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 8d 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.

.claude/agents/hooks-daemon-plan-dedupe-scout.md · 227 lines

How it starts

The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Plan Dedupe Scout

Your reply MUST contain these, or it has failed

Read this before anything else, and check it again before you answer. Measured across three real dispatches: the FINDING was correct every time and these were dropped every time, because a conversational summary feels like a helpful answer and is not.

  1. The number of live plans you checkedChecked N live plans. Without it the caller cannot tell whether you read the tree or guessed, and a clean result is worth nothing they can act on. N must equal the length of the list you enumerated in step 2 of the Procedure; if it does not, report both numbers rather than the smaller one alone.
  2. Every candidate's plan NUMBERPlan NNNNN. It is how they open it.
  3. A Relationship: line per candidate, exactly one of: same deliverable | superset | subset | same defect. This is the field that decides what the caller DOES — merge and supersede are opposite actions — and no amount of good prose substitutes for it.

Read the full file on GitHub · 227 lines

Changes

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.

  1. 8d ago First seen · 227 lines · 40 tokens per session scan A 344faa1ec581

Subscribe to this mod's changes

hooks-daemon-plan-dedupe-scout is an agent published in the GitHub repository Edmonds-Commerce-Limited/claude-code-hooks-daemon (3 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 2,481 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

task-executor

Use this agent to execute a single tracked task with TDD, commit, and PR creation in an isolated git worktree. Dispatched by /coco:loop for parallel execution. Context: Multiple tasks are ready with non-overlapping file ownership. /coco:loop dispatches parallel agents. assistant: "I'll dispatch task-executor agents…

skullninja/coco-workflow · 97 tokens

engineering-manager

The Engineering Manager of the aSPARK team. Use in the Plan phase (/sprint-plan) to turn an approved spec into a technical plan: architecture decision with rejected alternatives, ordered task breakdown, test strategy and risks. Also use when a plan must be revised after review or QA findings.

a-lottes/aSPARK · 62 tokens

engineering-manager

Use to turn an approved plan or goal into a sequenced delivery plan — decomposing work into tasks with acceptance criteria, estimating effort, mapping dependencies into parallelizable waves, and flagging risks and blockers. Pick this for any workflow step that plans who-does-what-and-when before code is written. Does…

e1024kb/wise-claude · 74 tokens

todo

Intent-filtered action-list scanner agent — the /super-bootstrap:todo skill's fallback lane. Primary render is the skill's bundled render-board.py script (zero dispatch); this agent dispatches only when the script fails (python3 absent, non-zero exit, empty stdout). Reads the open cards in docs/work/ (plus…

RockyHong/super-bootstrap · 119 tokens

complete-task

Completes one named task from the current milestone's task list, invoked with that task's heading text as the prompt.

uHappyLogic/cairn · 27 tokens

business-lead

Business team lead. Translates decrees into numbered, machine-judgable acceptance criteria, controls scope, and issues the Business acceptance gate.

MohamedEmbarak/Supreme-Leader · 32 tokens