Communication - Do you know how to communicate product progress?

Last updated by Nick Curran [SSW] 7 days ago.See history

As a Product Owner, you are representing the product's stakeholders on the Scrum Team. You will be a representative of the product to other people in your business, such as your manager. You will often be asked the question "How is your product going?"

A good way of keeping stakeholders informed of progress is holding monthly meetings.

Monthly meeting agenda

To prepare for meetings and maximise the chances of success for your project, ensure you have answers to the following questions:

  1. Value - What features have been delivered recently? Celebrate your successes and demonstrate how your product is adding value to stakeholders. Examples could include:

    • A new login screen with better accessibility for visually impaired users
    • A shortened user registration process
    • Support for a new business process

    Tip: If you record your Sprint meetings, you can ask the stakeholders if they would like to review them.

  2. Development - How has the Roadmap progressed? Explain how the completion of certain PBIs contributed to achieving the aim of the Product Roadmap. For example:

    • Internationalization epic - Added Mandarin translations for an Angular component
    • Subscription epic - Added payment processing

    Tip: Software such as GitHub Projects and Azure DevOps can be used to graphically demonstrate progress.

    github product roadmap
    Figure: Progress for SSW.EagleEye epics in GitHub Projects

    product roadmap
    Figure: Progress for SugarLearning epics in Azure DevOps

  3. Development - What delays or blockers have been encountered while writing the software? Software development is painful and costly. Explain the difficulties that the project has encountered, and detail your plan to overcome those difficulties. For example:

    • The upgrade between Angular versions has been slower than expected. We have booked in an expert to assist the team
    • The new customer registration process was taking longer than expected to implement - the original prediction was 4 effort points, and is now expected to take 16 (and has 14 remaining). Originally it was going to be 3 screens, and is now 5 screens
  4. Operations - How do the product's metrics compare historically? If you have responsibility for the operation of your product, you need to be tracking metrics such as the number of users accessing the system or how many hours they are spending on your site. Provide graphs to demonstrate trends. For example:

    • Have a graph demonstrating how the user count has changed over the last 6 months

    user metrics
    Figure: A graph helps demonstrate trends affecting the Product

  5. Health - What issues have been seen in Production? All errors should be logged, so you should be able to list:

    • Visible errors - errors that impact the User eXperience (UX) negatively
    • Invisible errors e.g. unhandled exceptions, unexpected SQL log messages
    • Performance issues

    All such issues should have plans for investigation or rectification. For example:

    • ✅ DONE - The frontend experienced an increase in errors when adding new users to the system. This was tracked to a bug in how data is being serialized from the backend, and was fixed last Sprint
    • TODO - Since upgrading the database server version, a significant increase of 2 seconds in server response time has been seen. System Administrators are investigating
  6. Planning - What decisions have been made regarding the project? As Product Owner, you will be approving changes to the behaviour of the product and many of these changes will be in development. Explain the decisions that you've made and their rationale. Try to catch misalignments in stakeholder views before your decisions are coded. For example:

    • I have modified the permissions model for the website to allow contributing users access to unpublished articles, as they often request input from each other
    • I approved the mock-ups for the website redesign, as they were cleaner and easier to understand than the current website pages
  7. Vision - Are we still happy with the Product Goal? Circumstances and priorities change - in extreme circumstances, the Goal may need to be changed completely. Work with your stakeholders to ensure that your Product Goal fulfils their requirements. For example:

    • When building a Learning Management System, we noticed that users were heavily using the Markdown functionality. So the Learning Management System was ditched, and the product was pivoted towards creating a Markdown editing system.
  8. Planning - Should the Roadmap be changed to align with the Product Goal? Do we need to add, change or delete any Product Roadmap items to ensure that we are working towards the Product Goal while making efficient use of development resources. For example:

    • When users write new articles, the hardest part is to add links to other articles. Therefore, work should be prioritized to improve how links are created between articles
    • When a new account is created, it is taking 4 minutes to provision. We need to aim to reduce this to 1 minute
  9. Resources - do you have everything you need to complete the updated Product Roadmap? Ensure that you have agreements for staffing, services, extra consultants and additional resources to ensure that the Roadmap can be delivered. For example:

    • To implement the new article search functionality, approval is required to cover the development and the Azure Search Service instance
    • To implement the AI co-writing feature, approval is required to bring in an external expert to advise the team

Good Example - Roadmap Rodeo for SugarLearning

Here is a full example of how to record a Roadmap Rodeo in an email.

Email Template - Record the Roadmap Rodeo

Use the email template below. Note that this template uses "epics", which are collections of PBIs.

Figure: Template for Product Status Review email

We open source. Powered by GitHub