II.
LibraryProcess JSON
Structured · livelib-process:ux-ui-design--user-journey-mapping
specializations/ux-ui-design/user-journey-mapping json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ux-ui-design--user-journey-mapping",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/ux-ui-design/user-journey-mapping",
"description": "User Journey Mapping - Document complete user experience across all touchpoints over time;\nidentify stages, touchpoints, actions, thoughts, emotions, pain points, and opportunities for improvement.",
"libraryPath": "library/specializations/ux-ui-design/user-journey-mapping.js",
"specialization": "ux-ui-design",
"references": [
"- Journey Map Components: references.md lines 248-269",
"- Journey Map Types: references.md lines 258-264",
"- Journey Mapping Tools: references.md lines 265-269",
"- User Research Methods: references.md lines 146-173"
],
"example": "const result = await orchestrate('specializations/ux-ui-design/user-journey-mapping', {\n product: 'E-commerce Mobile App',\n personas: [\n { name: 'Sarah', role: 'Busy Professional', goals: ['Quick purchases', 'Save time'] },\n { name: 'Mike', role: 'Deal Hunter', goals: ['Find best prices', 'Compare products'] }\n ],\n journeyScope: 'end-to-end',\n targetPersona: 'Sarah',\n researchData: {\n interviews: ['interview-001.json', 'interview-002.json'],\n analytics: 'user-behavior-data.json',\n surveys: 'customer-satisfaction-survey.json'\n },\n tools: ['Smaply', 'Miro', 'Figma'],\n qualityTargets: { minPainPoints: 8, minOpportunities: 5, minTouchpoints: 10 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "skill-area:design-systems",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "skill-area:interaction-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "role:product-designer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "role:ux-researcher",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "workflow:user-feedback-loop",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:ux-ui-design--user-journey-mapping",
"to": "specialization:ux-ui-design",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}