Skip to main content

Product Management Intro

Back to Documentation Intro Contents

Product Management: An Introduction

The below is a summary from SVPG's "Product Management: An Introduction" article.

Key Skills of a Product Manager

Product managers working in the product model on an empowered, cross-functional product team, must bring to their product team deep knowledge in five key areas:

1. Deep Knowledge of the Users and Customers

The product manager must be an acknowledged expert on the users and customers. This requires direct engagement to understand their pain points, needs, decision-making process, and behaviors. Effective product managers leverage both:

  • Quantitative insights to analyze user behavior and trends through data to understand how their products are being used
  • Qualitative insights to understand the motivations behind user and customer behaviors – especially to understand why their products are not being used.

2. Deep Knowledge of the Data

Today’s product managers must be fluent with data and analytics. They need to be adept at:

  • User analytics to understand how the product is used
  • Sales analytics to understand how the product is purchased
  • Data trends to evaluate how patterns are changing over time

While product managers often collaborate with data analysts or data scientists on collecting and analyzing data, they must understand the data themselves in order to truly understand their customers.

3. Deep Knowledge of their Business

This refers not to their customer’s business, but rather their own business. In particular, the various constraints on the business – sales, marketing, finance, legal, compliance and more.

A product manager must understand the business context and be well-versed in the:

  • Go-to-market strategy – How the product reaches customers
  • Business model – How the business and products generate revenue
  • Product economics – Costs, pricing, and profitability
  • Legal, compliance and ethical considerations – Privacy, security, and regulatory compliance factors

4. Deep Knowledge of the Market and Industry

A product manager must stay abreast of:

  • Competitive landscape – Understanding the market and the various players and their positions
  • Emerging technologies – Innovations shaping the industry
  • Customer behaviors and expectations – Anticipating shifts in behaviors and demand

5. Deep Knowledge of the Product

Product managers must also be experts on their own product’s capabilities and limitations. This expertise includes becoming an expert user of your product.

Product Management’s Role in Assessing The Risks in Product

The product team is responsible for both product discovery (understanding the problem and figuring out the solution we need to build) and product delivery (building, testing and deploying that solution to our customers).

While every member of the team participates in both product discovery and product delivery, the product manager’s primary responsibility is product discovery. In particular, the product manager is responsible for ensuring the value and the viability of what the product team builds.

Product discovery is how product teams gather evidence that their solution or product will achieve the desired outcome.

This work is structured around the four key product risks that the product team addresses in product discovery are:

1. Value Risk – Will customers buy or choose to use the product or feature?

  • Validate that the product solves a real customer problem and delivers enough value for users to adopt it through continuous product discovery, customer research, and experimentation. This is the responsibility of the product manager.

2. Business Viability Risk – Will this solution work for our business (e.g., legal, financial, and strategic fit)?

  • Collaborating with key stakeholders, ensuring that the solution aligns with their goals and constraints. This is the responsibility of the product manager.

3. Usability Risk – Can users figure out how to use it?

  • Ensure the holistic product experience is easy to learn and use, meets each type of user’s needs. This is the responsibility of the product designer.

4. Feasibility Risk – Can the solution be built with the available technology, skills, and resources?

  • Determine if the product can be built with the available time, money, technology, skills, performance and scaleability that is necessary to create a product quality solution. This is the responsibility of the engineering tech lead.

What Product Management is Not

The role of the product manager is often misunderstood, or confused with the role of a project manager. Product Managers:

  • Do not directly manage people, but instead work collaboratively with the engineers, designers, or other team members to deliver outcomes.
  • Are not requirement gatherers or backlog managers.
  • Are not project managers focused only on delivery timelines.
  • Don't focus on shipping features; they focus on solving problems in ways their customers love that also work for their business

Key Concepts

Product Vision, Strategy and Principles

These three layers help align teams and stakeholders on why the product exists, how it will win, and what behaviour is non-negotiable when making trade-offs.

LayerPurposeHorizonExample
Product VisionThe long-term impact or North Star; why the product exists.Years"Enable every small business to compete with big brands through data."
Product StrategyHow the product will win in the market; where to play and how to differentiate.1–3 years"Win in SMB by being the easiest to set up and the most transparent on pricing."
Product PrinciplesGuardrails for decisions; what we optimise for and what we won't do.Stable"We prioritise clarity over cleverness." / "We never use dark patterns."

Vision and strategy inform roadmap and ; principles help when prioritising features, design choices, and partner deals, speaking the nature of the products you want to create and the values you want to uphold.

Example: Principles in practice

If a principle is "We never use dark patterns," then a proposal for a pre-checked "opt in to marketing" box is out of scope, regardless of short-term conversion gains. Principles make tough calls consistent.

By company stage
  • Startup: Vision might be a single sentence; strategy may live in the founder's head. Writing down 3–5 product principles early still pays off when the team grows.
  • Growth / Established: Document vision and strategy in a living doc (e.g. one-pager or wiki). Revisit strategy at least annually; principles rarely change unless the company pivots.

DORA Metrics

stands for DevOps Research and Assessment, a long‑running research initiative originally formed to understand what makes software teams high‑performing. It is now part of Google Cloud, continuing to publish the annual . DORA’s research spans more than a decade and includes data from tens of thousands of engineering professionals worldwide. The program identified four key software delivery performance metrics (the “DORA metrics”):

