What problem does it solve?
This Skill solves the problem of shipping new functionality reliably by preventing accidental exposure, enabling kill-switch control, and supporting gradual rollout strategies.
Core Features & Use Cases
- Feature-flag wiring for staged control: Gate a new UI or backend behavior behind a flag that defaults OFF and can be enabled progressively.
- Multi-provider flag detection and extension: Detect existing feature-flag tooling (including PostHog as the preferred provider) and extend it rather than duplicating systems.
- Rollout planning and verification: Generate a rollout plan and ensure the feature behaves correctly for both ON and OFF targets, including kill-switch validation.
Use case: You want to launch a “new dashboard v2” to a small percentage of users first, measure impact, and instantly disable it if errors spike.
Quick Start
Use the feature-flag skill to add a PostHog flag that defaults OFF, wire the server and/or client code to respect it, and save a staged rollout plan you can verify in staging.