II.
LibraryProcess JSON
Structured · livelib-process:product-management--metrics-dashboard
specializations/product-management/metrics-dashboard json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:product-management--metrics-dashboard",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/product-management/metrics-dashboard",
"description": "Product Metrics Dashboard Setup - Comprehensive dashboard implementation process including\nKPI identification, metrics instrumentation, dashboard design, data pipeline setup, and alert configuration\nfor product health monitoring and decision-making.",
"libraryPath": "library/specializations/product-management/metrics-dashboard.js",
"specialization": "product-management",
"references": [
"- Product Metrics Framework: https://www.productplan.com/glossary/product-metrics/",
"- AARRR/Pirate Metrics: https://www.productplan.com/glossary/aarrr-framework/",
"- HEART Framework: https://library.gv.com/how-to-choose-the-right-ux-metrics-for-your-product-5f46359ab5be",
"- North Star Metric: https://amplitude.com/blog/product-north-star-metric",
"- Data Dashboard Design: https://www.nngroup.com/articles/dashboard-design/"
],
"example": "const result = await orchestrate('specializations/product-management/metrics-dashboard', {\n productName: 'CloudConnect Platform',\n dashboardType: 'executive', // 'executive', 'operational', 'team', 'customer-facing'\n stakeholders: ['executives', 'product-team', 'engineering', 'sales'],\n metricsScope: ['acquisition', 'activation', 'retention', 'revenue', 'satisfaction'],\n dataSources: ['analytics-platform', 'database', 'crm', 'support-system'],\n alertThresholds: { critical: 0.8, warning: 0.6 }\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "skill-area:product-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "skill-area:product-analytics",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "role:product-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "workflow:competitive-analysis",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--metrics-dashboard",
"to": "specialization:product-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}