From devops-practices
Designing feature flags for gradual rollouts, A/B testing, and safe feature releases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devops-practices:feature-flag-designThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Using flags to decouple deployment from release; enable gradual rollouts and fast rollback.
Using flags to decouple deployment from release; enable gradual rollouts and fast rollback.
You are implementing feature flags. Design them carefully; they add complexity.
npx claudepluginhub sethdford/claude-skills --plugin engineer-devops-practicesGuides feature flag design, gradual rollouts, A/B testing, kill switches. Recommends LaunchDarkly, Unleash, Flagsmith based on flag count and needs for safer deployments.
Operational discipline for feature flags as production infrastructure: flag types, naming, targeting, rollout strategy, lifecycle, governance, stale flag management, and technical debt patterns.
Creates a feature flag management guide and lifecycle playbook covering taxonomy, rollout, monitoring, cleanup, and governance for a service or team.