MetricWhat It MeasuresWhy It MattersElite Benchmarks (2026)
Deployment FrequencyHow often code is deployed to productionIndicates delivery velocityOn-demand (multiple/day)
Lead Time for ChangesTime from code commit to productionProcess efficiency< 1 hour
Change Failure Rate% of deployments causing failuresRelease quality, stability0 – 15%
Time to Restore ServiceTime to recover from production failureIncident response effectiveness< 1 hour

These metrics measure both speed (throughput) and stability, showing that elite teams excel at both. DORA’s findings link strong engineering practices and healthy team culture to better organizational performance, including profitability, productivity, and customer satisfaction. The metrics are widely used across the industry as a standard framework for assessing DevOps maturity and guiding continuous improvement.

Tools to Help with DORA Metrics

You can integrate tools like LinearB, Haystack and Sleuth with your source control (GitHub) and project management (Jira/Azure DevOps). Even a simple dashboard in Jira that tracks "Issue Created" to "Production Release" can show Lead Time.

The Three Ways

For more information on the Three Ways, see The Phoenix Project

  1. The First Way: The Principles of Flow (Backlog Hygiene & Small Batches) - This is about making work visible and moving it from left (Dev) to right (Ops) as fast as possible. For a PO, it means prioritizing ruthless backlog grooming, breaking down large features into smaller, manageable chunks, and making work visible. If you've helped reduce "work in progress" or made sure tasks didn't sit waiting for weeks, that's demonstrating flow.
  2. The Second Way: The Principles of Feedback (Telemetry & Rapid Loops) - This is about creating, shortening, and amplifying feedback loops from right (Ops/Users) to left (Dev). As a PO, you'd ensure your team is using analytics tools to understand how users are interacting with features. Getting user feedback early and often, and then rapidly incorporating that into the next iteration, is key. Think about how you've gathered data to validate a feature or quickly rolled back a change that wasn't working.
  3. The Third Way: The Principles of Continual Learning (Spikes & Retrospectives) - This is about creating a culture that fosters two things: continual experimentation (taking risks and learning from failure) and understanding that repetition and practice are the prerequisites to mastery.
Tools to Help with the Three Ways

For The Second Way, you can use tools like Mixpanel or Amplitude to understand how users are interacting with features. For the Third Way, you can use tools like Spikes to help with continual learning.

Prioritisation Frameworks

With limited resources and endless feature requests, structured prioritisation is essential. The most effective frameworks include:

FrameworkWhen to UseKey ComponentsProsCons
RICEFeature-level prioritisation with quantifiable metricsReach, Impact, Confidence, EffortData-driven, objectiveCan be time-consuming, subjective estimates
MoSCoWSprint planning, stakeholder communicationMust-have, Should-have, Could-have, Won't-haveSimple, aligns teamsCan be vague, subjective
Cost-of-DelayStrategic decisions, opportunity cost analysisBusiness value × UrgencyFocuses on value, urgencyRequires accurate value estimation
Kano ModelFeature-level prioritisation with quantifiable metricsBasic expectations, performance differentiators, or delightersHelps identify which features will drive satisfaction vs. which are table stakesCan be subjective

Elaboration

  • RICE helps PMs quantify and compare features based on their potential impact and required effort.
  • MoSCoW is effective for communicating priorities with stakeholders and ensuring MVP focus.
  • Cost-of-Delay highlights the financial and strategic impact of delayed features, guiding urgent investments.
  • Kano Model helps identify which features will drive satisfaction vs. which are table stakes.

PMs should use multiple frameworks as appropriate and validate assumptions with user research and data.

For outcome-based planning and aligning roadmap to goals, see Outcome-based roadmaps and OKRs in Planning and Design.

Suggested PM Tool Stack

Concept/AreaEssential Tools/TechnologiesWhy It Matters for PMs
Operating SystemLinux (Ubuntu)Most workloads run on Linux; basic fluency is critical.
Version ControlGit (GitHub)Foundation for code, infrastructure, and config changes.
Scripting/AutomationBash, PythonEnables automation, rapid prototyping, and debugging.
Infrastructure as Code (IaC)TerraformStandard for provisioning cloud infrastructure.
Configuration ManagementAnsibleEnsures consistent, repeatable server configuration.
ContainersDockerStandard for packaging and deploying applications.
Container OrchestrationKubernetesIndustry standard for scaling and managing containers.
Package ManagementHelm, KustomizeSimplifies Kubernetes app deployment and customization.
Continuous Integration & Deployment (CI/CD)GitHub Actions, Azure DevOps, Argo CDAutomates build, test, and deployment pipelines.
Meeting Recording & TranscriptionOtter and Willow VoiceAllows fast transcription of meetings and reviews of meeting transcripts
Observability & MonitoringPrometheus, Grafana, ELK/EFK, OpenTelemetryEnables proactive monitoring, troubleshooting, and improvement.
Cloud PlatformsAWS, Azure, GCP (pick one to master)Deep expertise in one cloud is more valuable than shallow knowledge of many.
Security / DevSecOpsSnyk, Trivy, Checkov, OPAIntegrates security into the pipeline ("shift left").