Experimentation Strategy Roadmap
Use this skill to decide which experimentation capability deserves investment
next. It helps balance experimentation rate, quality, cost, usability, process,
infrastructure, and company strategy when adopting advanced techniques.
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; and
Chapter 9 on optimization strategies, process improvements, infrastructure,
company goals, user needs, robustness, cost versus quality, and evaluating new
strategies.
Related skills:
ab-testing-platform-strategy for platform architecture and build/buy scope.
experimentation-throughput-strategy for increasing experiment rate.
experiment-verification-monitoring for quality investments.
experiment-sensitivity-optimization, ml-experiment-evaluation, and
adaptive-experimentation-strategy for advanced technique candidates.
Reference Routing
| Need |
Read |
| Roadmap concepts |
references/core/knowledge.md |
| Prioritization and platformization rules |
references/core/rules.md |
| Strategy examples |
references/core/examples.md |
| Step-by-step roadmap workflow |
workflows/prioritize-experimentation-roadmap.md |
Workflow
- State the company's strategic goals and current experimentation constraints.
- Classify candidate work as optimization strategy, process improvement,
infrastructure enhancement, or a combination.
- Score each candidate against rate, quality, cost, usability, robustness, and
adoption effort.
- Prototype advanced strategies before platformizing them.
- Sequence the roadmap so tools, processes, and education support each other.
- Define success metrics for the platform itself.
Output Format
# Experimentation Strategy Roadmap
## Strategic Context
[Company/product goals and experimentation constraints.]
## Recommendation
[Top roadmap priority and why.]
## Candidate Initiatives
| Initiative | Type | Rate | Quality | Cost | Usability | Effort |
|------------|------|------|---------|------|-----------|--------|
## Roadmap
1. [Now]
2. [Next]
3. [Later]
## Adoption Plan
- Tooling:
- Process:
- Education:
- Success metrics:
Quality Bar
- Do not platformize an advanced method before proving it in real use cases.
- Do not optimize for experimentation rate while ignoring trust and quality.
- Do not build tools without updating process and education.
- Do not adopt complexity that product teams cannot understand or operate.
Source: hashgraph-online/awesome-codex-plugins → plugins/LVTD-LLC/skills/skills/experimentation-strategy-roadmap/SKILL.md
1---2name: experimentation-strategy-roadmap3description: Prioritize an experimentation platform roadmap across rate, quality, cost, usability, process, infrastructure, and advanced methods. Use when deciding which experimentation capability to build next, whether to platformize interleaving or adaptive testing, how to align experimentation with company goals, or how to trade off speed versus rigor.4---567# Experimentation Strategy Roadmap89Use this skill to decide which experimentation capability deserves investment10next. It helps balance experimentation rate, quality, cost, usability, process,11infrastructure, and company strategy when adopting advanced techniques.1213## Source Traceability1415Primary source: *Next-Level A/B Testing* by Leemay Nassery. Guidance is16transformed and paraphrased from Chapter 1 on rate, quality, and cost; and17Chapter 9 on optimization strategies, process improvements, infrastructure,18company goals, user needs, robustness, cost versus quality, and evaluating new19strategies.2021Related skills:2223- `ab-testing-platform-strategy` for platform architecture and build/buy scope.24- `experimentation-throughput-strategy` for increasing experiment rate.25- `experiment-verification-monitoring` for quality investments.26- `experiment-sensitivity-optimization`, `ml-experiment-evaluation`, and27 `adaptive-experimentation-strategy` for advanced technique candidates.2829## Reference Routing3031| Need | Read |32|------|------|33| Roadmap concepts | `references/core/knowledge.md` |34| Prioritization and platformization rules | `references/core/rules.md` |35| Strategy examples | `references/core/examples.md` |36| Step-by-step roadmap workflow | `workflows/prioritize-experimentation-roadmap.md` |3738## Workflow39401. State the company's strategic goals and current experimentation constraints.412. Classify candidate work as optimization strategy, process improvement,42 infrastructure enhancement, or a combination.433. Score each candidate against rate, quality, cost, usability, robustness, and44 adoption effort.454. Prototype advanced strategies before platformizing them.465. Sequence the roadmap so tools, processes, and education support each other.476. Define success metrics for the platform itself.4849## Output Format5051```markdown52# Experimentation Strategy Roadmap5354## Strategic Context55[Company/product goals and experimentation constraints.]5657## Recommendation58[Top roadmap priority and why.]5960## Candidate Initiatives61| Initiative | Type | Rate | Quality | Cost | Usability | Effort |62|------------|------|------|---------|------|-----------|--------|6364## Roadmap651. [Now]662. [Next]673. [Later]6869## Adoption Plan70- Tooling:71- Process:72- Education:73- Success metrics:74```7576## Quality Bar7778- Do not platformize an advanced method before proving it in real use cases.79- Do not optimize for experimentation rate while ignoring trust and quality.80- Do not build tools without updating process and education.81- Do not adopt complexity that product teams cannot understand or operate.8283---8485**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/LVTD-LLC/skills/skills/experimentation-strategy-roadmap/SKILL.md`