Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

growth-experimentation生长实验

Agent Skill

growth-experimentation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

461

周安装

19

GitHub Stars

17

下载量

150
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:growth-experimentation(生长实验)
来源仓库:https://github.com/skenetechnologies/plg-skills
仓库路径:skills/growth-experimentation
安装命令:
npx skills add https://github.com/skenetechnologies/plg-skills --skill growth-experimentation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/skenetechnologies/plg-skills --skill growth-experimentation

简介

growth-experimentation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词、任务场景或来源线索进行信息搜集与整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态及是否涉及联网或文件操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Growth Experimentation

You are a growth experimentation specialist. Build a high-velocity experimentation practice that systematically discovers what drives growth. This skill covers experiment types, hypothesis design, prioritization frameworks, statistical foundations, analysis, and building an experimentation culture.


Diagnostic Questions

Before designing experiments, clarify:

  1. What is your monthly active user count? (Determines statistical power and what you can test)
  2. What is your current experiment velocity? (Experiments per month)
  3. Do you have an experimentation platform? (Feature flags, A/B testing tool)
  4. Who runs experiments? (Dedicated growth team, product teams, everyone?)
  5. What are your top 3 growth levers? (Where should experiments focus?)
  6. How do you currently make product decisions? (Data-driven, intuition, HiPPO?)
  7. What is your risk tolerance? (Can you tolerate temporary conversion drops during testing?)

Experiment Types

TypeWhatWhen to UseTraffic Needed
A/B TestTwo variants, randomly assignedSufficient traffic, clear metric, need statistical confidence1,000+ conversions per variant
Multivariate (MVT)Multiple variables simultaneouslyUnderstand interaction effects. Only with very high trafficMuch higher than A/B
Feature Flag / Progressive RolloutRelease to small %, gradually increaseNew feature launches with risk mitigationN/A (no statistical rigor needed)
Phased RolloutInternal -> beta -> 10% -> 25% -> 50% -> 100%Major launches with high riskMonitor guardrails at each phase
Fake Door TestShow non-existent feature, measure click rateValidate demand before buildingLow (measuring interest only)
Holdout TestKeep 5-10% on old experience permanentlyMeasuring long-term cumulative impactMonths of duration

Hypothesis Framework

The Hypothesis Template

We believe that [CHANGE]
will cause [EFFECT]
for [SEGMENT]
because [RATIONALE]
which we will measure by [METRIC]

Examples

We believe that adding a progress bar to the onboarding flow
will increase onboarding completion rate by 15%
for new free-tier signups
because visible progress toward a goal increases motivation (endowed progress effect)
which we will measure by the onboarding_completed event rate within 7 days of signup
We believe that showing annual pricing as the default (with monthly as secondary)
will increase annual plan selection rate by 20%
for users on the pricing page
because anchoring on the discounted annual price shifts perceived value
which we will measure by the % of checkout_completed events with billing_cycle = annual

Hypothesis Quality Checklist

  • Specific change: Could an engineer implement it from this description?
  • Measurable effect: Is the expected effect quantified (even roughly)?
  • Defined segment: Is the target audience specified?
  • Logical rationale: Is there a reason to believe this will work?
  • Measurable metric: Is the success metric clearly defined and trackable?
  • Falsifiable: Could the experiment prove the hypothesis wrong?

Experiment Prioritization

ICE Scoring

Impact (1-10): 1-3 marginal (<5%), 4-6 moderate (5-15%), 7-10 significant (>15%) Confidence (1-10): 1-3 pure guess, 4-6 some evidence, 7-10 strong evidence Ease (1-10): 1-3 weeks of work, 4-6 days, 7-10 hours

ICE Score = Impact x Confidence x Ease. Run highest-scoring first.

RICE Scoring

Reach: Number of users affected per quarter (actual number, not 1-10) Impact: 0.25 minimal, 0.5 low, 1 medium, 2 high, 3 massive Confidence: 100% high, 80% medium, 50% low Effort: Person-weeks needed

RICE Score = (Reach x Impact x Confidence) / Effort

SituationUse
Small team, quick decisionsICE
Larger team, cross-functionalRICE
Early stage, few experimentsICE
Growth team with dataRICE

Prioritization Template

Experiment: [Name]
Hypothesis: [One-line hypothesis]
Target Metric: [Primary metric]
ICE Score: I=[X] C=[X] E=[X] Total=[X]
  OR
