II.
LibraryProcess JSON
Structured · livelib-process:project-management--business-case-development
business-case-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--business-case-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "business-case-development",
"description": "Business Case Development - Develop comprehensive business case including problem statement,\nsolution options, cost-benefit analysis, ROI calculations, risk assessment, and funding recommendation.",
"libraryPath": "library/specializations/domains/business/project-management/business-case-development.js",
"specialization": "project-management",
"references": [
"- PRINCE2 Business Case: https://www.axelos.com/certifications/prince2\n- PMI Business Analysis: https://www.pmi.org/pmbok-guide-standards/foundational/business-analysis"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/business-case-development', {\n projectName: 'Customer Service Automation',\n problemStatement: 'High volume of repetitive customer inquiries overwhelming support team',\n proposedSolution: { description: 'AI-powered chatbot', estimatedCost: 500000 },\n organizationalContext: { industry: 'retail', annualRevenue: 50000000 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--business-case-development",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--business-case-development",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--business-case-development",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--business-case-development",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--business-case-development",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--business-case-development",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--business-case-development",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--business-case-development",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}