Promptdoo ist deine Plattform für Prompt Engineering und KI-Workflow-Automation. Erstelle bessere ChatGPT-Prompts, nutze unsere Skills-Bibliothek und teile dein Wissen.
Analyzes digital products using psychological principles to identify UX issues, improve conversions, and optimize user flows. Provides actionable, science-backed recommendations with measurable impact.
# UX Psychology Analyzer ## Description An AI-powered skill that analyzes digital products (apps, websites, user flows) using 6 psychological princip...
Analytical framework for Writing.
Apply structured reasoning to this domain. Decompose, analyze, and produce actionable output.
50-word vocabulary cage with architecture metaphor, avoidance rules, and meta-analysis.
Creative constraints force choices that default thinking never reaches. When you can use any word, you pick the first one. When you can only use 50 wo...
Analytical framework for Development.
Apply structured reasoning to this domain. Decompose, analyze, and produce actionable output.
Seven hooks by cognitive bias: gap, contrast, authority, FOMO, loss aversion, identification, pattern interrupt.
The first line determines whether the rest is read. Readers decide within 1.5 seconds. Each hook targets a different cognitive mechanism. Write 7 hoo...
SQL N+1 detection, composite/covering indexes, query rewrite, prioritized by user impact.
Most DB performance problems are too many queries, not slow queries. The N+1 problem alone causes more incidents than all slow-query optimization comb...
Analytical framework for Analytics.
Apply structured reasoning to this domain. Decompose, analyze, and produce actionable output.
Analytical framework for Business.
Apply structured reasoning to this domain. Decompose, analyze, and produce actionable output.
Analytical framework for Education.
Apply structured reasoning to this domain. Decompose, analyze, and produce actionable output.
Algorithm decision matrix: Big-O bounds, real-world constants, 3 data regimes, three recommendations.
Do not pick the first algorithm that comes to mind. Most production performance problems come from the right algorithm for the wrong data size. This f...