reversible-exposure-control

Installation
SKILL.md

Reversible Exposure Control

This skill handles CF-03: Reversible Change Control and CF-04: Exposure Strategy from the release-decision framework.

These two control principles are handled together because they represent a single user decision intent: "I want to start showing this to users in a controlled way."

When to Activate

  • A change is about to be implemented that will affect user behavior, adoption, or outcomes
  • A change exists but is not yet behind a feature flag (not reversible)
  • A feature flag exists but exposure strategy is undefined or implicit
  • User asks about rollout percentages, targeting, or who should see a variant
  • The user owns the decision but not the codebase, the wrapper around FeatBit, or the flag operations
  • Project stage is implementing or exposing

On Entry — Read Current State

Before doing any work, read the project from the database using the project-sync skill's get-experiment command.

Installs
6
GitHub Stars
1
First Seen
Mar 23, 2026
reversible-exposure-control — featbit/featbit-release-decision-agent