II.
LibraryProcess JSON
Structured · livelib-process:human-resources--training-needs-analysis
training-needs-analysis json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:human-resources--training-needs-analysis",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "training-needs-analysis",
"description": "Training Needs Analysis (TNA) Process - Systematic assessment of organizational, team, and individual skill\ngaps through surveys, performance data analysis, and stakeholder interviews to prioritize learning investments.",
"libraryPath": "library/specializations/domains/business/human-resources/training-needs-analysis.js",
"specialization": "human-resources",
"references": [
"- ATD Training Needs Assessment: https://www.td.org/insights/how-to-conduct-a-training-needs-assessment\n- SHRM Training and Development: https://www.shrm.org/resourcesandtools/tools-and-samples/toolkits/pages/traininganddevelopment.aspx"
],
"example": "const result = await orchestrate('specializations/domains/business/human-resources/training-needs-analysis', {\n organizationName: 'TechCorp',\n analysisScope: 'organization-wide',\n departments: ['Engineering', 'Sales', 'Marketing'],\n strategicPriorities: ['Digital transformation', 'Leadership development', 'Customer experience']\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "skill-area:talent-acquisition-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "skill-area:performance-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "skill-area:learning-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "domain:human-resources",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "role:hr-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "role:talent-recruiter",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "workflow:talent-acquisition-pipeline",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "specialization:talent-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--training-needs-analysis",
"to": "specialization:human-resources",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}