Architect and audit feature flags
feature-flags-architectskillsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
Design, audit, and retire feature flags with progressive-delivery discipline
Best for
When you need to ship behind a flag, ramp a launch, or clean up flag debt before a release freeze.
Inputs
- · flag name
- · population size
- · target rollout percent
- · flag type
Outputs
- · rollout schedule
- · debt report
- · flag taxonomy classification
Requires
- · flag_debt_scanner.py
- · rollout_planner.py
- · kill_switch_audit.py
Preconditions
- · Flag provider chosen
- · kill-switch runbook prepared
Failure modes
- · Orphaned flags after cleanup
- · stale defaults
- · untested code paths
Trust signals
- · flag documentation complete
- · kill-switch verified
- · rollout metrics tracked