Why Product Managers Should Aim for 60% Effort to Capture 80% Value
The article explains how product managers can avoid the perfect‑perfection trap by focusing on the most common user scenarios, using a simple ROI formula, a three‑step decision process, and a practical “freeze” framework that delivers 80% of value with only 60% of the effort.
The perfect‑perfection trap
Product managers often start a new requirement by enumerating every possible flow—normal, exception, boundary, permission, data‑inconsistency—then feel compelled to close every logical loop, producing PRDs as thick as novels while consuming precious development, testing, and schedule resources.
Example: A junior PM spent two weeks designing a complex multi‑unit conversion feature for a SaaS ERP, drawing detailed flowcharts for fixed conversion, floating conversion, multi‑level cascading, and warehouse‑specific ratios.
After surveying 20 typical customers, the PM discovered that more than 80% only needed the simple fixed conversion (e.g., 1 box = 12 boxes) in three core processes (procurement, sales, inventory). The floating and historical recalculation scenarios were rarely understood or required.
Consequently, the team delivered the fixed‑conversion solution in two weeks, received no complaints for three months, and saved the two‑month effort that would have been needed for the “perfect” solution—time that was instead used for higher‑value features like batch tracking and cost‑margin analysis.
Value‑first ROI mindset
A mature PM uses the formula Demand Value = (User Count × Severity × Frequency) / Implementation Cost . In SaaS products, usage typically follows a power‑law distribution: 20% of core scenarios generate 80% of value, while the remaining 80% of edge cases contribute only 20% of value. Investing more than 20% of resources to cover those edge cases is usually a net loss.
The three‑step decision process for an edge request is:
Ask for data: How many tenants experience this scenario? How often? Which roles are affected? If data is unavailable, assume low frequency and validate after release.
Ask for cost: How many dev, test, implementation, and documentation resources are required? Will it block higher‑priority work or introduce hidden coupling risks?
Ask for alternatives: Can configuration, manual back‑office operations, or documentation cover the need? Can the feature be deferred until a threshold of complaints is reached?
If the answers point to high cost, low benefit, and viable alternatives, the PM places the request in a “freeze” bucket rather than forcing it into the current release.
What “60% solves 80%” really means
It means delivering a lightweight solution that covers the mainstream 80% of user needs while postponing long‑tail, low‑frequency edge cases. For example, a product‑import feature that supports basic Excel import (≈5 person‑days) satisfies most customers, whereas supporting multi‑sheet, custom mapping, incremental modes, and rollback would require >20 person‑days and can be frozen.
Practical “freeze” workflow
1. Scoring card : Rate each scenario on four dimensions (impact, frequency, severity, cost) from 1‑5. Compute a composite score (average of the first three divided by cost). Scores below 0.6 become freeze candidates.
2. Freeze conditions in PRD : Mark frozen scenarios in the backlog and explicitly note “temporarily unsupported” in the PRD rules.
3. Low‑cost fallback :
Clear tip text + help doc explaining the temporary limitation.
Manual back‑office or support intervention for rare cases.
Data instrumentation to track how often the frozen scenario is triggered; if usage exceeds expectations, unfreeze.
4. Periodic review : Every 2‑3 releases, reassess the freeze list based on changing customer base, willingness to pay, and competitor moves.
Balancing functional coverage and design robustness
Functional coverage can be compromised for edge cases, but the underlying design must remain robust. Core capabilities—especially those that affect system foundations like multi‑currency handling—must be built with 100% rigor.
Multi‑currency case : Although only 20% of customers need foreign‑currency transactions, currency is a fundamental accounting attribute. Implementing full currency conversion (rates, historical tracking, gain/loss calculation) upfront avoids massive rework across procurement, inventory, accounts payable, and financial reporting later.
The decision criterion is “intrusiveness” (how many modules a change touches) and “diffusion” (how broadly the feature is used). High intrusiveness and diffusion justify full implementation.
Two‑layer decision for multi‑unit conversion
Layer 1 – Functional coverage : Implement fixed conversion for 80% of customers; freeze floating, cascading, and warehouse‑specific conversions.
Layer 2 – Design robustness for the fixed conversion:
Extensible: add a “conversion type” field (fixed/float/warehouse) and set it to “fixed”.
Precision: store conversion rates as high‑precision decimals with defined rounding.
History: allow only addition of new units; prohibit modification of used conversion rates.
Result: after one year, 80% of customers were satisfied; a later request for floating conversion required only three weeks of work because the model was already extensible.
Conclusion
Product managers evolve from feature designers to resource allocators to “value architects”. By applying the 60 % / 80 % principle, freezing low‑ROI edge scenarios, and ensuring core designs are rock‑solid, they maximize product impact while keeping development sustainable.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
PMTalk Product Manager Community
One of China's top product manager communities, gathering 210,000 product managers, operations specialists, designers and other internet professionals; over 800 leading product experts nationwide are signed authors; hosts more than 70 product and growth events each year; all the product manager knowledge you want is right here.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
