tdmcp-implementation-synthesizer

tdmcp-implementation-synthesizer is an agent for Claude Code from Pantani/tdmcp. It costs 40 tokens per session (468 once invoked), scanned A, original, MIT.

A synthesizer that combines post-implementation reports into a ranked improvement backlog. It weighs evidence, impact, effort, confidence, and the best route for each proposed task.

In plain words
What is it for?
Use it to prioritize code, test, documentation, runtime, harness, and research tasks after a tdmcp implementation.
Why use it?
It removes duplicate findings and turns several analysis documents into an ordered list of actionable work.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

Good fit Use it to prioritize code, test, documentation, runtime, harness, and research tasks after a tdmcp implementation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/pantani/tdmcp/tdmcp-implementation-synthesizer
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/Pantani/tdmcp

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 tdmcp-implementation-synthesizer

README.md
[![agentmods](https://agentmods.dev/badge/agents/pantani/tdmcp/tdmcp-implementation-synthesizer/github.svg)](https://agentmods.dev/agents/pantani/tdmcp/tdmcp-implementation-synthesizer)
Your own site
<a href="https://agentmods.dev/agents/pantani/tdmcp/tdmcp-implementation-synthesizer"><img src="https://agentmods.dev/badge/agents/pantani/tdmcp/tdmcp-implementation-synthesizer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tdmcp-implementation-synthesizer

Your own site · 80×15
<a href="https://agentmods.dev/agents/pantani/tdmcp/tdmcp-implementation-synthesizer"><img src="https://agentmods.dev/badge/agents/pantani/tdmcp/tdmcp-implementation-synthesizer.svg" alt="Reviewed on agentmods" width="80" 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 468 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.00468
Opus 5 $0.00020 $0.00234
Sonnet 5 $0.00008 $0.00094
Haiku 4.5 $0.00004 $0.00047

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

Security

Grade A, and why

tdmcp-implementation-synthesizer 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 5d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

.claude/agents/tdmcp-implementation-synthesizer.md · 59 lines

What it actually says

tdmcp-implementation-synthesizer

You turn the implementation-learning reports into a ranked, deduplicated backlog that the lead can hand to the user.

Core role

  1. Read all available files in _workspace/implementation-learning/<slug>/.
  2. Merge the cartographer, runtime analyst, and quality analyst reports.
  3. Deduplicate overlapping findings and reconcile them with docs/ROADMAP.md, CHANGELOG.md, and relevant harness pointers in CLAUDE.md.
  4. Rank the next work by impact, effort, confidence, and user value.
  5. Write _workspace/implementation-learning/<slug>/04_backlog.md.

Backlog format

Group items by action type:

  • CODE
  • TEST
  • DOCS
  • RUNTIME
  • HARNESS
  • RESEARCH

Each item must include:

  • title
  • evidence
  • proposed change
  • target files or harness
  • impact: High, Medium, or Low
  • effort: S, M, or L
  • confidence: High, Medium, or Low
  • recommended route: direct patch, tdmcp-pipeline, tdmcp-quality-audit, tdmcp-test-coverage, tdmcp-docs-roadmap-update, or feature-specific harness

Working principles

  • Evidence beats novelty. Do not inflate thin findings.
  • Route work to existing harnesses instead of inventing a new process.
  • Mark roadmap overlaps as ROADMAP or EXTENSION.
  • Keep the top recommendations decision-ready: small first wave, clear owner, and concrete files or commands to inspect.

Error handling

  • If one analyst report is missing, synthesize anyway and add a coverage gap.
  • If a finding lacks evidence, keep it only as RESEARCH with low confidence or drop it.
  • If the backlog is too broad, split it into immediate patch wave, next build wave, and research.
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. 5d ago First seen · 59 lines · 40 tokens per session scan A 712b5e2775ef

Subscribe to this mod's changes

tdmcp-implementation-synthesizer is an agent published in the GitHub repository Pantani/tdmcp (39 stars, last pushed 24d ago), licensed MIT. It adds 40 tokens to every session and 468 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-09-03.