By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Craft skills are the core competencies—both hard (technical, analytical) and soft (leadership, communication)—that separate good PMs from great ones. These skills determine how effectively you discover problems, prioritize solutions, align teams, and drive outcomes. Without deliberate development, even the best product ideas fail due to poor execution, misaligned stakeholders, or weak data fluency.
Real-world example:At Stripe, a PM leading the Radar fraud detection tool needed to balance hard skills (e.g., analyzing transaction data to identify fraud patterns) with soft skills (e.g., persuading skeptical engineers to prioritize false-positive reductions over new features). The PM’s ability to translate data into narratives and negotiate trade-offs directly impacted Radar’s adoption by merchants.
Ease: How easy it is to implement (1-10, where 10 = easiest).
North Star Metric (NSM): The single metric that best captures the core value your product delivers (e.g., Airbnb’s "Nights Booked", Facebook’s "Daily Active Users"). Used to align teams and measure long-term success.
A/B Test Power Calculation: Sample Size = (Z² × p × (1-p)) / (Δ²)
Sample Size = (Z² × p × (1-p)) / (Δ²)
Δ: Minimum detectable effect (e.g., 2% lift).
SQL for PMs (Basic Queries):
SELECT COUNT(DISTINCT user_id) FROM events WHERE event_name = 'checkout_start'
SELECT user_id, COUNT(*) FROM orders GROUP BY user_id HAVING COUNT(*) > 5 (identify power users).
SELECT user_id, COUNT(*) FROM orders GROUP BY user_id HAVING COUNT(*) > 5
Technical Fluency (Non-Engineer PMs):
Example: For a checkout redesign, the PM is Accountable, engineers are Responsible, and customer support is Consulted.
Influence Without Authority (Cialdini’s 6 Principles):
Scarcity: Highlight urgency (e.g., "If we don’t ship by EOQ, we’ll miss our OKRs").
Storytelling for PMs (SCQA Framework):
Answer: Solution (e.g., "Add a 3-step interactive tutorial").
Negotiation (BATNA):
Template: | Skill | Current Level | Target Level | Action Items | Success Metric | |---------------------|-------------------|------------------|-------------------------------------------|----------------------------------------| | SQL | 2/5 | 4/5 | Complete 10 StrataScratch problems/week | Can write 3 complex queries in 30 mins | | Stakeholder Mapping | 3/5 | 5/5 | Run a RACI workshop for next project | Stakeholders rate alignment 4+/5 |
Prioritize using ICE:
"I use ICE to prioritize skills. For example, if my team struggles with data-driven decisions, I’ll focus on SQL and A/B testing (high impact). If I’m weak at stakeholder alignment, I’ll practice RACI and storytelling (high confidence in improvement). I also ask my manager, ‘What’s the one skill that would make me 10x more effective in my role?’"
"I used Cialdini’s principles to get buy-in for a checkout redesign. First, I shared data (Authority) showing a 30% drop-off. Then, I highlighted how Shopify’s checkout (Social Proof) had a similar flow. Finally, I framed it as consistent with our OKRs (Consistency). The engineers agreed to prototype it in a sprint."
"I time-box skill development. For example, I spend 2 hours/week on hard skills (e.g., SQL practice) and 1 hour/week on soft skills (e.g., storytelling exercises). I also combine them—e.g., using data (hard skill) to persuade stakeholders (soft skill)."
"I learn just enough to be dangerous. For example, to understand APIs, I: 1. Read high-level docs (e.g., Stripe’s API guide).2. Shadow an engineer for 30 mins to see how they debug.3. Build a simple prototype (e.g., a Zapier automation).4. Ask targeted questions (e.g., ‘What’s the difference between REST and GraphQL?’)."
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.