II.
LibraryProcess JSON
Structured · livelib-process:project-management--sprint-planning-backlog
sprint-planning-backlog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--sprint-planning-backlog",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "sprint-planning-backlog",
"description": "Sprint Planning and Backlog Refinement - Facilitate sprint planning sessions, refine\nproduct backlog, estimate user stories, and establish sprint goals and commitments.",
"libraryPath": "library/specializations/domains/business/project-management/sprint-planning-backlog.js",
"specialization": "project-management",
"references": [
"- Scrum Guide: https://scrumguides.org/\n- Agile Estimating and Planning: https://www.mountaingoatsoftware.com/books/agile-estimating-and-planning"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/sprint-planning-backlog', {\n projectName: 'Customer Portal Redesign',\n productBacklog: [{ id: 'US-001', title: 'User login', priority: 1 }, ...],\n teamCapacity: { developers: 4, totalHours: 320, velocity: 34 },\n sprintDuration: 14\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--sprint-planning-backlog",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}