MCP HubMCP Hub
Volver a habilidades

goms-klm-analysis

raintree-technology
Actualizado 4 days ago
78
9
78
Ver en GitHub
Diseñoautomationdesign

Acerca de

Esta habilidad realiza análisis GOMS y del Modelo de Nivel de Pulsaciones (KLM) para modelar y evaluar flujos de trabajo de interfaz de usuario, descomponiéndolos en objetivos, operadores y métodos. Se utiliza para comparar flujos de tareas, contar costos de interacción como clics y pulsaciones de teclas, y estimar el tiempo de ejecución experto para rediseñar interfaces. Los desarrolladores deben aplicarla para analizar tareas repetibles y procedimentales, con el fin de optimizar el rendimiento y reducir la carga cognitiva.

Instalación rápida

Claude Code

Recomendado
Principal
npx skills add raintree-technology/claude-starter -a claude-code
Comando PluginAlternativo
/plugin add https://github.com/raintree-technology/claude-starter
Git CloneAlternativo
git clone https://github.com/raintree-technology/claude-starter.git ~/.claude/skills/goms-klm-analysis

Copia y pega este comando en Claude Code para instalar esta habilidad

Documentación

GOMS / KLM Analysis

Use this skill when the useful artifact is an explicit workflow model. It is best for repeatable tasks with known steps, such as dashboard triage, form submission, search/refine/open flows, command palettes, editor workflows, and mobile settings tasks.

Choose The Model

  • Use KLM when the task is procedural and the user already knows what to do. It estimates expert, error-free execution time.
  • Use GOMS when there are meaningful alternatives, decision rules, or multiple methods to achieve the same goal.
  • Use a lightweight cognitive walkthrough when the risk is discoverability, comprehension, or first-time use rather than speed.

KLM Operators

Start with these operator families and adjust for the product context:

  • K: keystroke, tap, click, button press, or discrete command.
  • P: point to or visually acquire a target.
  • M: mental preparation before a chunk of action.
  • H: hand movement between input devices or postures.
  • R: system response wait time.
  • V: visual verification or reading needed to continue.

Do not overfit exact timings. Count removed operators and wait states first; add timings only when comparison needs a rough total.

Workflow

  1. Name the task and user expertise level.
  2. Capture the current method as numbered user actions.
  3. Mark operators for each action.
  4. Insert mental operators before decisions, strategy shifts, mode changes, or non-obvious commands.
  5. Insert response waits only when the UI blocks the next action.
  6. Build the proposed method with the same operator rules.
  7. Compare operator counts, waits, and error-prone transitions.
  8. Recommend the smallest UI changes that remove operators or make the selected method obvious.

Selection Rules

For GOMS, make selection rules explicit:

  • If the user knows the exact item name, use search.
  • If the item is recent or spatially stable, use recents or pinned navigation.
  • If the task requires comparison, use a list/table with persistent controls.
  • If the task is destructive, use a slower method only when it reduces error risk.

Bad selection rules reveal design problems. If the rules depend on hidden knowledge, redesign the flow instead of documenting the rule.

Output

For a single flow:

Task:
User:
Current method:
Operator model:
Findings:
Recommendations:

For alternatives:

Option A:
- Operators:
- Waits:
- Error-prone transitions:

Option B:
- Operators:
- Waits:
- Error-prone transitions:

Decision:

Guardrails

  • KLM models skilled, error-free performance; do not use it as the only lens for onboarding, accessibility, or confusing flows.
  • Do not count implementation steps. Count user-observable operations.
  • Keep safety and confidence in the model. A slower confirmation can be correct for irreversible actions.
  • If the design is for an Apple platform, pair this skill with Apple HIG guidance for platform conventions.

Repositorio GitHub

raintree-technology/claude-starter
Ruta: templates/.claude/skills/goms-klm-analysis
0
ai-toolsanthropicclaudeclaude-aiclaude-codedeveloper-tools

Habilidades relacionadas

executing-plans

Diseño

Utilice la habilidad executing-plans cuando tenga un plan de implementación completo para ejecutar en lotes controlados con puntos de revisión. Esta habilidad carga y revisa críticamente el plan, luego ejecuta tareas en pequeños lotes (por defecto 3 tareas) mientras reporta el progreso entre cada lote para la revisión del arquitecto. Esto asegura una implementación sistemática con puntos de control de calidad integrados.

Ver habilidad

requesting-code-review

Diseño

Esta habilidad despacha un subagente revisor de código para analizar los cambios en el código frente a los requisitos antes de proceder. Debe usarse después de completar tareas, implementar funciones principales o antes de fusionar con la rama principal. La revisión ayuda a detectar problemas de forma temprana al comparar la implementación actual con el plan original.

Ver habilidad

connect-mcp-server

Diseño

Esta habilidad proporciona una guía integral para que los desarrolladores conecten servidores MCP a Claude Code mediante transportes HTTP, stdio o SSE. Cubre la instalación, configuración, autenticación y seguridad para integrar servicios externos como GitHub, Notion y APIs personalizadas. Úsala al configurar integraciones MCP, al configurar herramientas externas o al trabajar con el Protocolo de Contexto del Modelo de Claude.

Ver habilidad

web-cli-teleport

Diseño

Esta habilidad ayuda a los desarrolladores a elegir entre las interfaces web y CLI de Claude Code mediante el análisis de tareas, y luego permite la teletransportación fluida de sesiones entre estos entornos. Optimiza el flujo de trabajo gestionando el estado y el contexto de la sesión al cambiar entre web, CLI o móvil. Úsala para proyectos complejos que requieren diferentes herramientas en varias etapas.

Ver habilidad