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 skills/ad-superpowers/ad-superpowers-plugin/experiment-design-frameworknpx skills add Ad-Superpowers/ad-superpowers-plugin --skill experiment-design-frameworkgit clone --depth 1 https://github.com/Ad-Superpowers/ad-superpowers-pluginWrote 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.
[](https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/experiment-design-framework)<a href="https://agentmods.dev/skills/ad-superpowers/ad-superpowers-plugin/experiment-design-framework"><img src="https://agentmods.dev/badge/skills/ad-superpowers/ad-superpowers-plugin/experiment-design-framework.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00097 | $0.05111 |
| Opus 5 | $0.00048 | $0.02556 |
| Sonnet 5 | $0.00019 | $0.01022 |
| Haiku 4.5 | $0.00010 | $0.00511 |
Grade A, and why
experiment-design-framework 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.
How it starts
The opening of the file, as written. The whole thing — 501 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Advertising Experiment Design Framework
Purpose
Provide a rigorous, practical framework for designing and interpreting advertising experiments. Move from "I think this works" to "I know this works, and here's the data." Most ad optimization is observational — experiments let you prove causation.
When to Use This Skill
Invoke when user mentions:
- A/B testing: "How do I A/B test my ads?"
- Statistical significance: "Is this result significant?"
- Sample size: "How many conversions do I need?"
- Test duration: "How long should I run this test?"
- Incrementality: "Is this channel actually driving sales?"
- Holdout test: "What would happen if I turned off this campaign?"
- Geo lift: "How do I test a campaign's true impact?"
- Multi-variate: "Can I test multiple things at once?"
- Learning phase: "How do I test without wasting budget?"
Part 1: Experiment Types
Overview Matrix
| Experiment Type | Complexity | Cost | Statistical Rigor | Best For |
|---|---|---|---|---|
| A/B Test (Split Test) | Low | Low | Medium-High | Creative, copy, landing pages |
| Multi-Variate Test (MVT) | Medium | Medium | Medium | Multiple creative elements simultaneously |
| Holdout Test | Low | Low-Medium | High | Measuring incrementality of a campaign |
| Geo Lift Test | High | High | Highest | Measuring true channel contribution |
| Pre/Post Test | Low | Low | Low | Rough directional signal only |
| Conversion Lift (Meta/Google) | Medium | Medium | High | Platform-provided incrementality |
When to Use Each Type
QUESTION: What are you trying to learn?
├── "Which creative/copy/CTA works better?"
│ └── A/B Test (or MVT if testing multiple elements)
│
├── "Is this campaign actually driving incremental sales?"
│ └── Holdout Test (simplest) or Conversion Lift Study
│
├── "What's the true ROI of this channel?"
│ └── Geo Lift Test (gold standard) or Holdout Test
│
├── "Should I change my bid strategy?"
│ └── A/B Test with Campaign Budget Optimization
│ (run both strategies simultaneously, same audience split)
│
├── "Which audience performs better?"
│ └── A/B Test with audience splitting
│ (Meta: split test feature; Google: experiments)
│
└── "What's the best combination of headline + image + CTA?"
└── Multi-Variate Test (need high traffic volume)
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.
- 4d ago First seen · 501 lines · 97 tokens per session scan A 9293b02bae98
experiment-design-framework is a skill published in the GitHub repository Ad-Superpowers/ad-superpowers-plugin (5 stars, last pushed 6d ago), licensed MIT. It adds 97 tokens to every session and 5,111 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-31.
Other skills, from other repositories
analytics
Growth analytics authority — GA4 event tracking, conversion funnels, attribution models, cohort analysis, A/B testing, Supabase analytics queries, and revenue reporting patterns.
attribution-scope
GA4 has three distinct attribution scopes. Using the wrong scope gives misleading results. Choose based on the question you are answering.
traffic-diagnosis
Systematically diagnose why traffic changed — spike, drop, or shift in mix. Follow these steps in order. Each step narrows the hypothesis.
bot-traffic-detection
Identify and exclude bot, scraper, and spam sessions from GA4 data.
analytics
Use when instrumenting product or web analytics — GA4/PostHog SDK wiring, event taxonomy, funnels, double-counted events, consent gating, PII scrubbing. NOT charting that data (that is dashboard), NOT choosing which metrics matter (that is kpi-framework), NOT experiment math (that is ab-testing), NOT cookie-policy…
_mureo-shared
Skill "_mureo-shared" from logly/mureo, covering mureo shared patterns, installation, setup, claude code (recommended) and manual configuration.