remove-feature-flag
Installation
SKILL.md
remove-feature-flag
Remove a feature flag after it has been rolled out and stabilized in the Warp codebase.
Overview
After a feature flag has been enabled for all users and has stabilized in production, the flag should be removed to reduce technical debt and simplify the codebase. This involves removing the flag definition and all conditional checks.
When to Remove
Remove a feature flag when:
- The feature has been enabled in
defaultfeatures inapp/Cargo.toml - The feature has been stable in production for a reasonable period
- There are no plans to disable the feature or provide configuration options
- The team agrees the feature is permanent