II.
LibraryProcess JSON
Structured · livelib-process:decision-intelligence--executive-dashboard-development
executive-dashboard-development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:decision-intelligence--executive-dashboard-development",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "executive-dashboard-development",
"description": "Executive Dashboard Development - Design and implementation of executive-level dashboards\ndisplaying KPIs, strategic metrics, and performance indicators with drill-down capabilities and alerting.",
"libraryPath": "library/specializations/domains/business/decision-intelligence/executive-dashboard-development.js",
"specialization": "decision-intelligence",
"references": [
"- Storytelling with Data: https://www.storytellingwithdata.com/books\n- Information Dashboard Design: Stephen Few\n- Gartner BI Magic Quadrant: https://www.gartner.com/en/information-technology/glossary/business-intelligence-bi"
],
"example": "const result = await orchestrate('specializations/domains/business/decision-intelligence/executive-dashboard-development', {\n projectName: 'CEO Strategic Dashboard',\n businessObjectives: ['Revenue Growth', 'Market Share', 'Customer Satisfaction'],\n stakeholders: ['CEO', 'CFO', 'COO'],\n kpiRequirements: { updateFrequency: 'daily', drillDownLevels: 3 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "skill-area:data-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "skill-area:statistical-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "skill-area:business-analysis",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "domain:business-intelligence",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "role:data-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "role:business-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "workflow:strategic-planning",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:decision-intelligence--executive-dashboard-development",
"to": "specialization:decision-intelligence",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}