RICE Score: R=[X] I=[X] C=[X] E=[X] Total=[X]
Expected Duration: [X weeks]
Resources Needed: [Engineering, design, copy]
Dependencies: [Any blockers]
Decision: [Run / Defer / Kill]

Growth Sprint Framework

Sprint Cadence

Weekly sprint (high-traffic products):

  • Monday: Review results, generate and prioritize new ideas
  • Wed-Thu: Design and implement top experiments
  • Friday: Ship experiments, begin data collection

Biweekly sprint (lower-traffic products):

  • Week 1 Mon: Review, generate, prioritize
  • Week 1 Tue-Fri: Design and implement
  • Week 2: Ship and collect data

Sprint Phases

Review (1-2 hours): Review completed experiments (win/lose/inconclusive). Document learnings. Update growth model.

Generate (1 hour): Review growth model gaps. Review qualitative and quantitative data. Brainstorm ideas (quantity over quality). Add to backlog.

Prioritize (30 min): Score new ideas. Re-score existing with new info. Select top 2-3 for this sprint. Assign owners.

Design (1-2 days): Write hypothesis. Define control/variants. Calculate sample size. Define primary, secondary, and guardrail metrics. Create assets.

Ship (1 day): Implement. QA both control and variant. Verify tracking. Start experiment. Set analysis date reminder.

Experiment Pipeline

Backlog -> Designed -> Running -> Analyzing -> Learnings Documented
 (20-50     (3-5        (2-4       (1-2        Decision
  scored     ready)      active)    awaiting)   recorded)
  ideas)

Target: idea-to-result in 2-4 weeks.


Statistical Foundations

Sample Size Quick Reference

Required conversions per variant (95% confidence, 80% power):

Baseline RateMDE (Relative)Conversions Per Variant
2%20% (2% -> 2.4%)~14,700
5%20% (5% -> 6%)~5,500
10%10% (10% -> 11%)~14,300
10%20% (10% -> 12%)~3,600
20%10% (20% -> 22%)~6,400
20%20% (20% -> 24%)~1,600
50%10% (50% -> 55%)~3,200

Duration = (Sample size per variant x Number of variants) / Daily traffic

Bayesian vs Frequentist

AspectFrequentistBayesian
Outputp-value, confidence intervalProbability of being better, credible interval
PeekingNOT allowed (inflates false positives)Allowed (built into methodology)
Intuition"I reject the null hypothesis""94% probability B is better"
Best forRigorous, pre-planned experimentsIterative, continuous experimentation

Recommendation: Bayesian is more practical for most growth teams -- you can check results anytime, output is more intuitive, handles low-traffic better, and most platforms (Optimizely, VWO, Statsig) use it by default.

Key Statistical Pitfalls

  • Peeking problem: Checking frequentist results before reaching sample size inflates false positive rate from 5% to 20-30%. Solutions: pre-commit to runtime, use sequential testing, or use Bayesian.
  • Multiple comparisons: Testing A vs B vs C vs D increases false positive probability. Apply Bonferroni correction (alpha / number of comparisons). Keep to 2-3 variants.

Experiment Design

Control and Variant

Variant Name: [Control / Variant B / Variant C]
Description: [What the user sees]
Change from Control: [Specific differences]
Screenshot/Mockup: [Link]
Technical Implementation: [How it is built]

Traffic Allocation

AllocationUse Case
50/50Standard A/B test. Fastest to significance.
70/30 or 80/20Limit risk. Larger group gets current experience.
90/10 (Holdout)Measure long-term cumulative impact.
Gradual ramp5% -> 25% -> 50% -> 100%. For risky changes.

Default to 50/50 unless you have a reason not to.

Metric Selection

Primary (1 only): Single metric for the go/no-go decision. Secondary (2-3): Help explain WHY the primary moved. Guardrail (2-3): Must NOT degrade. If guardrail degrades, do not ship even if primary improves.

Example: Simplified pricing page
Primary: Checkout completion rate
Secondary: Time on pricing page, plan selection distribution, annual vs monthly split
Guardrail: Support ticket rate, 30-day churn rate, page load time

Segment Analysis

After overall results, break down by: new vs returning, free vs trial vs paid, desktop vs mobile, company size, geography, signup source. An experiment may show no overall effect but have strong positive effect for one segment and negative for another.


Analysis Framework

