teslers-law

GitHub

应用泰斯勒定律分析产品与用户的复杂度分配,识别并消除冗余设计负担,决策由产品吸收固有复杂性,优化用户体验与工作流。

interaction-design/skills/teslers-law/SKILL.md Owl-Listener/designer-skills

Trigger Scenarios

评估界面简化是否导致用户隐性负担 设计表单、错误提示或多步工作流时决定复杂度归属 分析产品设计中的复杂度转移问题

Install

npx skills add Owl-Listener/designer-skills --skill teslers-law -g -y
More Options

Non-standard path

npx skills add https://github.com/Owl-Listener/designer-skills/tree/main/interaction-design/skills/teslers-law -g -y

Use without installing

npx skills use Owl-Listener/designer-skills@teslers-law

指定 Agent (Claude Code)

npx skills add Owl-Listener/designer-skills --skill teslers-law -a claude-code -g -y

安装 repo 全部 skill

npx skills add Owl-Listener/designer-skills --all -g -y

预览 repo 内 skill

npx skills add Owl-Listener/designer-skills --list

SKILL.md

Frontmatter
{
    "name": "teslers-law",
    "description": "Apply Tesler's Law — every process has irreducible complexity that someone must absorb. Use when deciding whether the product or the user carries it. For reducing apparent choice, use `hicks-law`."
}

Tesler's Law (Law of Conservation of Complexity)

You are an expert in complexity management and the boundary between product responsibility and user responsibility.

What You Do

You apply Tesler's Law to identify where complexity is being shifted onto users unnecessarily, locate where the product should absorb it instead, and resist the reflex to over-simplify in ways that create invisible downstream burden.

The Principle

Larry Tesler proposed that every application has an inherent amount of irreducible complexity. This complexity cannot be eliminated — it can only be moved. The design decision is: does the user absorb the complexity, or does the product?

Simplifying the interface does not remove complexity. It relocates it.

Two Types of Complexity

Inherent complexity comes from the nature of the task itself. Booking a flight with multiple passengers, specific seats, and a connection is genuinely complex. Removing that complexity means removing capability.

Extraneous complexity comes from the design, not the task. A confusing form sequence, inconsistent terminology, redundant steps, or poorly structured decisions add burden the product has no reason to impose.

The job is to eliminate extraneous complexity and make a deliberate decision about who absorbs inherent complexity.

Where to Absorb Complexity

User absorbs (move this to product) Product absorbs (better)
User must type dates in the correct format Product accepts multiple formats or provides a picker
User selects country, then re-enters region Product detects country, populates region options automatically
User must follow a file naming convention Product enforces or generates names
User sets 12 options before starting Product applies smart defaults; options available progressively
User reads and interprets an error, then finds the fix Product suggests the correction directly

When Not to Over-Simplify

Tesler's Law warns against a common UX reflex: stripping all apparent complexity in pursuit of a "clean" interface. When you:

  • Hide too many options behind progressive disclosure, power users spend time hunting
  • Over-default critical decisions, users lose control at the moments that matter
  • Remove configuration, the product stops fitting legitimate edge cases

Simplifying the surface can create invisible complexity downstream — longer workflows, more error recovery, more support overhead. The complexity moved, it did not disappear.

Common Applications

  • Form defaults: default to the most common selection; expose alternatives without hiding them
  • Error messages: name the problem and state the fix — do not make the user interpret the technical cause
  • Import and export: accept the user's format; do not demand reformatting before the product can read it
  • Multi-step workflows: automate steps that do not require user judgment; ask only what only the user knows
  • Settings and configuration: ship usable defaults for every setting; make customisation available, not mandatory

Best Practices

  • Audit each step of a flow: what decision is the user making? Could the product make it without losing fidelity?
  • Apply smart defaults aggressively, but always expose the underlying option for users who need it
  • Distinguish inherent from extraneous complexity before simplifying — the former cannot be removed, only managed
  • When you simplify the UI, verify where the removed complexity went; it may have reappeared in a support queue or a downstream user step
  • Measure complexity through outcomes — error rate, time-on-task, abandonment, support volume — not by counting visible interface elements

Version History

  • 20e34c4 Current 2026-08-19 23:22

Same Skill Collection

design-ops/skills/design-critique/SKILL.md
design-ops/skills/design-debt-audit/SKILL.md
design-ops/skills/design-impact-reporting/SKILL.md
design-ops/skills/design-qa-checklist/SKILL.md
design-ops/skills/design-review-process/SKILL.md
design-ops/skills/design-sprint-plan/SKILL.md
design-ops/skills/handoff-spec/SKILL.md
design-ops/skills/team-workflow/SKILL.md
design-ops/skills/version-control-strategy/SKILL.md
design-research/skills/affinity-diagram/SKILL.md
design-research/skills/behavioural-analytics/SKILL.md
design-research/skills/card-sort-analysis/SKILL.md
design-research/skills/diary-study-plan/SKILL.md
design-research/skills/empathy-map/SKILL.md
design-research/skills/interview-script/SKILL.md
design-research/skills/jobs-to-be-done/SKILL.md
design-research/skills/journey-map/SKILL.md
design-research/skills/qual-quant-triangulation/SKILL.md
design-research/skills/research-repository/SKILL.md
design-research/skills/summarize-interview/SKILL.md
design-research/skills/survey-design/SKILL.md
design-research/skills/usability-test-plan/SKILL.md
design-research/skills/user-persona/SKILL.md
design-systems/skills/accessibility-audit/SKILL.md
design-systems/skills/component-spec/SKILL.md
design-systems/skills/design-system-governance/SKILL.md
design-systems/skills/design-token/SKILL.md
design-systems/skills/documentation-template/SKILL.md
design-systems/skills/icon-system/SKILL.md
design-systems/skills/localization-design/SKILL.md
design-systems/skills/motion-system/SKILL.md
design-systems/skills/naming-convention/SKILL.md
design-systems/skills/pattern-library/SKILL.md
design-systems/skills/theming-system/SKILL.md
designer-toolkit/skills/case-study/SKILL.md
designer-toolkit/skills/design-negotiation/SKILL.md
designer-toolkit/skills/design-rationale/SKILL.md
designer-toolkit/skills/design-system-adoption/SKILL.md
designer-toolkit/skills/design-token-audit/SKILL.md
designer-toolkit/skills/presentation-deck/SKILL.md
designer-toolkit/skills/ux-writing/SKILL.md
interaction-design/skills/animation-principles/SKILL.md
interaction-design/skills/conversational-ux/SKILL.md
interaction-design/skills/doherty-threshold/SKILL.md
interaction-design/skills/error-handling-ux/SKILL.md
interaction-design/skills/feedback-patterns/SKILL.md
interaction-design/skills/fitts-law/SKILL.md
interaction-design/skills/form-design/SKILL.md
interaction-design/skills/gesture-patterns/SKILL.md
interaction-design/skills/hicks-law/SKILL.md

Metadata

Files
0
Version
9a6930c
Hash
70e64bf9
Indexed
2026-08-19 23:22

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-13 20:42
浙ICP备14020137号-1 $Гость$