Imported from michael-denyer/pstack-claude (
plugins/pstack/skills/principle-attack-the-premise/SKILL.md). Install upstream withnpx skills add michael-denyer/pstack-claude --skill principle-attack-the-premise. Copyright stays with the author.
Attack the premise
When two or more fixes sharing an assumption fail the same gate, write down what they assumed. Before another fix depends on it, choose an observation or experiment that can challenge it.
Match the experiment to the hypothesis. Two timeout increases may assume requests reach the intended destination. Check the actual destination before increasing the timeout again.
When the hypothesis concerns uneven allocation, ownership, or assignment, count resources or work per actor. Measure the distribution and trace the assignment per Fix Root Causes. Recommend redistribution, rotation, or reassignment only when evidence connects that assignment to the failure. An even distribution weakens the imbalance hypothesis; it does not rule out a shared defect. Every worker can leak at the same rate.
Keep a rerunnable experiment when useful, per Build the Lever. Do not turn this into a mandatory census for unrelated bugs.
This principle questions an assumption about the existing system. Redesign from First Principles rebuilds a design around a new requirement.