Skip to main content

Different ways Product Managers can add value

Product Management is NOT about adding new features to your product! It's about adding VALUE! 𝗛𝗲𝗿𝗲 𝗮𝗿𝗲 𝟴 𝗱𝗶𝗳𝗳𝗲𝗿𝗲𝗻𝘁 𝘄𝗮𝘆𝘀 𝘆𝗼𝘂 𝗰𝗮𝗻 𝗮𝗱𝗱 𝘃𝗮𝗹𝘂𝗲 𝘁𝗼 𝘆𝗼𝘂𝗿 𝗽𝗿𝗼𝗱𝘂𝗰𝘁:


  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘋𝘪𝘳𝘦𝘤𝘵 𝘮𝘦𝘵𝘳𝘪𝘤𝘴’ 𝘨𝘳𝘰𝘸𝘵𝘩 - This most basic, business-driven aspect of the “value” concept. It will often drive your product goals, and it’s easy (and mandatory!) to measure. New features will mostly fall under this category!

  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘱𝘳𝘦𝘷𝘦𝘯𝘵𝘪𝘯𝘨 𝘢 𝘱𝘳𝘰𝘣𝘢𝘣𝘭𝘦 𝘧𝘶𝘵𝘶𝘳𝘦 𝘥𝘳𝘰𝘱 𝘪𝘯 𝘮𝘦𝘵𝘳𝘪𝘤𝘴 - Any product is like a house; if not maintained and fixed, it will eventually collapse. This aspect translated into quality that the client/user often doesn’t get to appreciate until it’s too late. To achieve this kind of value, you will have your development team fixing bugs, making products scalable, and introducing/replacing old technologies in favour of newer ones.

  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘵𝘩𝘦 𝘢𝘣𝘪𝘭𝘪𝘵𝘺 𝘵𝘰 𝘵𝘳𝘢𝘤𝘬 𝘵𝘩𝘦 𝘪𝘮𝘱𝘢𝘤𝘵 𝘰𝘧 𝘵𝘩𝘦 𝘸𝘰𝘳𝘬 - Measuring stuff is often not easy and straightforward. How do you for example measure if a call was “fun” on Skype? This aspect of value is not only about investing time into creating tracking dashboards and implementing tracking software, but also figuring out to how to measure in the first place.

  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘨𝘳𝘰𝘸𝘪𝘯𝘨 𝘴𝘵𝘢𝘬𝘦𝘩𝘰𝘭𝘥𝘦𝘳𝘴’ 𝘵𝘳𝘶𝘴𝘵 - If you do not have your stakeholders’ support and people in your company don’t understand your decision, your work will be misunderstood. Thus, you need to dedicate time to ensure your efforts are transparent and it’s easy to trace your steps and support your decisions.

  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘪𝘯𝘤𝘳𝘦𝘢𝘴𝘪𝘯𝘨 𝘵𝘩𝘦 𝘴𝘱𝘦𝘦𝘥 𝘰𝘧 𝘥𝘦𝘷𝘦𝘭𝘰𝘱𝘮𝘦𝘯𝘵 - Encourage your development team to investigate any process bottlenecks and propose solutions. It’s up to you if you accept the investment! It might work out and bear fruit later or the change might be hardly noticeable.

  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘪𝘮𝘱𝘳𝘰𝘷𝘪𝘯𝘨 𝘮𝘰𝘳𝘢𝘭𝘦 𝘢𝘯𝘥 𝘫𝘰𝘺 𝘢𝘵 𝘸𝘰𝘳𝘬 - Sometimes the best thing you can do for a product is to make sure people who shape it, enjoy what they are doing and each other’s company. Skipping the obvious elements of empathy and being an honest man, a team that likes their work will act as junior Product Managers! They will contribute great ideas, warn you about possible dangers and, in general, will be passionate about their work.

  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘤𝘰𝘮𝘱𝘭𝘺𝘪𝘯𝘨 𝘸𝘪𝘵𝘩 𝘳𝘦𝘨𝘶𝘭𝘢𝘵𝘪𝘰𝘯𝘴 - Sometimes you will need to work with legal and make the product worse to simply secure its future. You simply have to do it!

  • 𝘝𝘢𝘭𝘶𝘦 𝘢𝘴 𝘧𝘪𝘯𝘥𝘪𝘯𝘨 𝘵𝘩𝘦 𝘳𝘪𝘨𝘩𝘵 𝘱𝘦𝘳𝘴𝘱𝘦𝘤𝘵𝘪𝘷𝘦 - Finally, any creative, brainstorming work, making SWOT exercises: when done at the right time, can unravel great new ideas and perspectives.

Originally written by Bart Jaworski, Ph.D.

Popular posts from this blog

Importing Exploit-DB Exploits into Metasploit in Kali Linux for Offline Access

You're going to need three terminals open for this. Terminal 1 for starting metasploit Terminal 2 for importing the exploit to local Metasploit repository Terminal 3 for searchsploit which we will use to search for the exploit instead of opening your browser and looking in exploitdb. Let's be done with it! 1. First, open the first terminal to run metasploit with the following commands: > service postgresql start > msfconsole  2. Go to Terminal 3 and run the following command to update its database: > searchsploit -u 3. Open Terminal 2, then go to the metasploit modules directory by: > cd .msf4/modules 4. Then create a directory inside the msf4 modules folder: > mkdir exploits 5. Now, back to the Terminal 3. We will to search for an exploit we want to import. Let's first try to look for the explore ms15-100 by typing: > searchsploit msf15-100 After pressing Enter, you should be able to see the search result. It will be a t

List of Websites that can be very useful to anyone

1. screenr.com – record movies of your desktop and send them straight to YouTube. 2. ctrlq.org/screenshots – for capturing screenshots of web pages on mobile and desktops. 3. goo.gl – shorten long URLs and convert URLs into QR codes. 4. unfurlr.com – find the original URL that's hiding behind a short URL. 5. qClock – find the local time of a city using a Google Map. 6. copypastecharacter.com – copy special characters that aren't on your keyboard. 7. postpost.com – a better search engine for twitter. 8. lovelycharts.com – create flowcharts, network diagrams, sitemaps, etc. 9. iconfinder.com – the best place to find icons of all sizes. 10. office.com – download templates, clipart and images for your Office documents. 11. followupthen.com – the easiest way to setup email reminders. 12. jotti.org – scan any suspicious file or email attachment for viruses. 13. wolframalpha.com – gets answers directly without searching - see