Design isn't just how it looks; it's how it works.
1Shared Discovery
Don't hand off a PRD to a designer. Bring them to user interviews. When a designer hears a user's frustration firsthand, their solutions will be 10x more impactful.
2Design Systems
PMs should advocate for Design Systems. They ensure consistency and speed up development. Instead of designing every button, the team can focus on the core user experience.
3Constructive Feedback
Great feedback is objective. Always refer back to the Personas and the User Journey. 'Would our persona, John, understand this icon?' is a much better question than 'Can we make the icon bigger?'.
4Step-by-Step Breakdown
The PM-Designer relationship is about balance. The PM brings the business goals and user data; the Designer brings the user-centric solutions and aesthetics.
Avoid 'solutionizing'. Don't tell a designer where to put a button. Tell them 'users are failing to complete the signup' and let them design the fix.
When giving feedback, focus on the 'Why' and the 'User'. Instead of 'I don't like blue', say 'I'm worried this color doesn't convey the trust our financial users need'.
What is the primary role of a Product Manager during the design process?
- →To pick the color palette
- →To define the problem, the constraints, and the success metrics, while providing the necessary context for the designer to innovate
- →To draw the final high-fidelity mockups
- →To make sure the design matches the CEO's favorite app
What is a 'Design Sprint'?
- →A race between two designers
- →A 5-day process for answering critical business questions through design, prototyping, and testing ideas with customers
- →A tool for writing code faster
- →A meeting where designers show their work to stakeholders
Level Up 🚀
Advanced cheat sheets, SEO tricks, and interview prep for this topic.
Browser Support
Fully supported.
Fully supported.
Fully supported.
Fully supported.
Accessibility (A11y)
1Design Reviews Include A11y
When critiquing mockups, checking color contrast, focus order, and touch target sizing is a PM-level responsibility, not something to leave entirely to the designer or a later audit.
// Contrast checklist item in a design review:
// - Text vs background >= 4.5:1
// - Interactive elements have a visible focus stateSEO Implications
- 1
Design Choices Affect Core Web Vitals
Decisions made in design reviews (hero image sizes, custom fonts, animated transitions) directly influence Largest Contentful Paint and Cumulative Layout Shift, which are ranking signals. PMs who flag performance cost during critique avoid SEO regressions after launch.
Best Practices
Bring Designers Into Discovery
Have designers sit in on user interviews instead of receiving a secondhand PRD. Hearing the friction directly produces far sharper design solutions than a written summary.
Give Feedback Against the Persona and Journey
Anchor critique in a named persona and their journey step ('Would John understand this icon here?') rather than personal taste, so feedback stays actionable and depersonalized.
Frequent Bugs
A PM 'solutionizes' by dictating a specific UI fix (e.g., 'add a button here') instead of describing the problem, which narrows the designer's exploration and often skips a better solution.
State the problem and the success metric ('users are dropping off at signup step 2') and let the designer propose and test the fix.
Real-World Examples
Running a Design Sprint
A team is stuck debating a checkout redesign. The PM runs a 5-day Design Sprint: map the problem, sketch solutions, decide, prototype, and test with 5 real users on Friday.
Mon: Map
Tue: Sketch
Wed: Decide
Thu: Prototype
Fri: Test with users