Skip to main content

Feature Flags Architect

Plugin Verified Active

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.

Purpose

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

Features

  • 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

Use Cases

  • 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

Non-Goals

  • 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

Practices

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

Prerequisites

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

Installation

First, add the marketplace

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

Quality Score

Verified
95 /100
Analyzed about 19 hours ago

Trust Signals

Last commitabout 21 hours ago
Stars14.6k
LicenseMIT
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.