II.
LibraryProcess JSON
Structured · livelib-process:product-management--quarterly-roadmap
specializations/product-management/quarterly-roadmap json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:product-management--quarterly-roadmap",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/product-management/quarterly-roadmap",
"description": "Quarterly Roadmap Planning - Comprehensive quarterly planning process including OKR review,\nmarket analysis, customer research synthesis, theme identification, initiative mapping, and timeline creation\nwith 70% committed / 30% exploratory allocation.",
"libraryPath": "library/specializations/product-management/quarterly-roadmap.js",
"specialization": "product-management",
"references": [
"- Product Roadmap Best Practices: https://www.productplan.com/learn/product-roadmap-best-practices/",
"- OKR Framework: https://www.whatmatters.com/faqs/okr-meaning-definition-example",
"- Theme-Based Roadmapping: https://www.aha.io/roadmapping/guide/product-strategy/what-is-a-theme-based-roadmap",
"- Evidence-Guided Product Development: https://www.svpg.com/product-roadmaps-in-scrum/"
],
"example": "const result = await orchestrate('specializations/product-management/quarterly-roadmap', {\n quarter: 'Q2 2024',\n productName: 'CloudConnect Platform',\n previousOKRs: { objectives: [...], results: [...] },\n customerFeedback: ['Feature request 1', 'Pain point 2'],\n marketData: { competitors: [...], trends: [...] },\n teamCapacity: { engineering: 5, design: 2, pm: 1 }\n});",
"usesAgents": [
"product-strategist",
"prioritization-expert"
]
},
"outgoingEdges": [
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "skill-area:product-strategy",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "skill-area:product-analytics",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "skill-area:roadmap-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "role:product-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "role:product-analyst",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "workflow:product-discovery",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "workflow:competitive-analysis",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "specialization:product-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "lib-agent:product-management--product-strategist",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
},
{
"from": "lib-process:product-management--quarterly-roadmap",
"to": "lib-agent:product-management--prioritization-expert",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}