analyze_doherty_threshold
Analyze UI code or components to ensure interactions complete within 400ms, optimizing productivity by preventing user or system waiting across all platforms including web, mobile, desktop, and voice interfaces.
Instructions
🔍 Umbral de Doherty (Doherty Threshold)
La productividad se dispara cuando una computadora y sus usuarios interactúan a un ritmo (<400 ms) que garantiza que ninguno tenga que esperar al otro.
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 |