II.
LibraryProcess overview
Reference · livelib-process:project-management--sprint-retrospective
sprint-retrospective overview
Sprint Retrospective Facilitation - Facilitate team retrospectives to identify improvements, celebrate successes, address challenges, and commit to actionable changes.
Attributes
displayName
sprint-retrospective
description
Sprint Retrospective Facilitation - Facilitate team retrospectives to identify improvements,
celebrate 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 - Retrospective Techniques: https://retrospectivewiki.org/
example
const result = await orchestrate('specializations/domains/business/project-management/sprint-retrospective', {
projectName: 'Mobile App Development',
sprintNumber: 5,
sprintData: { velocity: 34, committed: 38, completed: [...], incomplete: [...] },
teamMembers: [{ name: 'Alice', role: 'developer' }, { name: 'Bob', role: 'tester' }]
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:project-management·DomainProject Management
lib_belongs_to_specialization1
- specialization:project-management·SpecializationProject Management
lib_implements_workflow2
- workflow:project-kickoff·WorkflowProject Kickoff
- workflow:project-kickoff·WorkflowProject Kickoff
lib_involves_role2
- role:project-manager·RoleProject Manager
- role:scrum-master·RoleScrum Master
lib_requires_skill_area2
- skill-area:stakeholder-management·SkillAreaStakeholder Management
- skill-area:roadmap-planning·SkillAreaRoadmap Planning
Incoming edges
None.