feature-flag-test-matrix-reference
Installation
SKILL.md
feature-flag-test-matrix-reference
Overview
A codebase with N feature flags, each having M variants, and users in K segments, has N × M × K possible flag-state-segment combinations. At realistic numbers (50 flags, 2 variants each, 5 segments) that's 500 - and at 50 flags with 3 variants and 10 segments, it's 1500. Testing every combination is infeasible, so the matrix has to be sampled deliberately rather than enumerated.
This skill is a pure reference consumed by the SDK-test + coverage-builder skills.