From product-superpowers
Forced capture of every product decision — alternatives, deciders, context, expected outcome — writes to strategy-graph
How this skill is triggered — by the user, by Claude, or both
Slash command
/product-superpowers:decision-logging-rigorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**NO PROCEEDING WITHOUT CAPTURING:**
NO PROCEEDING WITHOUT CAPTURING:
strategy-graph via decision-loggerdigraph decision {
trigger [label="Trigger: 'решили X' / 'we decided'", shape=box];
fields [label="All 5 fields captured?", shape=diamond];
demand [label="PROBE: ask for missing field\none at a time", shape=box];
write [label="Invoke decision-logger\n→ write to strategy-graph", shape=box];
pass [label="PASS → proceed", shape=box, style=filled, fillcolor="#ccffcc"];
trigger -> fields;
fields -> demand [label="missing"];
demand -> fields;
fields -> write [label="present"];
write -> pass;
}
decision-logger → strategy-graphIf this decision changes or overrides a previous decision logged in strategy-graph:
| Thought | Reality |
|---|---|
| "маленькое решение" | Маленькие решения переспрашиваются через 6 месяцев. |
| "всё и так понятно" | Понятно тебе сейчас. Не понятно никому через год. |
| "альтернатив не рассматривали" | Нужно рассмотреть хотя бы 2 перед записью. |
| "это техническое решение" | Технические решения с продуктовым влиянием = продуктовые. |
| "запишу потом" | Контекст исчезает за часы. Запиши сейчас. |
| "решили на созвоне" | Созвон — не запись. Нужно зафиксировать здесь и сейчас. |
"skip decision-logging-rigor"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.