II.
Workflow JSON
Structured · liveworkflow:user-research-session
User Research Session json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "workflow:user-research-session",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-product-design.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "User Research Session",
"workflowKind": "development",
"triggerType": "event-driven",
"typicalCadence": "per-feature",
"complexity": "cross-team",
"description": "Plans and conducts user research sessions — participant recruitment,\nscript preparation, session facilitation, note synthesis, insight\nextraction, and findings distribution to product and engineering teams.\nExcludes long-term research strategy.\n"
},
"outgoingEdges": [
{
"from": "workflow:user-research-session",
"to": "role:product-designer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "role:engineering-manager",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "role:end-user",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "skill-area:react-state-management",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "domain:web-development",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "responsibility:write-rfc-documents",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "org-unit:product-team",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:user-research-session",
"to": "org-unit:frontend-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}