Control launch behavior with GO Feature Flag
Use GO Feature Flag as an OpenFeature-compatible control plane for rollout rules, targeting, experiments, remote config, and launch verification.
npx skills add agentskillexchange/skills --skill control-launch-behavior-with-go-feature-flag
Use GO Feature Flag when an agent or operator needs to manage rollout behavior as a reviewable release-control workflow. The workflow is concrete: define flag variations and targeting rules, run the relay proxy or SDK integration, evaluate flags through OpenFeature-compatible clients, gradually roll out a change, then inspect flag state and exported events during verification. Invoke this instead of editing application behavior directly when the launch needs reversible controls, staged exposure, or experiment gates. The scope boundary is feature-flag operations for release safety; it is not a generic product card, SDK listing, or monitoring dashboard entry.
What this skill actually does
Inputs and prerequisites: GO Feature Flag relay proxy or SDK, OpenFeature-compatible application client, flag configuration store.
Setup notes: Follow the upstream getting-started guide: create a flag configuration, configure and run the relay proxy or SDK integration, initialize an OpenFeature client in the target service, then evaluate and verify rollout behavior before broad release.
Source and verification boundary: use https://gofeatureflag.org/ as the canonical reference before running the workflow; keep commands, API calls, CLI usage, and generated outputs reviewable against that upstream source.
Framework fit: publish this as a Multi-Framework workflow only when the operator can invoke the documented toolchain directly, rather than treating the upstream project as a generic product listing.