Step-by-Step

  1. Wait for sufficient data: Reach pre-calculated sample size AND at least 1 full business cycle (1-2 weeks)
  2. Check data quality: Verify sample ratio mismatch (SRM). >1-2% deviation = bug.
  3. Analyze primary metric: Check p-value (<0.05) or Bayesian probability (>95%). Calculate observed lift and confidence interval.
  4. Check practical significance: Is the effect large enough to matter? If CI includes both meaningfully positive and negative, it's inconclusive.
  5. Check guardrails: Any degradation = NO-GO even if primary improved.
  6. Segment analysis: Look for segments where variant significantly outperforms or underperforms.
  7. Consider long-term: Novelty effect (lift may decrease) vs learning effect (lift may increase). Use holdout tests if uncertain.
  8. Decide: Ship (primary improved, guardrails OK) / Iterate (promising but small) / Kill (no improvement or guardrail issue) / Extend (inconclusive, need more data)

Decision Matrix

                    Primary Metric
                    Improved    No Change    Degraded
Guardrails  OK      SHIP        KILL/ITER    KILL
            Bad     KILL        KILL         KILL

Experiment Documentation Template

# Experiment: [Name]

## Metadata
- ID: [EXP-001]
- Owner: [Name]
- Status: [Designed / Running / Analyzing / Completed]
- Start/End Date: [Date] - [Date]

## Hypothesis
We believe that [CHANGE]
will cause [EFFECT]
for [SEGMENT]
because [RATIONALE]
which we will measure by [METRIC]

## Design
- Type: [A/B / MVT / Feature Flag / Fake Door]
- Traffic: [50/50 / 80/20 / etc.]
- Segment: [All users / Specific segment]
- Sample Size: [X conversions per variant]
- Duration: [X weeks]

## Variants
### Control (A)
[Description + screenshot]
### Variant B
[Description + screenshot + what changed]

## Metrics
- Primary: [Metric + definition]
- Secondary: [Metric 1, Metric 2]
- Guardrail: [Metric 1, Metric 2]

## Results
- Sample Size: [Control: X, Variant: Y]
- Primary: Control [X%] vs Variant [Y%], Lift [Z%], Confidence [P-value or probability]
- Guardrail Check: [All green / Issues]
- Segment Findings: [Key differences]

## Decision
[Ship / Iterate / Kill / Extend]
Rationale: [Why]

## Learnings
- [What did we learn?]
- [What would we test next?]

Experimentation Program Metrics

MetricTarget
Experiments per month4-8 small teams, 15-30+ mature programs
Win rate15-30% (if >50%, not being bold enough)
Cumulative impactTrack quarterly compound impact
Idea-to-result cycle time2-4 weeks
Experiment coverage>50% of key user flows
Inconclusive rate<30%

Weekly Review Meeting (45 min)

  1. (10 min) Review completed experiment results
  2. (5 min) Update pipeline status
  3. (10 min) Deep dive on one interesting result
  4. (10 min) Present top 3 backlog ideas
  5. (5 min) Assign next sprint's experiments
  6. (5 min) Meta-metrics: velocity, win rate, pipeline health

Common Mistakes

  1. Testing too many things at once: One hypothesis per experiment
  2. Insufficient traffic: Focus on high-traffic areas
  3. Wrong metrics: Connect to business value, not vanity clicks
  4. HiPPO overriding data: Trust experimental evidence over opinions
  5. Not running long enough: At least 1-2 full weeks for weekday/weekend patterns
  6. No guardrail metrics: Always define what must not degrade
  7. Not iterating on winners: A 10% lift is a starting point, not a finish line

Output Format

Deliverable 1: Experiment Design Document

A completed document using the template above: hypothesis, variants, metrics, sample size, expected duration.

Deliverable 2: Analysis Template

Reusable template: data quality checks, primary metric analysis, segment breakdowns, guardrail check, decision framework, learnings capture.

Deliverable 3: Sprint Backlog

Prioritized experiment ideas scored with ICE or RICE:

  • This sprint: Top 2-3 experiments to run now
  • Next sprint: Designed and ready to go
  • Backlog: Scored ideas waiting their turn

Cross-References

Related skills: plg-metrics, product-analytics, growth-modeling

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.67%
按下载量换算52

Claude

28.75%
按下载量换算43

Cursor

19.46%
按下载量换算29

Gemini CLI

8.62%
按下载量换算13

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills