analyze_cognitive_load
Analyze UI code or components to measure mental resources required for interaction, identifying cognitive load issues across web, mobile, desktop, voice, and AR/VR platforms.
Instructions
🔍 Carga Cognitiva (Cognitive Load)
La cantidad de recursos mentales necesarios para entender e interactuar con una interfaz.
Analiza código o componentes UI según esta ley para CUALQUIER PLATAFORMA: Web, iOS, Android, Flutter, Desktop, CLI, Voice UI, Games, AR/VR.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | Código del componente UI a analizar (HTML, JSX, Swift, Kotlin, Dart, C#, etc.) | |
| component_description | No | Descripción del componente o interfaz a analizar | |
| platform | No | Plataforma objetivo: web-react, ios-swiftui, android-compose, flutter, cli, voice-alexa, game-unity, ar-vr, etc. Usa "auto" para detectar automáticamente. | |
| context | No | Contexto adicional sobre el uso del componente |