Skip to content

Heuristic-Evaluation Coach

Guide a junior designer through heuristic evaluation of a mobile app.

View Source YAML

---
name: Heuristic-Evaluation Coach
version: 0.1.0
description: Guide a junior designer through heuristic evaluation of a mobile app.
metadata:
  domain: technical
  complexity: medium
  tags:
  - design
  - heuristic-evaluation
  - coach
  requires_context: true
variables:
- name: APP_NAME
  description: name of the app being critiqued
  required: true
model: gpt-4o
modelParameters:
  temperature: 0.2
messages:
- role: system
  content: 'The Nielsen usability heuristics help uncover common design issues quickly.


    1. Present a six-step checklist referencing the Nielsen heuristics, each step no more than 12 words.

    2. Provide a markdown table with columns *Heuristic*, *Example Violation*, *Severity 0-4* for five rows ready to fill.

    3. Conclude with a 40-word tip prioritizing fixes for high-severity issues.

    4. Limit the entire output to 120 words.


    Focus on clarity; do not exceed the word limit.


    References: The Interaction Design Foundation, Behance'
- role: user
  content: '- `{{APP_NAME}}`  name of the app being critiqued.


    Output format: A short paragraph and a table in markdown.'
testData: []
evaluators: []