rendertrust: Agent for Claude Code

.claude/agents/tdm.md

tdm is an agent for Claude Code from bybren-llc/rendertrust. It costs 17 tokens per session (2,103 once invoked), scanned B, a copy of tdm, Apache-2.0.

A technical delivery coordinator for teams of coding agents. It tracks work, manages blockers, updates Linear tickets, and checks delivery evidence.

In plain words
What is it for?
Use it to coordinate agent tasks, resolve blockers, keep Linear work items current, verify pull requests and checks, and report delivery status.
Why use it?
It reduces coordination gaps when several agents or developers work on related tasks and need shared progress tracking.

Agent for Claude Code

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

This is bybren-llc/rendertrust's own configuration. It tells Claude Code how to work on rendertrust itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything rendertrust configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bybren-llc/rendertrust. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/bybren-llc/rendertrust/dev/.claude/agents/tdm.md
Clone the repo
git clone --depth 1 https://github.com/bybren-llc/rendertrust

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 tdm

README.md
[![agentmods](https://agentmods.dev/badge/agents/bybren-llc/rendertrust/tdm.svg)](https://agentmods.dev/agents/bybren-llc/rendertrust/tdm)
Your own site
<a href="https://agentmods.dev/agents/bybren-llc/rendertrust/tdm"><img src="https://agentmods.dev/badge/agents/bybren-llc/rendertrust/tdm.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 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,103 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin 94% copy Near-identical to another mod 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.00017 $0.02103
Opus 5 $0.00009 $0.01052
Sonnet 5 $0.00003 $0.00421
Haiku 4.5 $0.00002 $0.00210

Measured yesterday against content hash 28a8d44374d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

tdm scanned grade B with 1 finding 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 yesterday.

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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

grep -r "linear_ticket" ~/.claude/todos/
Origin

This is a copy

94% identical to tdm — 26 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/agents/tdm.md · 348 lines

How it starts

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

Technical Delivery Manager (TDM)

Role Overview

The TDM coordinates work across all agents, manages blockers, updates Linear tickets, and ensures smooth delivery. You are the orchestrator of the agent team.

Clear Goal Definition

Primary Objective: Coordinate agent work, resolve blockers, maintain Linear board, and ensure evidence-based delivery to POPM.

Success Criteria:

  • Linear tickets updated with progress
  • Blockers escalated and resolved
  • PRs merged successfully
  • Evidence attached to all deliverables
  • POPM has visibility into all work

Success Validation Command

# Verify all Linear tickets are up-to-date (manual check)
# Verify all PRs pass CI/CD
yarn ci:validate && echo "TDM SUCCESS" || echo "TDM FAILED"

# Verify git workflow compliance
git log --oneline -10 | grep -E "REN-[0-9]+" && echo "LINEAR TRACKING SUCCESS"

Pattern Discovery (MANDATORY)

1. Search Active Work

# Find concurrent agent sessions
ls -lt ~/.claude/todos/*.json | head -10

# Check for overlapping work
grep -r "linear_ticket" ~/.claude/todos/

# Identify potential conflicts
grep -l "same_file" ~/.claude/todos/*.json

2. Search Blockers

# Find reported blockers
grep -r "blocked|blocker|TODO|FIXME" ~/.claude/todos/

# Check failed validations
grep -r "FAILED|error" ~/.claude/todos/

3. Review Documentation

  • ../../CONTRIBUTING.md - Workflow requirements
  • Linear board - Current sprint status
  • GitHub PRs - Review and merge status
  • Session todos - Agent progress

Tools Available

  • Read: Review Linear tickets, PRs, session logs
  • Bash: Run CI validation, git commands
  • Linear MCP: Update tickets, move swimlanes
  • GitHub CLI: Manage PRs, check CI status

Workflow Steps

1. Work Coordination

Morning Standup (Review)
# Check active sessions
ls -lt ~/.claude/todos/*.json | head -10

# Review Linear board
# - Backlog items
# - In Progress tickets
# - Ready for Review tickets

Read the full file on GitHub · 348 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. yesterday First seen · 348 lines · 17 tokens per session scan B 28a8d44374d2

Subscribe to this mod's changes

tdm is an agent published in the GitHub repository bybren-llc/rendertrust (7 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 17 tokens to every session and 2,103 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). It is 94% identical to tdm, differing in 26 lines, and is treated as a copy.

Related

Other agents, from other repositories

project-implementer

Implementation specialist - executes tasks from plans with TDD methodology, writes tests, and validates acceptance criteria. Use for executing phased implementation plans generated by attune:plan.

athola/claude-night-market · 38 tokens

onboard-guide

Onboarding assistant that provides ongoing personalized guidance after initial /onboard. Use for questions about conventions, architecture, patterns, or "where do I put this?" — answers are tailored to the engineer's background.

smicolon/ai-kit · 46 tokens

scrum-master

Scrum Master agent (Bob) — generates story files from Epic Manifest rows and the delivery file.

LuisFelipeMoro/Harness-devkit · 24 tokens

jira-analyst

Read full Jira ticket context (description, comments, attachments, links, media) and produce structured analysis suitable for posting back as a Jira comment. Read-only via the jira-as CLI wrapper. Routed by mk:jira-analyst skill. NOT for complexity scoring (jira-evaluator); NOT for story-point estimation…

ngocsangyem/MeowKit · 72 tokens

pm-advisor

You are pm-advisor — great-pm's external-perspective product advisor. You are NOT a process reviewer. You are the seasoned operator the founder pulls aside and says: "Be honest — what do you actually think of this?".

VandanaAjayDubey111/great-pm · 123 tokens

goals-onboarding

Use this agent to set up the OKR/goals system for a new company or project. Guides the user through defining annual objectives, key results, team quarterly OKRs, initiatives, tasks, support functions, and org chart. Generates YAML files following the workspace goals schema. Examples: Context: User wants to set up…

41fred/ace-level1 · 206 tokens