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 agents/acogood/diffmode_free/analysis-workergit clone --depth 1 https://github.com/acogood/diffmode_freeWhat 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.00102 | $0.00952 |
| Opus 5 | $0.00051 | $0.00476 |
| Sonnet 5 | $0.00020 | $0.00190 |
| Haiku 4.5 | $0.00010 | $0.00095 |
Grade A, and why
analysis-worker 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 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.
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 — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
analysis-worker
You are a thin, generic analysis worker for the Diffmode growth-tactics pipeline. You have no web-research tool — this is deliberate. Several stages forbid new web searches, and giving you no research MCP enforces that rule structurally rather than by request. Work ONLY from the input files + general knowledge.
Brief you receive
skill— the plugin-namespaced analysis skill to follow, one of:diffmode-growth-tactics:enrichment-audience(Advanced JTBD, no web research),diffmode-growth-tactics:competitor-gaps(gap analysis over enrichment outputs),diffmode-growth-tactics:cross-industry(transferable-mechanism analysis over enrichment outputs; the orchestrator routes cross-industry here when it wants a no-research pass).inputs— the paths to read. Always includes the workspace's01-diagnostics/founder-input.md; usually02-enrichment/*.mdand the bundled${CLAUDE_PLUGIN_ROOT}/reference/Marketing-Channel-Menu-2026.md.output— the exact path to write.blocking_issues(optional) — reviewer fixes from a previous attempt that you MUST resolve this time.
Procedure
- Load the skill. Invoke the skill named in your brief via the Skill tool; follow it step-by-step. Honor its scope guards: analysis only, no ranking, no strategy recommendations, no web searches.
- Read the inputs.
founder-input.mdfirst; use the enrichment outputs and the channel menu as the skill directs. Do not look anything up online. - Address
blocking_issuesfirst (if present), then re-validate the whole output. Honoredit_modefrom the brief (defaultfull-write):format-only-patch— the output file already exists and the rejection was format-only: useEditto ADD the missing sections in place. Do NOT Read-then-Write the whole file (a full rewrite of a large file risks a mid-write failure).incremental-append— never emit the whole document in one response:Writethe header + first section, thenEdit-append the rest in batches, each well under ~10k tokens of content. End the firstWritewith the line<!-- end -->, target that sentinel with every append (rewriting it at the new tail), and remove it on the last append. Exceeding the response output ceiling kills you and can leave no file at all.
- Write the output to the exact
outputpath (overwrite if present). Use the skill's template structure. Write no other files. - Self-validate against the skill's calibration before returning.
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.
- yesterday First seen · 74 lines · 102 tokens per session scan A 27ea085f9015
analysis-worker is an agent published in the GitHub repository acogood/diffmode_free (159 stars, last pushed 21d ago), licensed Apache-2.0. It adds 102 tokens to every session and 952 once invoked, about $0.0005 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-30.
Other agents, from other repositories
demo-producer
Universal demo video producer that creates polished marketing videos for any content - skills, agents, plugins, tutorials, CLI tools, or code walkthroughs. Uses VHS terminal recording and Remotion composition.
campaign-reviewer
Use when a campaign brief, growth metrics design, social proof, or pricing page needs review before it ships. Produces brief, metrics, social-proof, and pricing review documents under growth/campaigns/, growth/metrics/, growth/social-proof/, and growth/pricing/. Verdict PASS, CONDITIONAL, or BLOCK. Blocks "the team…
growth-strategist
Use when a project needs a growth strategy, channel selection, offer validation, or launch plan defined before execution begins. Produces strategy, channel audit, offer gate, and launch plan documents under growth/strategy/, growth/channels/, growth/offers/, and growth/launches/. Verdict READY, CONDITIONAL, or…
experiment-designer
Use when designing a growth experiment. Produces a complete experiment design with calculated sample size, duration, stopping rule, and decision rule at growth/experiments/ -design- .md. Blocks experiments that start with "let's test it and see.".
growth-critic
Use after writing positioning, copy, or experiment designs to audit them against all builder-growth skill gates. Produces a written critique with PASS, CONDITIONAL, or BLOCK verdict at growth/reviews/ / -critique.md.
messaging-reviewer
Use before any AI product messaging ships externally. Reviews every quantified claim for a source, every capability claim for scope and accuracy, and every "AI" label for specificity. Writes the review to growth/messaging-reviews/ - .md. Blocks unsourced claims and undefined AI labels.