agentsclimarketplace

Dec ux laws

Skill jpoindexter/design-engineering-canon/skills/dec-ux-laws

The Laws of UX and cognitive heuristics beyond the common five — Doherty Threshold, Goal-Gradient, Zeigarnik, Peak-End, Serial Position, Von Restorff, Postel's Law, Parkinson's, Pareto, Occam's Razor, Flow, Banner Blindness. Use when justifying a UX decision with a named principle, designing progress/motivation, placing CTAs and nav, or setting response-time targets.From its SKILL.md

Install
npx -y skills add jpoindexter/design-engineering-canon --skill dec-ux-laws

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.3 KB, 443 tokens by cl100k_base, as published. Nobody here has run it

Laws of UX & Cognitive Heuristics

Named principles to reason about and defend interface decisions.

LawPrinciple
Doherty ThresholdSystem response under 400ms keeps users in a productive, engaged state.
Goal-Gradient EffectMotivation rises as users near a goal — show progress, pre-fill early steps.
Zeigarnik EffectPeople remember incomplete tasks better — use progress bars and "unfinished" cues.
Peak-End RuleUsers judge an experience by its most intense moment and its ending, not the average.
Serial Position EffectFirst and last items are best remembered — place key nav at the ends.
Von Restorff (Isolation) EffectThe visually different item is the one remembered — use for the primary CTA.
Postel's Law (Robustness)Be liberal in what you accept (forgiving inputs), conservative in what you send.
Parkinson's LawTasks expand to fill the time allowed — impose deadlines and constraints.
Pareto Principle (80/20)~80% of effects come from ~20% of causes — optimize the vital few flows.
Occam's RazorRemove elements until breaking point; the simplest solution that works wins.
Flow (Csikszentmihalyi)Match challenge to skill to keep users absorbed and low-friction.
Banner Blindness / Selective AttentionUsers ignore anything that looks like an ad or is irrelevant to their goal.

How to apply

  • Budget interactions against the Doherty Threshold (<400ms) — past it, show optimistic UI or progress.
  • Combine Goal-Gradient + Zeigarnik for onboarding: visible progress + an obviously incomplete step.
  • Use Von Restorff for exactly one primary action per view — make it the visual outlier.
  • Don't bury the primary CTA in ad-shaped chrome (Banner Blindness).

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,422. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.