ASD

Ab Testing

Úsalo para planear, diseñar o implementar un test A/B o experimento, o para construir un programa de experimentación de growth con hipótesis, ICE score y backlog.

Estrellas
44.1k

en todo el repo

Actividad
45

0–100, la ruta de este skill

Actualizado
hace 3 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
2.8k tok

196 tok en reposo

Paquete
4 archivos

32 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add coreyhaines31/marketingskills --skill ab-testing --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Guía el diseño de tests A/B estadísticamente válidos: hipótesis, tamaño de muestra, métricas primarias/secundarias/guardrail y variantes
  • Ayuda a construir un programa de experimentación continuo con scoring ICE, backlog de hipótesis y cadencia de revisión
  • Proporciona checklist de pre-lanzamiento, análisis de resultados y plantilla de playbook para documentar patrones ganadores

Úsalo cuando

  • Cuando el usuario quiere planear, diseñar o implementar un test A/B o experimento
  • Cuando compara dos versiones y quiere medir cuál rinde mejor
  • Cuando quiere construir una práctica de experimentación de growth sistemática
  • Cuando menciona hipótesis, ICE score, significancia estadística o experiment backlog

No lo uses cuando

  • Para implementación de tracking, se recomienda usar el skill analytics
  • Para optimización de conversión a nivel de página, se recomienda usar el skill cro

Qué lo activa

Di cualquiera de estas frases y el agente debería cargar este skill.

  • Quiero diseñar un test A/B para mi página de precios
  • ¿Cómo calculo el tamaño de muestra para este experimento?
  • Ayúdame a priorizar mi backlog de experimentos con ICE score
  • Necesito armar un programa de experimentación de growth
  • ¿Cuánto tiempo debo correr este test antes de tener significancia estadística?

SKILL.md

En inglés

A/B Test Setup

You are an expert in experimentation and A/B testing. Your goal is to help design tests that produce statistically valid, actionable results.

Initial Assessment

Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md, or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.

Before designing a test, understand:

  1. Test Context - What are you trying to improve? What change are you considering?
  2. Current State - Baseline conversion rate? Current traffic volume?
  3. Constraints - Technical complexity? Timeline? Tools available?

Core Principles

1. Start with a Hypothesis

  • Not just "let's see what happens"
  • Specific prediction of outcome
  • Based on reasoning or data

2. Test One Thing

  • Single variable per test
  • Otherwise you don't know what worked

3. Statistical Rigor

  • Pre-determine sample size
  • Don't peek and stop early
  • Commit to the methodology

4. Measure What Matters

  • Primary metric tied to business value
  • Secondary metrics for context
  • Guardrail metrics to prevent harm

Hypothesis Framework

Structure

Because [observation/data],
we believe [change]
will cause [expected outcome]
for [audience].
We'll know this is true when [metrics].

Example

Weak: "Changing the button color might increase clicks."

Strong: "Because users report difficulty finding the CTA (per heatmaps and feedback), we believe making the button larger and using contrasting color will increase CTA clicks by 15%+ for new visitors. We'll measure click-through rate from page view to signup start."


Test Types

Type Description Traffic Needed
A/B Two versions, single change Moderate
A/B/n Multiple variants Higher
MVT Multiple changes in combinations Very high
Split URL Different URLs for variants Moderate

Sample Size

Quick Reference

Baseline 10% Lift 20% Lift 50% Lift
1% 150k/variant 39k/variant 6k/variant
3% 47k/variant 12k/variant 2k/variant
5% 27k/variant 7k/variant 1.2k/variant
10% 12k/variant 3k/variant 550/variant

Calculators:

For detailed sample size tables and duration calculations: See references/sample-size-guide.md


Metrics Selection

Primary Metric

  • Single metric that matters most
  • Directly tied to hypothesis
  • What you'll use to call the test

Secondary Metrics

  • Support primary metric interpretation
  • Explain why/how the change worked

Guardrail Metrics

  • Things that shouldn't get worse
  • Stop test if significantly negative

Example: Pricing Page Test

  • Primary: Plan selection rate
  • Secondary: Time on page, plan distribution
  • Guardrail: Support tickets, refund rate

Designing Variants

What to Vary

Category Examples
Headlines/Copy Message angle, value prop, specificity, tone
Visual Design Layout, color, images, hierarchy
CTA Button copy, size, placement, number
Content Information included, order, amount, social proof

Best Practices

  • Single, meaningful change
  • Bold enough to make a difference
  • True to the hypothesis

Traffic Allocation

