Loading...
Loading...
Guides agents through the 3-step experiment creation flow: defining the hypothesis, configuring rollout, and setting up analytics. Delegates rollout decisions to configuring-experiment-rollout and metric setup to configuring-experiment-analytics. TRIGGER when: user asks to create a new experiment or A/B test, OR when you are about to call experiment-create. DO NOT TRIGGER when: user is updating an existing experiment, managing lifecycle, or only browsing experiments.
npx skill4agent add posthog/ai-plugin creating-experimentsexperiment-createdescription"product""web"configuring-experiment-rolloutconfiguring-experiment-rolloutconfiguring-experiment-analyticsexperiment-createexperiment-updateexperiment-create{
"name": "Descriptive experiment name",
"feature_flag_key": "kebab-case-key",
"description": "Hypothesis: [what you expect to happen]",
"parameters": {
"feature_flag_variants": [
{ "key": "control", "name": "Control", "split_percent": 50 },
{ "key": "test", "name": "Test", "split_percent": 50 }
],
"rollout_percentage": 100
}
}feature_flag_variants[].split_percentparameters.rollout_percentage"control"rollout_percentagestats_configexperiment-create_posthogUrlconfiguring-experiment-analyticsexperiment-launch