返回技能列表

human-processor-model

raintree-technology
更新于 5 days ago
78
9
78
在 GitHub 上查看
设计automationdesign

关于

This skill applies the Human Processor Model (MHP) to quickly estimate task completion times and identify usability bottlenecks like cognitive load or motor delays. Developers can use it to compare UI designs, audit memory burdens, and evaluate prototypes without user studies. It provides a structured workflow for analyzing interaction costs in product flows.

快速安装

Claude Code

推荐
主要方式
npx skills add raintree-technology/claude-starter -a claude-code
插件命令备选方式
/plugin add https://github.com/raintree-technology/claude-starter
Git 克隆备选方式
git clone https://github.com/raintree-technology/claude-starter.git ~/.claude/skills/human-processor-model

在 Claude Code 中复制并粘贴此命令以安装该技能

技能文档

Human Processor Model

Use this skill to make a fast, explicit usability estimate from a concrete task. The goal is not false precision; it is to expose where perception, cognition, memory, or motor action makes the flow slow or fragile.

Inputs

Collect or infer:

  • Target user and relevant constraints: novice/expert, older adult, motor impairment, low vision, stress, interruption risk.
  • The exact task goal and success state.
  • The current method: screens, controls, labels, data entry, navigation path, and feedback.
  • Competing method, if the user wants a comparison.

If the UI is not provided, ask for the smallest missing artifact that determines the steps: screenshot, route, prototype, task list, or current implementation path.

Workflow

  1. Define one narrow task, for example "create a refund for order 1042" rather than "use the billing app".
  2. Write the observable user steps from start state to success state.
  3. Break each step into perceptual, cognitive, motor, and memory operations.
  4. State assumptions before calculating: user expertise, reading load, device, input method, error-free path, and whether information can remain visible.
  5. Estimate each operation with the defaults below, adjusting only when the interface or user population justifies it.
  6. Sum the time and call out bottlenecks separately from the numeric total.
  7. Recommend changes that remove whole operations, keep needed information visible, reduce mode switches, or make feedback immediate.

Default Estimates

Use these as rough planning constants:

OperationDefault
Eye movement or visual target acquisition230 ms
Perceptual processor cycle100 ms
Cognitive processor cycle70 ms
Motor processor cycle70 ms
Visual image storage half-life200 ms
Auditory storage half-life1500 ms
Working-memory effective capacity5-9 chunks
Working-memory practical capacityabout 3 chunks

Use a range instead of a single number when the UI is underspecified or the user group changes the estimate. Older, distracted, impaired, or unfamiliar users usually need slower cycle assumptions and more recovery time.

Memory Risk

Flag memory risk when the user must retain:

  • More than 3 unrelated chunks.
  • A value that disappears before it is used.
  • A code, date, name, or identifier while continuing to read or navigate.
  • A decision rule hidden in prior copy.

When a recall probability estimate is useful, model decay qualitatively unless the task provides a clear elapsed time and known memory type. Prefer design fixes over math: keep the source value visible, duplicate it near the destination, or convert recall into recognition.

Output

For audits, structure the answer as:

  • Task modeled.
  • Assumptions.
  • Step table with operation type, estimate, and issue.
  • Total best estimate or range.
  • Top bottlenecks.
  • Design changes ranked by removed operations or reduced memory burden.

For comparisons, show both methods with the same assumptions and highlight the operation count delta, not just the final time.

Guardrails

  • Do not present estimates as study results.
  • Do not invent empirical validation.
  • Do not optimize only for speed when safety, confidence, accessibility, or error prevention matters more.
  • If the flow is high-stakes, recommend observing real users after the model narrows the hypotheses.

GitHub 仓库

raintree-technology/claude-starter
路径: templates/.claude/skills/human-processor-model
0
ai-toolsanthropicclaudeclaude-aiclaude-codedeveloper-tools

相关推荐技能

executing-plans

设计

该Skill用于当开发者提供完整实施计划时,以受控批次方式执行代码实现。它会先审阅计划并提出疑问,然后分批次执行任务(默认每批3个任务),并在批次间暂停等待审查。关键特性包括分批次执行、内置检查点和架构师审查机制,确保复杂系统实现的可控性。

查看技能

requesting-code-review

设计

该Skill可在完成任务、实现主要功能或合并代码前自动调度代码审查子代理,确保实现符合需求和计划。它支持通过指定git SHA范围进行精准的代码变更审查,帮助开发者在关键节点及时发现潜在问题。核心原则是"早审查、勤审查",适用于开发流程的各个关键阶段。

查看技能

connect-mcp-server

设计

这个Skill指导开发者如何将MCP服务器连接到Claude Code,支持HTTP、stdio和SSE三种传输协议。它涵盖了从安装配置到认证安全的完整流程,适用于集成GitHub、Notion、数据库等外部服务。当开发者需要添加集成、配置外部工具或提及MCP相关功能时,这个Skill能提供实用的操作指南。

查看技能

web-cli-teleport

设计

该Skill帮助开发者根据任务特性选择Claude Code的Web或CLI界面,并指导如何在两种环境间无缝迁移会话。它能分析任务复杂度、迭代需求等要素,推荐最优工作界面和工作流。关键特性包括会话状态管理、环境切换指导和上下文优化建议。

查看技能