Approach Split When to Use
Standard 50/50 Default for A/B
Conservative 90/10, 80/20 Limit risk of bad variant
Ramping Start small, increase Technical risk mitigation

Considerations:

  • Consistency: Users see same variant on return
  • Balanced exposure across time of day/week

Implementation

Client-Side

  • JavaScript modifies page after load
  • Quick to implement, can cause flicker
  • Tools: PostHog, Optimizely, VWO

Server-Side

  • Variant determined before render
  • No flicker, requires dev work
  • Tools: PostHog, LaunchDarkly, Split

Running the Test

Pre-Launch Checklist

  • Hypothesis documented
  • Primary metric defined
  • Sample size calculated
  • Variants implemented correctly
  • Tracking verified
  • QA completed on all variants

During the Test

DO:

  • Monitor for technical issues
  • Check segment quality
  • Document external factors

Avoid:

  • Peek at results and stop early
  • Make changes to variants
  • Add traffic from new sources

The Peeking Problem

Looking at results before reaching sample size and stopping early leads to false positives and wrong decisions. Pre-commit to sample size and trust the process.


Analyzing Results

Statistical Significance

  • 95% confidence = p-value < 0.05
  • Means <5% chance result is random
  • Not a guarantee—just a threshold

Analysis Checklist

  1. Reach sample size? If not, result is preliminary
  2. Statistically significant? Check confidence intervals
  3. Effect size meaningful? Compare to MDE, project impact
  4. Secondary metrics consistent? Support the primary?
  5. Guardrail concerns? Anything get worse?
  6. Segment differences? Mobile vs. desktop? New vs. returning?

Interpreting Results

Result Conclusion
Significant winner Implement variant
Significant loser Keep control, learn why
No significant difference Need more traffic or bolder test
Mixed signals Dig deeper, maybe segment

Documentation

Document every test with:

  • Hypothesis
  • Variants (with screenshots)
  • Results (sample, metrics, significance)
  • Decision and learnings

For templates: See references/test-templates.md


Growth Experimentation Program

Individual tests are valuable. A continuous experimentation program is a compounding asset. This section covers how to run experiments as an ongoing growth engine, not just one-off tests.

The Experiment Loop

1. Generate hypotheses (from data, research, competitors, customer feedback)
2. Prioritize with ICE scoring
3. Design and run the test
4. Analyze results with statistical rigor
5. Promote winners to a playbook
6. Generate new hypotheses from learnings
→ Repeat

Hypothesis Generation

Feed your experiment backlog from multiple sources:

Source What to Look For
Analytics Drop-off points, low-converting pages, underperforming segments
Customer research Pain points, confusion, unmet expectations
Competitor analysis Features, messaging, or UX patterns they use that you don't
Support tickets Recurring questions or complaints about conversion flows
Heatmaps/recordings Where users hesitate, rage-click, or abandon
Past experiments "Significant loser" tests often reveal new angles to try

ICE Prioritization

Score each hypothesis 1-10 on three dimensions:

Dimension Question
Impact If this works, how much will it move the primary metric?
Confidence How sure are we this will work? (Based on data, not gut.)
Ease How fast and cheap can we ship and measure this?

ICE Score = (Impact + Confidence + Ease) / 3

Run highest-scoring experiments first. Re-score monthly as context changes.

Experiment Velocity

Track your experimentation rate as a leading indicator of growth:

Metric Target
Experiments launched per month 4-8 for most teams
Win rate 20-30% is common for mature programs (sustained higher rates may indicate conservative hypotheses)
Average test duration 2-4 weeks
Backlog depth 20+ hypotheses queued
Cumulative lift Compound gains from all winners

The Experiment Playbook

When a test wins, don't just implement it — document the pattern:

## [Experiment Name]
**Date**: [date]
**Hypothesis**: [the hypothesis]
**Sample size**: [n per variant]
**Result**: [winner/loser/inconclusive] — [primary metric] changed by [X%] (95% CI: [range], p=[value])
**Guardrails**: [any guardrail metrics and their outcomes]
**Segment deltas**: [notable differences by device, segment, or cohort]
**Why it worked/failed**: [analysis]
**Pattern**: [the reusable insight — e.g., "social proof near pricing CTAs increases plan selection"]
**Apply to**: [other pages/flows where this pattern might work]
**Status**: [implemented / parked / needs follow-up test]

Over time, your playbook becomes a library of proven growth patterns specific to your product and audience.

Experiment Cadence

Weekly (30 min): Review running experiments for technical issues and guardrail metrics. Don't call winners early — but do stop tests where guardrails are significantly negative.

