II.
LibraryProcess JSON
Structured · livelib-process:human-resources--grievance-handling
grievance-handling json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:human-resources--grievance-handling",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "grievance-handling",
"description": "Systematic process for receiving, investigating, and resolving employee grievances\nin a fair, timely, and legally compliant manner while maintaining positive employee relations.",
"libraryPath": "library/specializations/domains/business/human-resources/grievance-handling.js",
"specialization": "human-resources",
"references": [
"- NLRA Grievance Handling Requirements\n- SHRM Employee Relations Best Practices\n- ADR and Mediation Guidelines\n- EEOC Charge Handling Procedures"
],
"example": "const result = await process({\n organizationContext: { industry: 'manufacturing', unionStatus: 'unionized' },\n grievanceDetails: { type: 'workplace-treatment', urgency: 'standard' },\n policyFramework: { grievancePolicy: 'formal-multi-step' }\n});",
"usesAgents": [
"employee-relations-specialist",
"employee-relations-manager",
"workplace-investigator",
"employee-relations-analyst"
]
},
"outgoingEdges": [
{
"from": "lib-process:human-resources--grievance-handling",
"to": "skill-area:talent-acquisition-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "skill-area:performance-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "skill-area:organizational-design",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "skill-area:learning-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "domain:human-resources",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "role:hr-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "role:talent-recruiter",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "workflow:talent-acquisition-pipeline",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "specialization:talent-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:human-resources--grievance-handling",
"to": "specialization:human-resources",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}