PluginBench
Skill
Review
Audit score 70

shipping-products

refoundai/lenny-skills

Ship products faster and with higher quality using frameworks from 47 product leaders.

What is shipping-products?

This skill helps you overcome shipping blockers by applying proven principles on speed, quality tradeoffs, and feedback loops. Use it when planning a launch, struggling with release velocity, or establishing better shipping practices.

  • Identify and remove blockers preventing product launch
  • Apply the 'maximally accelerated' principle to find the critical path
  • Balance speed with appropriate quality standards for your product type
  • Create and iterate on Product Quality Lists to maintain standards
  • Recognize when over-polishing delays learning from real users
  • Challenge timelines and scope to enable faster shipping

How to install shipping-products

npx skills add https://github.com/refoundai/lenny-skills --skill shipping-products
Claude Code
Cursor
Windsurf
Cline

How to use shipping-products

  1. 1.Ask the user what is blocking their ship: scope, quality, dependencies, or organizational friction
  2. 2.Determine the product context: new product, feature iteration, or infrastructure change
  3. 3.Apply the 'why can't we ship tomorrow' question to strip away non-essential blockers
  4. 4.Help define the quality bar that must be met before launch vs. what can be polished after
  5. 5.Guide them to identify the smallest version that enables learning from real users

Use cases

Good for
  • Planning a feature launch and deciding what to cut to ship sooner
  • Debugging why a team consistently misses shipping deadlines
  • Establishing shipping frequency expectations across departments
  • Deciding between shipping raw and iterating vs. polishing before launch
  • Resolving conflicts between quality concerns and speed requirements
Who it's for
  • Product managers planning launches
  • Engineering leaders managing shipping velocity
  • Startup founders trying to accelerate product-market fit
  • Teams struggling with release cadence
  • Organizations trying to establish shipping culture

shipping-products FAQ

How do I balance speed with quality?

Define a Product Quality List (PQL) of non-negotiable standards for your product type, then ship. You can't know what needs polish until you see real usage. Perfect execution validates whether your strategy is correct; poor execution leaves failure causes ambiguous.

What if we're not ready to ship?

Ask: what would it take to ship tomorrow? Strip away non-essential blockers. The critical path is often much shorter than teams think. Small consistent velocity gains compound into massive competitive advantages.

When should we ship raw vs. polished?

In emergent products (like AI), ship early to discover which areas need polish. For mission-critical products where reliability matters, define that quality bar upfront. The key is shipping to get feedback, not waiting for perfection.

How do we know if we're shipping too fast?

Speed combined with quality indicates mastery. If you're shipping smaller changes more frequently with smaller blast radius, you're actually more stable. The mistake is over-polishing before launch, not shipping too quickly.

Who should make shipping trade-off decisions?

One person needs moral authority to make final trade-off decisions. Coherent product design requires a single decision maker, not consensus-building that delays shipping.

Full instructions (SKILL.md)

Source of truth, from refoundai/lenny-skills.


name: shipping-products description: Help users ship products faster and with higher quality. Use when someone is planning a launch, struggling to release features, dealing with shipping velocity issues, or trying to establish better release practices.

Shipping Products

Help the user ship products effectively using frameworks and insights from 47 product leaders.

How to Help

When the user asks for help with shipping:

  1. Understand the blocker - Ask what is preventing the ship: scope, quality concerns, dependencies, or organizational friction
  2. Assess the context - Determine if this is a new product, feature iteration, or infrastructure change
  3. Challenge timelines - Apply the 'maximally accelerated' principle to identify the critical path
  4. Guide quality tradeoffs - Help balance speed with appropriate quality standards for the product type

Core Principles

Speed is a signal of competence

Nan Yu: "If you look at people at the pinnacle of their craft, you can tell how good the output is going to be by how fast they're going." High speed combined with quality indicates mastery, not sloppiness. Use speed to increase iterations and variations tested.

Ship to get feedback

Dylan Field: "Get it out as fast as you possibly can. The faster you get it out, the more feedback you get." Prioritize shipping speed to accelerate the feedback loop, which is the most valuable asset in early product development.

Speed and stability move together

Nicole Forsgren: "When you move faster, you are more stable. You're pushing smaller changes more often with a smaller blast radius." Push smaller changes more frequently to reduce complexity and make failures easier to debug.

99% done is 0% done

Dmitry Zlokazov: "If something is 99% done, it's closer to 0% rather than 100%." A product provides zero customer value until fully finished and launched. Maintain relentless focus until shipping is complete.

Ask why you can't ship tomorrow

Nick Turley: "Why can't we do this now? If this was the most important thing and you wanted to truly maximally accelerate it, what would you do?" Use this question to strip away non-essential blockers and identify the critical path.

Use quality checklists

Matt MacInnis: "We have a Product Quality List that articulates the standards we want you to meet when you ship." Create a PQL checklist of quality standards that must be met before release, and iterate on it when bugs slip through.

Ship to learn, then polish

Nick Turley: "You won't know what to polish until after you ship." In emergent products like AI, ship early to discover which areas actually require polish based on real-world usage.

Tempo matters more than org design

Patrick Campbell: "Your tempo framework is more important than your org design. If a team is always planning but doesn't ship, you don't have alignment on what good tempo looks like." Define shipping frequency expectations for every department.

Perfect execution validates strategy

Naomi Gleit: "Only with perfect execution can we reevaluate whether the strategy is right or wrong." Poor execution leaves the cause of failure ambiguous. Ship properly to learn whether your strategy was correct.

Small consistent gains compound

Keith Yandell: "If you continuously push up what you ship by a week, you'll end up lapping competitors because you start the next thing a week sooner." Small velocity improvements create massive competitive advantages through compound interest.

Questions to Help Users

  • "What would it take to ship this tomorrow - what's actually blocking you?"
  • "Is this a mission-critical product where reliability matters, or can you ship raw and iterate?"
  • "What is the smallest version that would let you learn something from real users?"
  • "Who is the single person with authority to make the final trade-off decisions?"
  • "What quality bar must be met, and what can be polished after launch?"
  • "When did you last have a working, testable version of this product?"

Common Mistakes to Flag

  • Over-polishing before launch - You can't know what needs polish until you see real usage patterns
  • Waiting for pixel-perfect designs - Early versions don't need pixel perfection; they need working software you can interact with
  • Feature flag sprawl - Excessive feature flags create technical debt and hidden failure points during launches
  • No single decision maker - Coherent product design requires one person with moral authority to make trade-off decisions
  • Confusing activity with shipping - High-quality ideation and documentation are useless without the velocity to actually release

Deep Dive

For all 55 insights from 47 guests, see references/guest-insights.md

Related Skills

  • Writing PRDs
  • Stakeholder Alignment
  • Setting OKRs & Goals
  • Usability Testing