Install
openclaw skills install skylv-feature-toggle-managerFeature flag management. Creates and toggles feature flags for A/B testing. Triggers: feature flag, a b test, toggle feature, abtesting.
openclaw skills install skylv-feature-toggle-managerImplements feature flags for controlled rollouts and A/B testing.
if (isFeatureEnabled("new_checkout_flow", userId)) { renderNewCheckout(); } else { renderLegacyCheckout(); }
1-5% = internal users 10-25% = beta users 25-50% = canary 100% = full rollout
Monitor: error rate, conversion, latency