Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Product owner is a role on an Agile scrum team.  The product owner (PO) represents the business or user community and is responsible for working with this group to determine what features will be in the product release.  Other roles in scrum include scrum master and development team.

PO responsibilities

  • Work with stakeholders (e.g. SIGs, developers, UX designers) to develop a vision for the product or feature they are responsible for
  • Communicate this vision to the development team through a prioritized user story backlog that maximizes value delivered
  • Be available to answer questions in a timely manner throughout the development process
  • Test and accept user stories
  • Test features regularly (including for accessibility), file and prioritize bugs as-needed and be generally aware of the state of quality for area of responsibilityresponsibility 
  • Remain on top of the current state of development
  • Demonstrate progress and provide status updates to stakeholders
  • Conduct user acceptance testing (UAT)
  • Work closely with Technical Writer/Editor to provide thorough and up to date documentation
  • Capture longer-term plans in backlog of UXPROD features 
  • Prioritize features for quarterly releases using inputs such as business value (UXPROD rankings), technical dependencies and available capacity

Despite being supplied to the project by various vendors and academic institutions, Product Owners support the entire community.  This means:

  1. Listening to all perspectives and working with the SIGs to design common solutions that meet all needs
  2. Capturing backlog items proposed by community members as UXPROD features so they can be ranked and prioritized for development 
  3. Verifying with the broader community before making changes requested by a single institution
  4. Monitoring support issues and working to support all production customers with critical bug fixes
  5. Working with other Product Owners and SIGs to support the needs of adjacent domains and workflows

See Getting Started for Product Owners page for more details on processes and links to resources.

"Thin thread" development

...

A great mnemonic for structuring user stories is INVEST:

LetterMeaningDescription
IIndependentThe user story should be self-contained, in a way that there is no inherent dependency on another PBI.
NNegotiableUser stories are not explicit contracts and should leave space for discussion.
VValuableA user story must deliver value to the stakeholders.
EEstimate-ableYou must always be able to estimate the size of a user story.
SSmallUser stories should not be so big as to become impossible to plan/task/prioritize within a level of accuracy.
TTestableThe user story or its related description must provide the necessary information to make test development possible.

https://en.wikipedia.org/wiki/INVEST_(mnemonic)

...