II.
LibraryProcess JSON
Structured · livelib-process:project-management--sprint-retrospective
sprint-retrospective json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:project-management--sprint-retrospective",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "sprint-retrospective",
"description": "Sprint Retrospective Facilitation - Facilitate team retrospectives to identify improvements,\ncelebrate successes, address challenges, and commit to actionable changes.",
"libraryPath": "library/specializations/domains/business/project-management/sprint-retrospective.js",
"specialization": "project-management",
"references": [
"- Agile Retrospectives: https://www.scrumalliance.org/agile-resources/agile-retrospectives\n- Retrospective Techniques: https://retrospectivewiki.org/"
],
"example": "const result = await orchestrate('specializations/domains/business/project-management/sprint-retrospective', {\n projectName: 'Mobile App Development',\n sprintNumber: 5,\n sprintData: { velocity: 34, committed: 38, completed: [...], incomplete: [...] },\n teamMembers: [{ name: 'Alice', role: 'developer' }, { name: 'Bob', role: 'tester' }]\n});",
"usesAgents": [
"general-purpose"
]
},
"outgoingEdges": [
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "skill-area:stakeholder-management",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "skill-area:roadmap-planning",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "domain:project-management",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "role:project-manager",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "role:scrum-master",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "workflow:project-kickoff",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:project-management--sprint-retrospective",
"to": "specialization:project-management",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}