II.
LibraryProcess JSON
Structured · livelib-process:product-management--rice-prioritization
product-management/rice-prioritization json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:product-management--rice-prioritization",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "product-management/rice-prioritization",
"description": "RICE Prioritization Framework - Structured process for prioritizing features and initiatives\nusing Reach, Impact, Confidence, and Effort scoring to calculate data-driven priority scores and create\nstrategic roadmaps aligned with business goals",
"libraryPath": "library/specializations/product-management/rice-prioritization.js",
"specialization": "product-management",
"references": [
"- RICE Framework by Intercom: https://www.intercom.com/blog/rice-simple-prioritization-for-product-managers/",
"- Product Roadmapping Best Practices: https://www.productplan.com/learn/product-roadmap-best-practices/",
"- Prioritization Frameworks Guide: https://www.mindtheproduct.com/prioritization-frameworks/"
],
"example": "const result = await orchestrate('product-management/rice-prioritization', {\n productName: 'Customer Portal',\n features: [\n { id: 'FEAT-001', name: 'Self-service password reset', description: '...' },\n { id: 'FEAT-002', name: 'Invoice download', description: '...' }\n ],\n timeframe: 'Q2 2026',\n strategicGoals: ['Reduce support tickets', 'Increase customer satisfaction'],\n stakeholders: ['Product Manager', 'Engineering Lead', 'Customer Success']\n});",
"usesAgents": [
"prioritization-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:product-management--rice-prioritization",
"to": "skill-area:product-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "skill-area:product-analytics",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "skill-area:prioritization-frameworks",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "role:product-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "workflow:competitive-analysis",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "specialization:product-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--rice-prioritization",
"to": "lib-agent:product-management--prioritization-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}