The three concurrent rhythms of product management are where good decision-making and an efficient process come together.
Published in · 7 min read · Oct 7, 2020
--
If you were to boil down your business functions to their basic essence, you’d find what’s left is just making good decisions and running an efficient process. Product management is no different. Recently, I wrote a few articles that describe my POV on making good product decisions (here and here). This one describes my high-level thoughts on process.
Before we get into it, I should mention that my intention isn’t to put out yet another article on how to do agile product development. There is already plenty of that on the web. Instead, what this post is going for is a higher-level framework — essentially my recommendation for how to run the operating rhythms for a product team.
Here I use the term rhythm because I think I it captures the nature of product management a little better than the term process. Our work is a set of long running, repeating and concurrent activities — where most of the underlying tasks are unpredictable and non-standardized. Rhythm seems like a good term to describe something like that.
When considering the full scope of a typical product team, I think in terms of three concurrently running rhythms-of-business: planning, development and release. Each moves at their own speed, with different objectives, focused on different time horizons, and involving different people. The majority of the meetings, decisions and outputs of the team are done within the context of these three rhythms.
Arguably the most important is the product planning rhythm. I like to work the planning cadence on a quarterly basis — this is how we define the high conviction roadmap items for the upcoming quarter and set provisional roadmap items for the quarter beyond that. This rhythm creates a rolling 3 and 6 month view of what we intend to do.
It starts with a planning meeting involving the top functional executives in the organization. This planning meeting is where we agree on two important decisions.
(a). Investment allocation profile. This is a rough approximation of the type of work we want to put engineering resources toward: net new features, enhancements/bugs, and debt/architecture. Over the course of the quarter, the intent is to allocate the workload (at a high-level) in percentage terms across these types. We adjust these percentages each quarter, depending on what is needed for the business.
Why do this? So we can be explicit about how we are using our engineering investments. Too often, bugs and architecture work are dealt with in an unplanned, ad-hoc, or open-ended manner. Stating up-front how much you are willing to put into it makes it clear. Note: I don’t recommend you try to track effort spent on each type at a fine-grained level (like fractions of hours, like some people do!). High-level approximations are fine — don’t burden your team with unnecessary (and false precision) continuous data gathering.
(b). The problems to solve. In my opinion, the best articulation of net-new product road-map items takes the following form:
Problem + Hypothesis + Metrics.
The problem statement is something along the lines of: ‘because of A our customers can’t do B’. In this case, A is an issue or opportunity that our customers would recognize, and B is the value prop associated with addressing A.
The hypothesis is: ‘we believe we can solve this by doing C’. I consider C to be an epic-level capability that is our current best guess at how to solve the problem. You should have some rationale (and data) that supports this.
The metrics are articulated like: ‘and we will know if the hypothesis is true if we see D, and if true, then the impact to our business will be E’. D is a way to measure whether we are actually solving the problem, and E is how it would impact our operating economics (e.g., increased sales conversion, lower CAC, improved penetration in a segment, etc).
You’ll note that problem statements are not features. Most company’s product roadmaps are essentially a prioritized list of features. Features are how to accomplish a goal, not the goal itself. Indeed, I define features often in the form of hypotheses — that keeps you fact and goal-focused. If you think of your roadmap in this way you aren’t promising to work on features, but rather solutions, of which you have at least one good quality starting hypothesis. That hypothesis may turn out to be false, in which case you need to formulate new solutions — a way better approach than continuing to riff on a feature that ultimately won’t have much value. Some companies care more about activity (clearing out Jira tickets) than outcomes (solving problems) — and they might have a hard time thinking about their roadmap like this.
Another important aspect of this meeting is that it involves discussing options, not merely informing others of your predefined to-do list. A key role of product management is defining and presenting the set of options, at the right level of detail, with sufficient vetting and rationale for the executive team to discuss and agree upon. In this way each area of the business knows and has bought into what is being worked on now (and following quarter, roughly) and more importantly what isn’t — and why. Cross-org alignment is an absolute must if you are running a product team, and this is where it starts.
A couple weeks after the planning meeting, I have our quarterly business review. The QBR serves both as a near-term checkpoint where product planning course corrections can take place as well as proving input into the next planning rhythm.
The second rhythm is the faster running product development cadence. Making software using an iterative, agile method is almost universal at this point, and I won’t elaborate too much on it here beyond a couple of points.
First, I like to organize each sprint team around one or two of the problem-hypothesis-metric road-map items defined in the planning rhythm. You might be thinking that this lends itself nicely to an OKR approach (and you’d be right!). Each team would ideally be full-stack and empowered to solve their own problems — this keeps the team mission-oriented, accountable and empowered. The delivery against these problems are in turn worked in a discrete and iterative manner.
Accordingly, PMs decompose the Epic-level hypotheses into stories. UX designers create corresponding design packages and user flows. The development team implements these in a testable manner that yields data used to determine if the solutions are indeed solving the problems. Based on this information, new hypotheses may be formed or we may double down on our existing solution in subsequent sprints. Bugs and enhancements are folded-in, to the degree they made sense given the current surface area they are working on within the product. All of this done in a two-week sprint cycle, with normal Scrum roles, meetings and artifacts.
Essentially this combination of OKR and Scrum is my product development approach. OKR provides for agile decision making and Scrum provides agile execution.
The third rhythm is the product release cycle. The right pace for this cycle will be driven by your target customer segment and go-to-market approach. For me, being a B2B product guy, I like to go with a seasonal release cycle (e.g., Spring, Summer, etc). This gives you flexibility on choosing launch dates while also signaling to your customers and partners that they can expect a regular delivery pattern.
First, let me clarify what I mean by product release. I am very much a believer in continually shipping code through a CI/CD pipeline into a production environment — but I don’t believe in continually exposing those bits of code to customers until we are ready to maximize the marketing impact. So, while the deployment cadence is tied to daily engineering work and ultimately our sprint delivery rhythms — customer-facing product releases are intentionally decoupled from that. Generally, I would rather big-bang it than drip-feed it, and a distinct product release cycle allows for this.
Packaging new features together into a bigger release has real benefits. This gives you time to create and land a bigger marketing message to customers. A small stream of features is not something your customers will pay attention to — you get more credit for a few big things than lots of little things. This allows you to create documentation, update sales decks/demos, and train support in a more purposeful and efficient manner. This also gives you time to think about how to adjust pricing and SKUs to best monetize this new value.
However, I don’t mean that all customers get all code simultaneously on one predetermined release date. It is important to deliver early access to some features to a set of friendly customers — to get feedback and generate marketing ammo. You may also have sets of customers you may want to hold back introducing features, if they are brand new or in a fragile state, for example. You may also want to load-balance the roll-out of features if you suspect it might generate lots of inbound customer support calls/questions. Also, it should go without saying that important bug fixes ship when they are ready — but all the new things should be bundled together into a bigger release.
Creating this kind of release rhythm requires that you build capabilities into your product itself. Each material feature should have feature flags so you can toggle their access on or off. And there should be a set of release channels (e.g., Internal, Alpha, Beta, Production) that provide different sets of customers with access to different feature flag settings. I’ve found that building feature-flag release management capability goes hand-in-hand with building feature-level instrumentation for reporting, error handling and SKU/packaging. All of these are necessary if you are going to run a proper product management rhythm.
These are all familiar product management concepts, but hopefully packaged into a framework that feels right for you. If you are leading a product team and get these three rhythms well established, you’re undoubtedly at least partway down the path to success.
FAQs
What are the 3 fundamental aims of product management? ›
- Maximizing sales revenues.
- Increasing market share.
- Enhancing profit margins.
Review Type | Purpose |
---|---|
1. Product Strategy | Decide what products to offer and when |
2. Product Line | Inspect product-line-commercial performance and strategy execution |
3. Phase Gate | Decide whether to advance a product to the next lifecycle phase |
To understand product management, you must first understand the three pillars that support it: strategy, execution, and measurement. These pillars provide a framework for product managers to create successful products that solve real problems and generate revenue for the organisation.
What are the three 3 strategic elements of product development? ›Using the strategic elements of product development—market need, capabilities, and reputation—you can begin shaping a powerful and effective strategy, generating the ideas needed to strengthen your product offering and, subsequently, the business as a whole.
What are the three 3 types of a product? ›- Consumer products. A consumer product is a finished product available for sale to a customer. ...
- Industrial products. Businesses usually purchase an industrial product to make other products or to help them with running their business. ...
- Service products.
The chart of “The Management Process,” begins with the three basic elements with which a manager deals: ideas, things, and people. Management of these three elements is directly related to conceptual thinking (of which planning is an essential part), administration, and leadership.
What are the 3 C's in strategic management? ›The 3 Cs are: Company, Customers and Competitors - the three semi-fixed environmental factors in your market.
What are the 3 level concept of product and services? ›Kotler suggested that products can be divided into three levels: core product, actual product and augmented product. The core product is defined as the benefit that the product brings to the customer.
What are the first three 3 stages of the product life cycle? ›As is often the case, every product goes through these stages of the product life cycle: Introduction Stage. Growth Stage. Maturity Stage.
What are the three 3 main steps of planning process? ›The steps involved in the planning process are as follows: Developing of objectives. Developing tasks that are required to meet those objectives. Determining resources needed to implement those tasks.
What are the 4 stages of product management? ›
The 4 stages of the product life cycle are introduction, growth, maturity, and decline. Learn how to leverage this into your business strategy.
What are the 3 most important elements of content strategy? ›Industry experts will tell you that an effective content strategy must have three core elements to be successful: brand focus, user experience, and content distribution.
What is the step 3 in the product design process? ›Step 3: Get ready for production. Once you've done your due diligence, exciting stuff is about to happen! You have an idea for the product, you know there's a market for it, and you may even have some ideas for how to market it.
Are there 3 main categories of consumer products? ›Consumer goods can be classified as durable, nondurable, or service goods.
What are the 3 levels of service? ›- base services.
- intermediate services.
- advanced services.
Life cycle perspective
LCA takes a life cycle approach by considering the entire life cycle of a product/service, from raw materials extraction, product manufacturing through use (and maintenance), to end-of-service-life treatment (e.g., reuse, recycle or disposal).
The lifecycle of all organisms involves three phases. They are, in sequence vegetative or juvenile phase, reproductive or maturity phase and senescence or old age.
What is the 3 stage marketing process? ›- Collect and Analyze Data. In marketing, planning is crucial. ...
- Determine Marketing Budget & Allocation. ...
- Create the Marketing Assets.
The strategist's challenge is to simultaneously manage three critical factors: values, opportunities and capabilities. In order to devise and execute a successful strategy, you need to analyze each of these factors to understand how your organization can create and sustain value.
What are the 3 stages of phases of production planning & control? ›- Planning Phase.
- Action Phase.
- Control Phase.
What are 3 of the 4 steps in the strategic planning process? ›
- Define where the Company wants to be (i.e. business goals)
- Gather information (internal and external)
- Develop alternative strategies, then select a strategy that will provide the best chances of meeting Company goals.
- Implement the plan.
- Evaluate and revise when needed.
- Identify customer needs and manage product ideas. ...
- Develop your problem-solving vision. ...
- Implement a theme-based roadmap. ...
- Prioritize product features according to impact. ...
- Deliver and prep for data analysis.
Product management life cycle in seven main stages: Idea generation and management, research and analytics, planning, prototyping, validation, delivery, and finally, launch. An effective product management process will help your business goals get achieved much sooner.
What are the 5 stages of product management cycle? ›The product life cycle is the progression of a product through 5 distinct stages—development, introduction, growth, maturity, and decline.
What are the 4 P's of product management? ›The four Ps are product, price, place, and promotion.
What are the four key areas of product management? ›As companies grow, the product management role entails three or four functions: product strategy, technical product management, product marketing, and field marketing.
What are the 3 C's of strategy? ›The 3 Cs of Brand Development: Customer, Company, and Competitors. There is only a handful of useful texts on strategy. Any MBA student will be familiar with these: Competitive Advantage and Competitive Strategy by Michael Porter.
What are the 3 C's? ›- Decision-Making Handout.
- Youth Advisory Council.
- Types of Decision-Making.
- The 3 C's of Decision-Making.
- Clarify= Clearly identify the decision to be made or the problem to be solved.
- Consider=Think about the possible choices and what would happen for each choice.
- Choose=Choose the best choice!
This method has you focusing your analysis on the 3C's or strategic triangle: the customers, the competitors and the corporation. By analyzing these three elements, you will be able to find the key success factor (KSF) and create a viable marketing strategy.
What are the 4 levels of product concept? ›There are four levels of a product (shown in the figure below): core, tangible, augmented, and promised. Each is important to understand in order to address the customer needs and offer the customer a complete experience.
What is the core of product management? ›
Product management is a process that focuses on bringing a new product to market or developing an existing one. It starts with an idea of a product that a customer will interact with and ends with the evaluation of the product's success. Product management unites business, product development, marketing, and sales.