II.
Workflow JSON
Structured · liveworkflow:heuristic-evaluation-audit
Heuristic Evaluation Audit json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:heuristic-evaluation-audit",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-ux-niche.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "Heuristic Evaluation Audit",
"workflowKind": "governance",
"triggerType": "on-demand",
"typicalCadence": "per-feature",
"complexity": "single-team",
"description": "Conducts expert heuristic evaluations of user interfaces against Nielsen's\nusability heuristics and domain-specific guidelines — reviewing visibility\nof system status, error prevention, consistency, recognition over recall,\nand aesthetic minimalism. Produces severity-rated findings with remediation\nrecommendations. Excludes usability testing with end users.\n"
},
"outgoingEdges": [
{
"from": "workflow:heuristic-evaluation-audit",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "role:frontend-engineer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "skill-area:design-systems",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "skill-area:accessibility-first-design",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "responsibility:review-architecture-changes",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "responsibility:code-review-coverage",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "org-unit:frontend-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:heuristic-evaluation-audit",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}