lvtd-llc/skills

experimentation-throughput-strategy

Plan experiment throughput strategies for mature A/B testing programs.

First seen Jul 12, 2026

Installation

$ npx skills add lvtd-llc/skills --skill experimentation-throughput-strategy

Summary

  • Plan experiment throughput strategies for mature A/B testing programs.
  • Use when testing capacity is constrained, teams are waiting for experiment slots, roadmap coordination is slowing learning, or a team must choose isolated, overlapping, parallel, or capacity-aware experiment scheduling without sacrificing result quality.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lvtd-llc/skills · top by installs.

npx skills add lvtd-llc/skills

Browse all from lvtd-llc/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.1.0
LicenseMIT
CompatibilityCodex, Claude Code, and other Agent Skills-compatible clients.
Declared agents claude-code codex
More metadata
version
0.1.0
displayName
Experimentation Throughput Strategy
category
Product Management
tags
practical-ab-testing,next-level-ab-testing,ab-testing,experimentation,product-analytics

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,652 B
  • docs SUMMARY.md 368 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Experimentation Throughput Strategy

Use this skill to increase the rate of product experimentation without turning the experiment pipeline into an unreliable traffic jam. It focuses on testing capacity, isolated versus overlapping strategies, interaction effects, and the process/tooling needed to coordinate experiments at scale.

Source Traceability

Primary source: Next-Level A/B Testing by Leemay Nassery. Guidance is transformed and paraphrased from Chapter 1 on rate, quality, and cost; Chapter 2 on testing availability, isolated and overlapping strategies, and interaction effects; and Chapter 9 on balancing rate with quality, cost, and usability.

Related skills:

  • ab-testing-platform-strategy for platform architecture and ownership.
  • experiment-verification-monitoring for monitoring conflicts and active-test

health.

  • experiment-sensitivity-optimization for reducing traffic needs by improving

metric sensitivity.

Reference Routing

Need Read
Throughput concepts and terminology references/core/knowledge.md
Strategy selection and coordination rules references/core/rules.md
Scenario examples and tradeoffs references/core/examples.md
Step-by-step throughput plan workflows/improve-experiment-throughput.md

Workflow

  1. Map the current experiment pipeline and where tests wait.
  2. Identify whether the bottleneck is traffic, coordination, tooling, review,

QA, analysis, or decision latency.

  1. Decide whether isolated testing, overlapping testing, or a hybrid model fits

the product surface and metric precision needs.

  1. Define interference and interaction-effect safeguards.
  2. Add visibility: current tests, upcoming tests, capacity, ownership, and

conflict flags.

  1. Write rollout rules so teams know when to schedule, overlap, defer, or split

experiments.

Output Format

# Experimentation Throughput Plan

## Bottleneck
[What is limiting experiment rate and what evidence shows it.]

## Recommended Strategy
[Isolated | Overlapping | Hybrid | Keep current strategy] because [reason].

## Capacity View
| Surface or Audience | Current Tests | Upcoming Tests | Constraint | Owner |
|---------------------|---------------|----------------|------------|-------|

## Interference Safeguards
- Conflict dimensions:
- Monitoring:
- Escalation:

## Process And Tooling Changes
1. [Change]
2. [Change]
3. [Change]

## Decision Rules
- Overlap when:
- Isolate when:
- Defer when:
- Revisit when:

Quality Bar

  • Do not increase experiment count by ignoring validity risks.
  • Do not default to isolated testing when capacity is the primary constraint and

experiments can run independently.

  • Do not default to overlapping testing when experiments change the same user

journey, metric, or surface in ways that can interact.

  • Make the coordination mechanism explicit; "teams will communicate" is not a

scalable throughput strategy.