feature-flag-playbook

Plan feature flag rollout stages, monitoring, rollback criteria, and cleanup timelines.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/oalansilva/crypto --skill feature-flag-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-flag-playbook
Source: https://github.com/oalansilva/crypto/tree/main/.codex/skills/backend/feature-flag-playbook
Command: npx skills add https://github.com/oalansilva/crypto --skill feature-flag-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan feature flag rollout and cleanup to minimize production risk and ensure controlled releases.

Core Features & Use Cases

  • Define flag types and targeting strategies to tailor exposure.
  • Plan rollout stages with monitoring checkpoints, rollback criteria, and ownership.
  • Use case: coordinate gradual feature exposure across environments and remove flags on cleanup dates after successful validation.

Quick Start

Create a rollout plan for a new feature flag and specify its removal date.

Frequently Asked Questions about feature-flag-playbook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a feature flag rollout to minimize production risk?

Plan feature flag rollout by defining flag types, targeting strategies, and staged exposure across environments. Include monitoring checkpoints, rollback criteria, and ownership to control releases and minimize production risk.

What is the best way to manage feature flag cleanup and removal?

Manage feature flag cleanup by specifying a removal date during rollout planning. Remove the flag after successful validation across environments and release scenarios, ensuring obsolete flags do not accumulate in the codebase.

How do I set up monitoring and rollback criteria for staged feature rollouts?

Set up monitoring and rollback criteria by defining specific checkpoints within each rollout stage. Establish ownership and validation metrics to determine when to proceed or roll back the feature flag exposure safely.

Does this feature flag playbook support A/B testing and gradual exposure?

Yes, the playbook supports A/B tests and gradual exposure. It defines targeting strategies and rollout stages to coordinate controlled feature exposure across multiple environments and release scenarios.

When do I need a feature flag playbook for release management?

You need a feature flag playbook when implementing feature flags across environments for staged rollouts, A/B tests, or eventual flag removal. It ensures controlled releases and minimizes production risk during deployment.