evaluating-trade-offs

refoundai/lenny-skills · updated Apr 8, 2026

MDX-style export adds YAML metadata + attribution linking explainx.ai and this canonical listing URL.

$npx skills add https://github.com/refoundai/lenny-skills --skill evaluating-trade-offs
0 commentsdiscussion
summary

Structured frameworks for evaluating competing options and making clearer trade-off decisions.

  • Applies mental models from 40 product leaders covering decision context, constraint identification, cost quantification, and framework selection
  • Core principles include optimizing for order-of-magnitude over precision, applying the \"would I start this today?\" test to avoid sunk cost fallacy, and using weighted criteria matrices for multi-factor decisions
  • Helps surface hidden costs like ma
skill.md

Evaluating Trade-offs

Help the user make clearer decisions between competing options using frameworks and mental models from 40 product leaders.

How to Help

When the user asks for help evaluating trade-offs:

  1. Understand the decision context - Ask what they're optimizing for (short-term vs. long-term, growth vs. quality, speed vs. thoroughness) and what makes this decision difficult
  2. Identify the real constraints - Help distinguish between actual constraints and assumed ones. Ask "What would you do if [constraint] weren't an issue?"
  3. Surface hidden costs - Help quantify the full cost of each option, including maintenance burden, opportunity cost, and second-order effects
  4. Apply the right framework - Use weighted criteria matrices for complex multi-factor decisions, or simple "would I start this today?" tests for continuation decisions

Core Principles

Optimize for order-of-magnitude, not precision

Alex Komoroske: "It doesn't really matter if it's 1,000 or 1,001, who cares? It's orders of magnitude larger than the alternative, and so it is better." Don't waste effort on false precision in uncertain environments - focus on whether one option is dramatically better, not marginally better.

Apply the "would I start this today?" test

Annie Duke: "If you wouldn't start this today, then that means that everything that you're putting into this going forward is the actual waste." When evaluating whether to continue a project, ignore sunk costs entirely. The only relevant question is whether you'd begin this effort with today's knowledge.

Think more, ship better

Anuj Rathi: "Most experiments should be thought experiments. They should not even be tried out because they're obviously going to fail." Don't default to "let's just try it" - rigorous upfront thinking eliminates weak ideas before they consume engineering resources.

Accept "worse first" for long-term gains

Graham Weaver: "Everything you want is on the other side of worse first." Meaningful change requires accepting short-term decline. Ask what your 5-year future self would want, not what makes tomorrow easier.

Create decision tenets to eliminate recurring debates

Bob Baxley: "Tenets are really decision-making tools... you sort of make a rule for yourself." Identify debates your team has repeatedly and create a tenet to decide the direction once. Good tenets are specific enough that someone could reasonably argue the opposite.

Quantify countervailing metrics

Ronny Kohavi: "Here's the money that we generate from the emails. Here's the money that we're losing on long-term value. What's the trade-off?" Assign dollar values to negative user actions (unsubscribes, churn) to make objective trade-offs against short-term gains.

Use a weighted criteria matrix

Nicole Forsgren: "Identify the criteria that are most important to you... give everything a score, and just multiply it out." Create a decision-making spreadsheet with options as rows and weighted criteria as columns. The process often reveals the answer before the math is finished.

Present clear "either/or" choices to leadership

Geoff Charles: "Be very clear with the tradeoffs... present those tradeoffs back to your leadership team. Here's what we're doing and here's what we're not doing." Communicate what the team is NOT doing as clearly as what they are doing. Present a "menu" of options to force a decision.

Separate "can" from "should"

John Cutler: "Some people are just locked into the can. They're uber pragmatic... others ask 'What should we do here?'" Don't let feasibility constraints dominate strategic thinking. Explicitly ask what you should do if technical debt weren't an issue.

Diagnose with data, treat with design

Julie Zhuo: "Data is not a tool that's going to tell you what you should build... but it can tell you if you have a problem." Use data to identify problems and gaps, but rely on design and intuition to invent solutions.

Beware the cost of analysis itself

Stewart Butterfield: "The cost of doing the analysis was this much. So it's guaranteed to be a loser." Evaluate whether the person-hours spent analyzing a decision exceed the maximum possible upside of the improvement.

Identify who loses

Ramesh Johari: "Many of the changes that are most consequential create winners and losers." When launching a feature, explicitly identify who will lose and decide if the winners provide more net value to the ecosystem.

Questions to Help Users

  • "What are you optimizing for - today, this quarter, or this year?"
  • "If you weren't already committed to this, would you start it today?"
  • "What's the full 'all-in' cost of each option, including maintenance and opportunity cost?"
  • "Is this decision reversible or a one-way door?"
  • "Who loses if you choose option A? Is that trade-off acceptable?"
  • "What would your 5-year future self wish you had done?"

Common Mistakes to Flag

  • False precision - Spending excessive time distinguishing between options that are only marginally different when the real question is order-of-magnitude
  • Sunk cost fallacy - Continuing a failing path because of what's already been invested rather than evaluating future value
  • Analysis paralysis - When the cost of deciding exceeds the value difference between options
  • Ignoring second-order effects - Not accounting for maintenance burden, feature creep, or organizational complexity that comes after launch
  • Defaulting to your skillset - As Bret Taylor notes, "If you're a great engineer, the answer to almost every problem is engineering... you probably should question it"

Deep Dive

For all 42 insights from 40 guests, see references/guest-insights.md

