II.
LibraryProcess overview
Reference · livelib-process:project-management--sprint-review-demonstration
sprint-review-demonstration overview
Sprint Review and Demonstration - Plan and conduct sprint reviews, demonstrate completed work, gather stakeholder feedback, and update the product backlog based on review outcomes.
Attributes
displayName
sprint-review-demonstration
description
Sprint Review and Demonstration - Plan and conduct sprint reviews, demonstrate completed work,
gather stakeholder feedback, and update the product backlog based on review outcomes.
libraryPath
library/specializations/domains/business/project-management/sprint-review-demonstration.js
specialization
project-management
references
- - Scrum Guide: https://scrumguides.org/ - Agile Alliance Sprint Review: https://www.agilealliance.org/glossary/sprint-review
example
const result = await orchestrate('specializations/domains/business/project-management/sprint-review-demonstration', {
projectName: 'Mobile App v2',
sprintGoal: 'Complete user authentication flow',
completedStories: [{ id: 'US001', title: 'Login screen', points: 5 }],
stakeholders: [{ name: 'Product Owner', role: 'PO' }]
});
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.