From product-superpowers
Forced hypothesis check N weeks after launch — metric vs target, confirmed/refuted, next action, write to products-graph
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-superpowers:post-launch-retroThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**NO RETRO COMPLETION WITHOUT:**
NO RETRO COMPLETION WITHOUT:
products-graphdigraph retro {
trigger [label="Trigger: /post-launch <feature> <weeks>", shape=box];
metric [label="Current value provided?\n(number + source + date)", shape=diamond];
demand_m [label="PROBE: ask for current value", shape=box];
compare [label="Compare to baseline\nand target", shape=box];
hyp [label="Hypothesis outcome stated?", shape=diamond];
demand_h [label="PROBE: confirmed /\nrefuted / inconclusive?", shape=box];
next [label="Next action stated?", shape=diamond];
demand_n [label="PROBE: continue / iterate /\nrollback / stop?", shape=box];
write [label="Write to products-graph", shape=box];
pass [label="PASS → retro closed", shape=box, style=filled, fillcolor="#ccffcc"];
trigger -> metric;
metric -> demand_m [label="no"];
demand_m -> metric;
metric -> compare [label="yes"];
compare -> hyp;
hyp -> demand_h [label="missing"];
demand_h -> hyp;
hyp -> next [label="stated"];
next -> demand_n [label="missing"];
demand_n -> next;
next -> write [label="stated"];
write -> pass;
}
If PM says "too early to retro":
If PM says "can't get the data":
| Thought | Reality |
|---|---|
| "метрика растёт" | На сколько? От чего? К чему? Нужно число. |
| "всё хорошо" | Не артефакт. Нужно число + сравнение с target. |
| "ещё рано" | Назначь дату. Не пропускай без reschedule. |
| "гипотеза не была сформулирована" | Зафиксируй что узнали — это и есть retro. |
| "данных нет" | Это и есть вывод: instrumentation failure. Залогируй. |
"skip post-launch-retro"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.