Trace Every Feature Flag to Its Cleanup Debt
Maps every feature flag in the codebase to its age, branch coverage, and the dead code risk it creates if never removed.
The Prompt
Already a member? Sign in.
Extract Feature Flag Dependency Graph From Codebase
Map every feature flag reference and trace cross-dependencies to find hidden coupling and cleanup debt.
Turn a Feature Flag Graveyard Into a Cleanup Priority Map
Paste your feature flags list and get a ranked removal plan with risk levels and kill conditions.
Cursor Composer: Add a Feature Flag Around Existing Code
Wrap existing functionality in a feature flag without changing behavior for current users.
Cursor Composer: Extract a Feature Flag From Hardcoded Branches
A Composer prompt that finds every hardcoded conditional for a feature, unifies them behind a single flag, and ships the rollout plan.