II.
LibraryProcess JSON
Structured · livelib-process:project-management--wbs-development
wbs-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--wbs-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "wbs-development",
"description": "Work Breakdown Structure (WBS) Development - Decompose project scope into manageable\nwork packages with clear deliverables, creating hierarchical structure for planning and control.",
"libraryPath": "library/specializations/domains/business/project-management/wbs-development.js",
"specialization": "project-management",
"references": [
"- PMI WBS Practice Standard: https://www.pmi.org/pmbok-guide-standards/practice-guides/wbs\n- WBS Best Practices: https://www.pmi.org/learning/library/applying-work-breakdown-structure-project-lifecycle-6979"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/wbs-development', {\n projectName: 'Mobile App Development',\n scopeStatement: { description: 'Native iOS and Android application', boundaries: [...] },\n deliverables: ['iOS App', 'Android App', 'Backend API', 'Admin Portal'],\n constraints: { timeline: '6 months', methodology: 'hybrid' }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--wbs-development",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--wbs-development",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--wbs-development",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--wbs-development",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--wbs-development",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--wbs-development",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--wbs-development",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--wbs-development",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}