/growthbook:gb-setup first.
The example prompts can be typed verbatim, or your agent may run these skills automatically when it detects matching intent.
GrowthBook's Head of Experimentation, Luke Sonnet, runs an experiment end to end using the skills.
Prerequisites
- A datasource and at least one metric, configured in the GrowthBook UI. The skills reference metrics by ID. They don’t create datasources or metrics.
- The experiment skills target standard A/B tests. Multi-armed bandits aren’t supported yet: the skills stop and point you to the app rather than misinterpret a bandit.
The experiment lifecycle
The five skills below form a chain from ideation to decision. Each one routes to the next when you’re ready.
Related concepts: Experiment configuration, Experiment results, Decision framework.
From experiment to cleanup
After you stop an experiment, the feature flag it ran through usually still needs tidying: inlining the winning value at your code sites and removing the flag. Hand off toflag-cleanup, which walks through code-site inlining and a two-step archive-then-delete.
Next steps
- Feature flag skills: create, target, and clean up the flags your experiments run on
- Agent Skills overview: install and setup
- Experimentation documentation: the underlying concepts

