From supervibe
Use BEFORE running an A/B test or feature flag rollout to set up hypothesis, success metric, sample size calculation, randomization, and analysis plan. Triggers: 'a/b test', 'эксперимент', 'split-test', 'проверим гипотезу'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
BEFORE launching an A/B test, multivariate test, gradual rollout, or holdout test. When the question is "should we ship this change?".
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
BEFORE launching an A/B test, multivariate test, gradual rollout, or holdout test. When the question is "should we ship this change?".
NOT for: bug fixes (no need to test), forced rollouts (legal/compliance required).
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
.supervibe/artifacts/experiments/ for format consistencyExperiment type?
├─ A/B (one variant vs control) → sample size formula, two-tail
├─ Multivariate (3+ variants) → larger sample, multiple comparison correction
├─ Gradual rollout (no control) → not an experiment, monitoring only
└─ Holdout (most users get feature, holdout doesn't) → power calc against holdout size
Success metric type?
├─ Binary (converted / not) → proportion test (chi-square / Z-test)
├─ Continuous (revenue, time-on-site) → t-test or Mann-Whitney
└─ Count (events per user) → Poisson / negative binomial
.supervibe/artifacts/experiments/YYYY-MM-DD-<name>.md with all abovesupervibe:confidence-scoring artifact-type=requirements-specReturns experiment doc with:
analytics-implementation agent — instrumentationsupervibe:prd — for permanent decisions resulting from experimentsupervibe:incident-response — if guardrail metric degrades during run