Feature Flag Retirer

Retire stale feature flags by confirming each flag's decided final state, then collapsing every conditional to the winning branch and deleting the loser plus the now-dead code it reached. Use when temporary flags have outlived their rollout, when flag conditionals clutter the code, or during a flag-debt cleanup.

imtiazrayhan Updated

File contents

imtiazrayhan/agentscamp-library/tree/main/skills/feature-flag-retirer commit fd6fd5173d

Frequently asked questions

npx skillmds@latest add imtiazrayhan/feature-flag-retirer