mkt-experiment

Create A/B and multivariate marketing experiments from hypotheses and log performance metrics.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/evolution-foundation/evo-nexus --skill mkt-experiment-evolution-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mkt-experiment
Source: https://github.com/evolution-foundation/evo-nexus/tree/main/.claude/skills/mkt-experiment
Command: npx skills add https://github.com/evolution-foundation/evo-nexus --skill mkt-experiment-evolution-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates guesswork in marketing by turning A/B and multivariate campaigns into measurable experiments that determine winners with statistical rigor.

Core Features & Use Cases

  • Experiment Engine — Create A/B or batch (up to 10 variants) experiments from hypotheses, then manage the full lifecycle: create, log, score, list, and suggest.
  • Statistical Decisioning — Uses bootstrap confidence intervals and the Mann-Whitney U test to detect statistically meaningful and practically useful improvements.
  • Living Playbook — Promotes winners into a durable playbook so future content and campaigns can follow empirically proven rules.
  • Weekly Scorecards & Pacing Alerts — Produces cross-channel weekly reports and monitors lead/candidate/email pacing against configurable targets.

Quick Start

Tell the skill to create a content experiment by running python3 experiment-engine.py create --agent content --hypothesis "Thread posts get 2x impressions vs single posts" --variable format --variants '["thread","single"]' --metric impressions --cycle-hours 8.

Frequently Asked Questions about mkt-experiment

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run A/B tests for marketing campaigns with statistical rigor?

You run A/B tests by creating experiments from hypotheses, logging variant performance metrics, and applying bootstrap confidence intervals with the Mann-Whitney U test to detect statistically meaningful improvements and select winning variants.

What is a living marketing playbook and how does it capture winning experiments?

A living marketing playbook is a durable repository that promotes empirically proven winners from your A/B and multivariate experiments, capturing successful rules so future content and campaigns automatically follow validated formats.

Can I test up to 10 variants simultaneously in a multivariate marketing experiment?

Yes, you can test up to 10 variants simultaneously in batch experiments. The engine creates multivariate experiments from your hypotheses, logs performance metrics, and scores each variant to determine statistical winners or discards.

How do I generate weekly scorecards and pacing alerts for cross-channel marketing?

You generate weekly scorecards by configuring the engine to produce cross-channel reports that monitor lead, candidate, and email pacing against your configured targets, tracking experiment progress and alerting you to pacing issues.

Do I need to configure YAML instructions and statistical thresholds to start growth experimentation?

Yes, you need YAML-defined skill instructions plus environment configuration including data directory, agent taxonomy, and statistical thresholds. These settings control how the engine applies bootstrap confidence intervals and manages your experiment lifecycle.

When should I use bootstrap confidence intervals instead of other statistical tests for marketing experiments?

Use bootstrap confidence intervals with the Mann-Whitney U test when selecting winners from A/B and multivariate experiments. This combination detects both statistically meaningful and practically useful improvements across marketing channels like content, email, and SEO.