feature-flagging

Solid

Feature flag configuration and rollout planning for controlled releases

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Feature Flagging Skill ## Overview Specialized skill for feature flag configuration and rollout planning. Enables product teams to plan and manage controlled feature releases with proper targeting, monitoring, and rollback strategies. ## Capabilities ### Flag Design - Generate feature flag specifications - Design flag naming conventions - Create flag documentation templates - Define flag types (release, experiment, ops, permission) - Plan flag dependencies and interactions ### Rollout Planning - Design rollout percentage strategies - Create flag targeting rules - Plan canary and gradual rollouts - Define geographic or segment-based rollouts - Create rollout schedules ### Operations - Generate kill switch procedures - Track flag lifecycle and cleanup - Monitor flag impact on metrics - Plan flag deprecation - Create incident response procedures ## Target Processes This skill integrates with the following processes: - `product-launch-gtm.js` - Feature flag rollout for launches - `beta-program.js` - Beta feature flagging - `conversion-funnel-analysis.js` - A/B test flag management ## Input Schema ```json { "type": "object", "properties": { "mode": { "type": "string", "enum": ["design", "rollout", "audit", "deprecate"], "description": "Operation mode" }, "feature": { "type": "object", "properties": { "name": { "type": "string" }, "description": { "type": "string" }, "type": { "type": "string", "enum"...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

feature-flagging

Operational discipline for feature flags as production infrastructure. Flag types, naming, targeting rules, rollout strategy, lifecycle, governance, stale flag management, and the technical debt patterns that bite teams who weren't deliberate about it.

287 Updated today
rampstackco
AI & Automation Listed

feature-flag

【功能开关】设计和实现功能开关(Feature Flag)系统,支持灰度发布、A/B测试、动态配置、紧急降级。 触发时机: - 用户要求"功能开关"、"灰度发布"、"Feature Flag" - 需要控制功能的上线节奏 - 需要做 A/B 测试 提供设计方案和代码实现。

0 Updated 2 days ago
afine907
Testing & QA Listed

generators-feature-flags

Generate feature flag infrastructure with local defaults, remote configuration, SwiftUI integration, and debug menu. Use when adding feature flags or A/B testing to iOS/macOS apps.

1 Updated 1 months ago
AutisticAF
AI & Automation Solid

feature-flags-audit

Audit and inventory all feature flags declared in the Packmind codebase. Use when the user asks to list, audit, review, or inventory feature flags, asks which flags are active, wants to know what a flag gates, or asks which flags are opened to a given domain/user. Produces a synthetic markdown table with each flag key, its audience, an inferred functional description, its active/orphan status, and its usage locations.

287 Updated today
PackmindHub
Testing & QA Listed

android-feature-flags

Feature flag patterns for Android - typed local flags with DataStore persistence, Firebase Remote Config fetch/activate lifecycle, wrapping remote config behind a FeatureFlagRepository interface, flag-gated navigation, environment-specific defaults, A/B testing user bucketing with exposure logging, and flag lifecycle naming conventions to prevent sprawl. Use this skill whenever adding feature toggles, kill switches, remote experiments, or A/B tests. Trigger on phrases like "feature flag", "remote config", "Firebase Remote Config", "A/B test", "feature toggle", "kill switch", "flag-gated", or "experiment".

1 Updated today
lenorebreakneck630