Bi-weekly: Conclude completed experiments. Analyze results, update playbook, launch next experiment from backlog.

Monthly (1 hour): Review experiment velocity, win rate, cumulative lift. Replenish hypothesis backlog. Re-prioritize with ICE.

Quarterly: Audit the playbook. Which patterns have been applied broadly? Which winning patterns haven't been scaled yet? What areas of the funnel are under-tested?


Common Mistakes

Test Design

  • Testing too small a change (undetectable)
  • Testing too many things (can't isolate)
  • No clear hypothesis

Execution

  • Stopping early
  • Changing things mid-test
  • Not checking implementation

Analysis

  • Ignoring confidence intervals
  • Cherry-picking segments
  • Over-interpreting inconclusive results

Task-Specific Questions

  1. What's your current conversion rate?
  2. How much traffic does this page get?
  3. What change are you considering and why?
  4. What's the smallest improvement worth detecting?
  5. What tools do you have for testing?
  6. Have you tested this area before?

Related Skills

  • cro: For generating test ideas based on CRO principles
  • analytics: For setting up test measurement
  • copywriting: For creating variant copy

Reproducido de coreyhaines31/marketingskills bajo licencia MIT. Leer esta página en markdown.

Archivos

4 archivos en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

Antes de instalar

Opcionalmente lee el contexto en .agents/product-marketing.md (o .claude/product-marketing.md) si existe antes de hacer preguntas.

Detalles

Categoría
Marketing
Licencia
MIT
Recursos incluidos
referencias
Código fuente
Ver SKILL.md

Etiquetas

Más de coreyhaines31/marketingskills

Este repo incluye 49 skills. Si instalas uno, normalmente ya tienes los demás.

Úsalo para generar, iterar o escalar creatividad publicitaria —titulares, descripciones, texto primario o variaciones completas— en cualquier plataforma de pago.

Costo de contexto al activarse
5.2k tok
Tamaño del paquete
11 archivos
Última actualización
el mes pasado
marketing

Ads

44.1k

Para campañas de publicidad pagada en Google Ads, Meta, LinkedIn, Twitter/X u otras plataformas: estrategia, targeting, bidding y optimización de anuncios.

Costo de contexto al activarse
6.4k tok
Tamaño del paquete
12 archivos
Última actualización
el mes pasado
marketing

Pricing

44.1k

Para decisiones de pricing, packaging o monetización: tiers, freemium, prueba gratuita, aumentos de precio, valor percibido y auditorías de páginas de pricing para humanos y agentes de IA.

Costo de contexto al activarse
2.3k tok
Tamaño del paquete
5 archivos
Última actualización
hace 17 días
marketing

Social

44.1k

Ayuda a crear, programar y optimizar contenido de redes sociales para LinkedIn, Twitter/X, Instagram, TikTok o Facebook, y a hacer escucha social y triage de engagement.

Costo de contexto al activarse
3.7k tok
Tamaño del paquete
10 archivos
Última actualización
el mes pasado
marketing

Para cuando el usuario quiere saber qué marketing impulsa realmente conversiones e ingresos, elegir un modelo de atribución o reconciliar cifras contradictorias entre herramientas.

Costo de contexto al activarse
5.2k tok
Tamaño del paquete
6 archivos
Última actualización
hace 21 días
datos analitica

Para montar un flujo de marketing recurrente y autoejecutable que un agente corre en una cadencia, en vez de una tarea puntual; orquesta otras skills de marketing como un loop siempre activo.

Costo de contexto al activarse
2.3k tok
Tamaño del paquete
7 archivos
Última actualización
el mes pasado
marketing

Skills relacionados

Launch

44.1k

Úsalo cuando el usuario quiera planear un lanzamiento de producto, anuncio de feature o estrategia de release, incluyendo Product Hunt, beta launch, early access o waitlist.

Costo de contexto al activarse
3.2k tok
Tamaño del paquete
2 archivos
Última actualización
el mes pasado
marketing

Extrae automáticamente el sitio web oficial y los perfiles de redes sociales de una empresa, ya sea a partir de su nombre o de la URL de su sitio web.

Costo de contexto al activarse
1.6k tok
Tamaño del paquete
2 archivos
Última actualización
hace 3 meses
Oficialmarketing

Auditoría de sobre-ingeniería en todo el repo, no solo un diff: lista rankeada de qué borrar, simplificar o reemplazar por stdlib/nativo. Reporte de una sola vez, no aplica los cambios.

Costo de contexto al activarse
413 tok
Tamaño del paquete
1 archivo
Última actualización
el mes pasado
herramientas desarrollo