II.
LibraryProcess JSON
Structured · livelib-process:ux-ui-design--usability-testing
specializations/ux-ui-design/usability-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ux-ui-design--usability-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/ux-ui-design/usability-testing",
"description": "Comprehensive Usability Testing process for evaluating product usability through test planning,\nparticipant recruitment, task scenario design, moderated/unmoderated testing, think-aloud protocol,\nobservation & recording, success metrics analysis, findings synthesis, and prioritized recommendations.",
"libraryPath": "library/specializations/ux-ui-design/usability-testing.js",
"specialization": "ux-ui-design",
"references": [
"- Usability Testing 101: https://www.nngroup.com/articles/usability-testing-101/",
"- Think-Aloud Protocol: https://www.nngroup.com/articles/thinking-aloud-the-1-usability-tool/",
"- System Usability Scale (SUS): https://www.usability.gov/how-to-and-tools/methods/system-usability-scale.html",
"- Task Success Rate: https://measuringu.com/task-completion/"
],
"example": "const result = await orchestrate('specializations/ux-ui-design/usability-testing', {\n projectName: 'Mobile Banking App',\n productType: 'mobile-app',\n testingGoals: ['Evaluate account transfer flow', 'Test bill payment usability', 'Assess navigation clarity'],\n prototypeFidelity: 'high-fidelity',\n participantCount: 8,\n testingType: 'moderated'\n});",
"usesAgents": [
"usability-test-planner",
"participant-recruiter",
"task-scenario-designer",
"test-protocol-designer",
"pilot-test-facilitator",
"usability-test-moderator",
"unmoderated-test-coordinator",
"observation-analyst",
"metrics-analyst",
"usability-issues-analyst",
"findings-synthesizer",
"usability-scorer",
"ux-recommendations-strategist",
"accessibility-analyst",
"test-report-writer"
]
},
"outgoingEdges": [
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "skill-area:design-systems",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "skill-area:interaction-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "skill-area:usability-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "role:product-designer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "role:ux-researcher",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "workflow:user-feedback-loop",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "workflow:usability-testing-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:ux-ui-design--usability-testing",
"to": "specialization:ux-ui-design",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}