td-concept

td-concept is a command for coding agents from dreamrec/TDPilot. It costs 14 tokens per session (439 once invoked), scanned A, original, MIT.

A command for turning a TouchDesigner visual concept into a reviewed, executable node graph. TouchDesigner is software for building interactive 2D and 3D visuals by connecting processing nodes.

In plain words
What is it for?
Use it to ground a TouchDesigner concept, propose the smallest suitable graph, inspect the target area and output, execute an accepted build plan, and verify the result.
Why use it?
It helps translate an artistic idea into concrete inputs, outputs, constraints, behaviors, and checks before building. It also validates the proposed graph and fixes rejected or incomplete settings.

Command

Part of the tdpilot plugin — 8 skills, 6 commands, 4 agents, 4 hooks, 1 MCP server shipped together

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.

agentmods
npx agentmods add commands/dreamrec/tdpilot/td-concept
Clone the repo
git clone --depth 1 https://github.com/dreamrec/TDPilot

Or install tdpilot, the plugin that ships this one along with the rest of its 8 skills, 6 commands, 4 agents, 4 hooks, 1 MCP server.

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 td-concept

README.md
[![agentmods](https://agentmods.dev/badge/commands/dreamrec/tdpilot/td-concept.svg)](https://agentmods.dev/commands/dreamrec/tdpilot/td-concept)
Your own site
<a href="https://agentmods.dev/commands/dreamrec/tdpilot/td-concept"><img src="https://agentmods.dev/badge/commands/dreamrec/tdpilot/td-concept.svg" alt="Measured on agentmods" height="20"></a>
Per session 14 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 439 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00014 $0.00439
Opus 5 $0.00007 $0.00219
Sonnet 5 $0.00003 $0.00088
Haiku 4.5 $0.00001 $0.00044

Measured 4d ago against content hash 1b75d30632f2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

td-concept 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.

commands/td-concept.md · 38 lines

What it actually says

Build the user's concept from $ARGUMENTS through TDPilot's concept-authoring route. If no concept was supplied, ask for one concise visual intention before continuing.

  1. Inspect focus, target root, direct connections, relevant errors, and likely output. Ask only when the root/output or an external source remains genuinely ambiguous.
  2. Extract every required capability, input, output, constraint, spatial feature, behavior, quality, binding, and validation need from the concept.
  3. Call td_brain_ground directly with the complete intent, target root, constraints, desired output, include_memory=true, and trace_level="summary".
  4. Author the smallest graph allowed by the returned authoring contract, candidates, operator availability, parameter semantics, and relevant local recall. Load the builder skill's references/progressive-drafts.md only if a 2D or 3D skeleton helps; live grounding always wins.
  5. Call td_brain_propose with the returned grounding_id, draft_schema_version="2", and detail_level="summary". Fix machine-readable rejections and essential stripped parameters. Do not silently reduce the requested concept.
  6. Execute only an accepted plan_id whose server-recomputed required coverage is complete and whose semantic edges are fully lowered. Use rollback on failure.
  7. Validate the actual graph, runtime behavior, bindings/references, stable output, and requested visual/temporal qualities. Check errors at completion. Use one low-quality thumbnail when visual proof is required; ask before repeated images or streaming.
  8. Report the usable outcome, exact scope, chosen architecture, validation evidence, rollback status, and any unavailable evidence or residual risk.

Do not call td_brain_plan merely because one keyword resembles a known pattern. /td-concept is specifically for concept-shaped work.

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. 4d ago First seen · 38 lines · 14 tokens per session scan A 1b75d30632f2

Subscribe to this mod's changes

td-concept is a command published in the GitHub repository dreamrec/TDPilot (11 stars, last pushed 1mo ago), licensed MIT. It adds 14 tokens to every session and 439 once invoked, about $0.0001 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.