II.
LibraryProcess JSON
Structured · livelib-process:project-management--team-formation-development
team-formation-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--team-formation-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "team-formation-development",
"description": "Team Formation and Development - Establish team structure, define roles and responsibilities\n(RACI), create working agreements, and build high-performing team culture.",
"libraryPath": "library/specializations/domains/business/project-management/team-formation-development.js",
"specialization": "project-management",
"references": [
"- Five Dysfunctions of a Team: https://www.tablegroup.com/product/dysfunctions/\n- PMI PMBOK Resource Management: https://www.pmi.org/pmbok-guide-standards/foundational/pmbok"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/team-formation-development', {\n projectName: 'Enterprise Platform Modernization',\n teamMembers: [{ name: 'Alice', role: 'Tech Lead' }, { name: 'Bob', role: 'Developer' }],\n projectScope: { deliverables: [...], timeline: '12 months' },\n organizationalContext: { culture: 'agile', remote: true }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--team-formation-development",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--team-formation-development",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--team-formation-development",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--team-formation-development",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--team-formation-development",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--team-formation-development",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--team-formation-development",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--team-formation-development",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}