Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Feature Flags Architect

Plugin Verifiziert Aktiv

End-to-end feature-flag discipline: classify, ship, ramp, retire. Detects stale flags as debt, generates phased rollout plans (ring/linear/log/cohort), and audits every flag for a documented kill switch. 3 stdlib Python tools, 4 references on flag taxonomy + provider trade-offs (LaunchDarkly/GrowthBook/Statsig/Unleash/Flipt/DIY) + rollout strategies + lifecycle. /flag-cleanup slash command. Cross-tool compatible.

Zweck

To enforce disciplined feature flag lifecycle management, reducing technical debt and ensuring safe, progressive rollouts and retirements.

Funktionen

  • Classify, ship, ramp, and retire feature flags
  • Detect and audit stale flags as technical debt
  • Generate phased rollout plans (ring, linear, log, cohort)
  • Audit flags for documented kill switches
  • Provide reference docs on taxonomy, providers, and strategies

Anwendungsfälle

  • Adding a new flag and needing a rollout plan
  • Auditing a codebase for orphaned or stale flags
  • Designing a kill-switch path for a risky launch
  • Cleaning up flag debt before a release freeze

Nicht-Ziele

  • Implementing or managing the feature flag infrastructure itself (e.g., LaunchDarkly)
  • Directly controlling feature flag state in production environments
  • Replacing code review or CI/CD pipelines

Workflow

  1. Classify feature flag type and purpose
  2. Design rollout strategy and kill switch documentation
  3. Implement flag in code and update documentation
  4. Audit flag and documentation before merge
  5. Execute phased rollout
  6. Retire flag and remove code after 100% rollout

Praktiken

  • Feature flag lifecycle management
  • Progressive delivery
  • Technical debt reduction
  • Risk management in software delivery

Voraussetzungen

  • Python 3 standard library
  • Git (for `--repo` argument)

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add alirezarezvani/claude-skills
/plugin install feature-flags-architect@claude-code-skills

Qualitätspunktzahl

Verifiziert
95 /100
Analysiert about 21 hours ago

Vertrauenssignale

Letzter Commitabout 23 hours ago
Sterne14.6k
LizenzMIT
Status
Quellcode ansehen