II.
LibraryProcess JSON
Structured · livelib-process:game-development--ui-ux-implementation
specializations/game-development/ui-ux-implementation json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:game-development--ui-ux-implementation",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/game-development/ui-ux-implementation",
"description": "Game UI/UX Design and Implementation Process - Design and implement user interface including\nHUD, menus, input handling, accessibility features, and responsive design for target platforms.",
"libraryPath": "library/specializations/game-development/ui-ux-implementation.js",
"specialization": "game-development",
"references": [
"- Game UI Design: Best Practices",
[
"WCAG 2.1 Accessibility Guidelines"
]
],
"example": "const result = await orchestrate('specializations/game-development/ui-ux-implementation', {\n projectName: 'Stellar Odyssey',\n uiStyle: 'minimalist-sci-fi',\n targetPlatforms: ['PC', 'console'],\n accessibilityLevel: 'AA'\n});",
"usesAgents": [
"ui-designer-agent",
"ux-designer-agent",
"ui-programmer-agent",
"accessibility-tester-agent",
"localization-tester-agent",
"game-qa-agent"
]
},
"outgoingEdges": [
{
"from": "lib-process:game-development--ui-ux-implementation",
"to": "skill-area:game-engine-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--ui-ux-implementation",
"to": "skill-area:gameplay-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:game-development--ui-ux-implementation",
"to": "domain:gaming",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--ui-ux-implementation",
"to": "role:game-developer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--ui-ux-implementation",
"to": "workflow:game-prototype-iteration",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:game-development--ui-ux-implementation",
"to": "specialization:game-development",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}