From product-superpowers
Hard gate before any metric fix proposal — 4 diagnostic questions must be answered before any hypothesis is allowed
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-superpowers:systematic-product-debuggingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**NO HYPOTHESES UNTIL FOUR QUESTIONS ANSWERED:**
NO HYPOTHESES UNTIL FOUR QUESTIONS ANSWERED:
digraph debug {
trigger [label="Trigger: 'метрика упала' / 'metric dropped'", shape=box];
q1 [label="Q1: When did it start?", shape=diamond];
q2 [label="Q2: Which segment?", shape=diamond];
q3 [label="Q3: Which funnel step?", shape=diamond];
q4 [label="Q4: Confounding events?", shape=diamond];
block [label="BLOCK: answer this question first.\nNo hypotheses yet.", shape=box, style=filled, fillcolor="#ffcccc"];
hyp [label="PASS → propose ranked hypotheses\n(most likely first)", shape=box, style=filled, fillcolor="#ccffcc"];
trigger -> q1;
q1 -> block [label="unknown / skipped"];
q1 -> q2 [label="known"];
q2 -> block [label="skipped"];
q2 -> q3 [label="known"];
q3 -> block [label="skipped"];
q3 -> q4 [label="known"];
q4 -> block [label="skipped"];
q4 -> hyp [label="all answered"];
}
Q1: When did it start?
Q2: Which segment is affected?
Q3: Which funnel step broke?
Q4: Confounding events
Only after all four: propose hypotheses, ranked most-likely first.
For each hypothesis, state:
| Thought | Reality |
|---|---|
| "понятно что это конкуренты" | Первая гипотеза редко верна. Сначала 4 вопроса. |
| "скорее всего сезонность" | Сезонность — последняя гипотеза, не первая. |
| "надо срочно что-то делать" | Срочность приводит к лечению симптома. Диагностика быстрее. |
| "всегда так было" | "Всегда" не объясняет, почему сейчас хуже. |
| "это очевидно" | Если очевидно — 4 вопроса займут 5 минут. |
| "надо переделать X" | Решение без диагностики — трата ресурсов. |
"skip systematic-product-debugging"npx claudepluginhub stanbykov87-gif/product-superpowers --plugin product-superpowersProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.