Feature Flags

Design and implement feature flags — flag types (release/experiment/ops/permission), lifecycle (create→target→rollout→cleanup), gradual rollout strategy, kill switch pattern, and flag hygiene. Use when asked to "add a feature flag", "gradual rollout", "kill switch", "LaunchDarkly", "Unleash", "GrowthBook", "dark launch", "flag cleanup", "percentage rollout", or "canary release via flags". Do NOT use for: deployment canaries managed at infra level (Kubernetes, load balancer weights). Do NOT use for: A/B test statistical analysis — flags gate traffic, stats belong in analytics.

yanacuti1121 5c517f7 6.4 KB Updated 2 repo stars

File contents

yanacuti1121/Yana-AI/tree/main/core/skills/feature-flags commit 5c517f7700

Frequently asked questions

npx skillmds add yanacuti1121/feature-flags