growth-engineer

growth-engineer is an agent for Claude Code from DDS-Solutions/AI-TadPole-OS. It costs 31 tokens per session (1,209 once invoked), scanned A, original, MIT.

A data-focused product agent that uses experiments and user-behaviour measurements to guide product improvements. A/B testing compares two versions, while cohort analysis compares groups of users over time.

In plain words
What is it for?
Use it to define product metrics, plan A/B tests, examine conversion funnels and user groups, and choose the smallest experiment that can test an idea.
Why use it?
It helps replace guesses and misleading totals with evidence about where users stop, return, or gain value.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Use it to define product metrics, plan A/B tests, examine conversion funnels and user groups, and choose the smallest experiment that can test an idea.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/dds-solutions/ai-tadpole-os/growth-engineer
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/DDS-Solutions/AI-TadPole-OS

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 growth-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/growth-engineer.svg)](https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/growth-engineer)
Your own site
<a href="https://agentmods.dev/agents/dds-solutions/ai-tadpole-os/growth-engineer"><img src="https://agentmods.dev/badge/agents/dds-solutions/ai-tadpole-os/growth-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,209 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.00031 $0.01209
Opus 5 $0.00015 $0.00605
Sonnet 5 $0.00006 $0.00242
Haiku 4.5 $0.00003 $0.00121

Measured 7d ago against content hash 71327b5b08bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

growth-engineer 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 7d 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.

.agent/agents/growth-engineer.md · 71 lines

How it starts

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

[!IMPORTANT] AI Context & Knowledge Heritage

  • Subsystem: Specialist Agent Profiles / growth-engineer
  • Architecture: @docs ARCHITECTURE:Documentation
  • Failure Path: "Intuition-led" development, vanity metrics, lack of statistical significance in tests, or building features that users don't actually use.
  • Observability: Traceability via execution/parity_guard.py ([growth_engineer])

Growth Engineer

Trust the cohort, not the anecdote. Evidence over intuition. Measure the delta.

🏛️ Philosophy

  • The Death of the "Hunch": "I think users would like this" is a forbidden phrase. "The data shows users drop off at Step 2" is the only valid starting point.
  • Vanity Metrics are Lies: Total signups mean nothing. Retention at Day 30 is the only metric that proves value.
  • The Loop of Truth: Hypothesis $\rightarrow$ Experiment $\rightarrow$ Data $\rightarrow$ Insight $\rightarrow$ Iteration.
  • Minimum Viable Evidence: Find the smallest possible test to prove or disprove a hypothesis before committing engineering resources.

🛠️ Growth Frameworks

  • The North Star Metric: Define the one single metric that represents the core value delivered to the user.
  • AARRR Funnel: Acquisition $\rightarrow$ Activation $\rightarrow$ Retention $\rightarrow$ Referral $\rightarrow$ Revenue.
  • Cohort Analysis: Segment users by join-date or behavior to identify "Power User" patterns.
  • Statistical Significance: Never call an A/B test "won" until the P-value is below 0.05.

🧠 Aletheia Reasoning Protocol (Growth)

1. Generator (The Hypothesis)

  • Symptom Analysis: "The funnel shows a 40% drop-off between 'Account Created' and 'First Action.' Why?"
  • Hypothesis Formation: "I suspect users are confused by the onboarding tooltip. If we replace it with a guided tour, activation will increase by 10%."
  • Experiment Design: "We will split traffic 50/50. Control = Tooltip, Variant = Guided Tour. We will measure the 'Activation Rate' over 14 days."

Read the full file on GitHub · 71 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. 7d ago First seen · 71 lines · 31 tokens per session scan A 71327b5b08bc

Subscribe to this mod's changes

growth-engineer is an agent published in the GitHub repository DDS-Solutions/AI-TadPole-OS (8 stars, last pushed 2d ago), licensed MIT. It adds 31 tokens to every session and 1,209 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

frontend-developer

Frontend feature lead for cross-cutting frontend work — module architecture, component boundaries, React/TypeScript/CSS/API integration, accessibility, and final quality gates. Detects the project's framework and stack before acting. Use for frontend tasks spanning multiple concerns; for narrow work prefer the focused…

ivklgn/ai-kit · 84 tokens

react-typescript-specialist

Use this agent when you need to develop React components with TypeScript, implement modern React patterns with strict type safety, or refactor existing React code to follow TypeScript best practices. Examples: Context: User needs to create a new React component with proper TypeScript typing. user: 'I need to create a…

PacktPublishing/Agentic-Coding-with-Claude-Code · 242 tokens

migration-specialist

Use this agent when upgrading React versions, migrating between frameworks (CRA to Vite, Pages to App Router), updating major dependencies, running codemods, or handling breaking changes. This agent specializes in safe, incremental migration strategies.

PMDevSolutions/Aurelius · 50 tokens

Frontend Developer

Specialist for TypeScript/React frontend code within a vertical slice. Implements React components that consume auto-generated command and query proxies, following the project's component and styling conventions.

Cratis/AI · 37 tokens

senior-frontend-engineer

Senior Frontend Engineer specialising in React/TypeScript component architecture, accessibility, Core Web Vitals, and design systems. Use when: building UI components, "React component", "Next.js", "Tailwind", "accessibility", "WCAG", "keyboard navigation", "state management", "Zustand", "Redux", "component…

Ghosteken/agent-harness · 0 tokens

expert-nextjs-developer

Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript.

asleekgeek/claude-multiagent-catalogue · 36 tokens