What problem does it solve? When two or more fixes built on the same assumption keep failing the same gate, this Skill stops you from writing yet another fix and instead directs you to question the premise all the failed fixes shared. ## Core Features & Use Cases - Premise Identification: Write down the single sentence that every failed fix assumed, turning repeated failures into evidence about that premise. - Actor Census: Run a rerunnable census script that counts which actors hold the imbalance, revealing whether the same few actors are assigned the failing role on every run. - Asymmetry Removal: Rotate, randomize, or relocate the role so no actor holds it every run, instead of adding compensating work like return paths or periodic rebalances. - Use Case: A load-balancing fix has failed three times under the assumption that traffic is evenly distributed. Use this Skill to census per-node load, discover the same nodes always receive the hot shards, and change the assignment rather than patching the balancer again. ## Quick Start Apply the attack-the-premise principle to my recurring bug where multiple fixes keep failing the same test gate.