Related Skills

  • Prioritizing Roadmap
  • Running Decision Processes
  • Scoping and Cutting
  • Managing Tech Debt
how to use evaluating-trade-offs

How to use evaluating-trade-offs on Cursor

AI-first code editor with Composer

1

Prerequisites

Before installing skills in Cursor, ensure your development environment meets these requirements:

  • Cursor installed and configured on your development machine
  • Node.js version 16.0+ with npm package manager (verify with node --version)
  • Active project directory or workspace where you want to add evaluating-trade-offs
2

Execute installation command

Execute the skills CLI command in your project's root directory to begin installation:

$npx skills add https://github.com/refoundai/lenny-skills --skill evaluating-trade-offs

The skills CLI fetches evaluating-trade-offs from GitHub repository refoundai/lenny-skills and configures it for Cursor.

3

Select Cursor when prompted

The CLI will show a list of available agents. Use arrow keys to navigate and space to select Cursor:

◆ Which agents do you want to install to?
│ ── Universal (.agents/skills) ── always included ────
│ • Amp
│ • Antigravity
│ • Cline
│ • Codex
│ ●Cursor(selected)
│ • Cursor
│ • Windsurf
4

Verify installation

Confirm successful installation by checking the skill directory location:

.cursor/skills/evaluating-trade-offs

Reload or restart Cursor to activate evaluating-trade-offs. Access the skill through slash commands (e.g., /evaluating-trade-offs) or your agent's skill management interface.

Security & Verification Notice

We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.

Skills execute code in your development environment. Always verify the publisher's identity, review recent commits, and test in isolated environments before production deployment.

List & Monetize Your Skill

Submit your Claude Code skill and start earning

GET_STARTED →

Use Cases

User Story & Requirements Generation

Create detailed user stories, acceptance criteria, and feature specs

Example

Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios

Reduce spec writing time by 50%, ensure comprehensive coverage

Competitive Analysis

Research competitors, compare features, identify gaps

Example

Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities

Complete competitive research in 2 hours instead of 2 days

Roadmap Prioritization

Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs

Example

Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale

Make data-driven prioritization decisions faster

Stakeholder Communication

Draft PRDs, status updates, and stakeholder presentations

Example

Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement

Save 3-5 hours/week on communication overhead

Implementation Guide

Prerequisites

  • Claude Desktop or compatible AI client
  • Access to product documentation and roadmap tools (Jira, Notion, etc.)
  • Understanding of product management frameworks (RICE, Jobs-to-be-Done, etc.)
  • Stakeholder contact information and communication channels

Time Estimate

30-60 minutes to see productivity improvements

Installation Steps

  1. 1.Install product management skill
  2. 2.Start with user story generation for known feature
  3. 3.Progress to competitive analysis: research 2-3 competitors
  4. 4.Use for roadmap prioritization: apply RICE/ICE scoring
  5. 5.Draft stakeholder communications and refine based on feedback
  6. 6.Build template library for recurring PM tasks
  7. 7.Share effective prompts with product team

Common Pitfalls

  • Not validating competitive research—verify facts before sharing
  • Accepting user stories without involving engineering team
  • Over-relying on frameworks without qualitative judgment
  • Not customizing outputs to company culture and communication style
  • Skipping stakeholder validation of generated requirements

Best Practices

✓ Do

  • +Validate research and competitive analysis with real data
  • +Collaborate with engineering when generating technical requirements
  • +Customize frameworks and templates to your company context
  • +Use skill for first drafts, refine with stakeholder input
  • +Document successful prompt patterns for PM tasks
  • +Combine AI efficiency with human judgment and intuition

✗ Don't

  • Don't publish competitive analysis without fact-checking
  • Don't finalize user stories without engineering review
  • Don't make prioritization decisions solely on AI scoring
  • Don't skip customer validation of generated requirements
  • Don't ignore company-specific context and culture

💡 Pro Tips

  • Provide context: company goals, constraints, customer feedback
  • Ask for alternatives: 'Show 3 ways to prioritize this roadmap'
  • Request stakeholder-specific formatting: 'Executive summary vs. engineering spec'
  • Use skill for 70% generation + 30% customization to company needs

When to Use This

✓ Use When

Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.

✗ Avoid When

Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.

Learning Path

  1. 1Basic: user stories, feature specs, status updates
  2. 2Intermediate: competitive analysis, prioritization frameworks, PRDs
  3. 3Advanced: product strategy, go-to-market planning, OKR setting
  4. 4Expert: product vision, market positioning, business model innovation

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.436 reviews
  • Chaitanya Patil· Dec 28, 2024

    I recommend evaluating-trade-offs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Neel Lopez· Dec 12, 2024

    evaluating-trade-offs fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Chen Lopez· Dec 8, 2024

    Useful defaults in evaluating-trade-offs — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Naina Perez· Dec 4, 2024

    evaluating-trade-offs is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Nikhil Gill· Nov 27, 2024

    We added evaluating-trade-offs from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Neel Johnson· Nov 23, 2024

    Keeps context tight: evaluating-trade-offs is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Piyush G· Nov 19, 2024

    Solid pick for teams standardizing on skills: evaluating-trade-offs is focused, and the summary matches what you get after install.

  • Alexander Thompson· Oct 18, 2024

    evaluating-trade-offs reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Neel Sharma· Oct 14, 2024

    I recommend evaluating-trade-offs for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Shikha Mishra· Oct 10, 2024

    evaluating-trade-offs is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

showing 1-10 of 36

1 / 4