PluginBench
Skill
Pass
Audit score 90

product-lens

affaan-m/everything-claude-code

Validate product direction and diagnose the "why" before building—run founder-level reviews and pressure-test ideas.

What is product-lens?

Product Lens helps you validate the "why" before engineering starts. It runs product diagnostics, founder reviews, user journey audits, and feature prioritization to pressure-test product direction and catch misalignment early. Use it when you have a vague idea, need to choose between features, or want to sanity-check direction before it becomes an implementation contract.

  • Product Diagnostic: Answer 7 hard questions (who, pain, why now, 10-star version, MVP, anti-goals, success metric) and output a PRODUCT-BRIEF.md with go/no-go recommendation
  • Founder Review: Analyze your current project (README, CLAUDE.md, package.json, commits) and score product-market fit signals, identify the 1x10 lever, and flag work that doesn't matter
  • User Journey Audit: Clone/install as a new user, document friction points, time each step, compare to competitors, and recommend top 3 onboarding fixes
  • Feature Prioritization: Score candidate features by ICE (impact × confidence ÷ effort), rank them, apply constraints, and output a prioritized roadmap with rationale

How to install product-lens

npx skills add https://github.com/affaan-m/everything-claude-code --skill product-lens
Claude Code
Cursor
Windsurf
Cline

How to use product-lens

  1. 1.Install the skill: npx skills add https://github.com/affaan-m/everything-claude-code --skill product-lens
  2. 2.Choose your mode: Product Diagnostic (validate a new idea), Founder Review (analyze current project), User Journey Audit (test onboarding), or Feature Prioritization (rank ideas)
  3. 3.For Product Diagnostic: answer the 7 questions (who, pain, why now, 10-star, MVP, anti-goals, success metric)
  4. 4.For Founder Review: provide access to your README, CLAUDE.md, package.json, and recent commits
  5. 5.For User Journey Audit: let the skill clone/install your product and walk through as a new user
  6. 6.Review the output (PRODUCT-BRIEF.md, PMF score, journey map, or prioritized roadmap) and use the specific next steps to unblock your team

Use cases

Good for
  • Before starting a feature—validate the "why" and confirm you're solving a real problem before engineering planning
  • Weekly product review—pressure-test whether you're building the right thing and spot misalignment early
  • Choosing between competing features—use ICE scoring and impact analysis to pick the 2 that matter most
  • Pre-launch sanity check—audit the user journey, measure time-to-value, and identify friction before launch
  • Converting a vague idea into a product brief—run the diagnostic to turn founder intuition into a structured, testable hypothesis
Who it's for
  • Founders and product managers before engineering planning starts
  • Teams deciding between feature priorities or product direction
  • Anyone launching a new feature or product who wants to validate assumptions first
  • Product leaders doing weekly reviews to ensure alignment on "why"

product-lens FAQ

When should I use Product Lens vs. product-capability?

Use Product Lens to validate the "why" and diagnose direction. Once you have a go/no-go decision and a clear product brief, hand off to product-capability to write an implementation-ready capability plan and SRS.

What if the diagnostic says "no, don't build this"?

That's the point. The skill is designed to catch misalignment early, before you waste engineering time. The output includes specific risks and reasons—use those to either pivot the idea or move on.

Can I use this for an existing product?

Yes. The Founder Review mode analyzes your current project, scores PMF signals, and identifies what would 10x it. It's useful for course-correction or planning the next phase.

How long does a Product Diagnostic take?

Answering the 7 questions usually takes 15–30 minutes. The skill then synthesizes into a PRODUCT-BRIEF.md with risks and a recommendation.

What metrics does the skill look for in a Founder Review?

Usage growth trajectory, retention indicators (repeat contributors/users), revenue signals (pricing, billing code, Stripe), and competitive moat. It scores 0–10 and flags the one thing that would 10x the product.

Full instructions (SKILL.md)

Source of truth, from affaan-m/everything-claude-code.


name: product-lens description: Use this skill to validate the "why" before building, run product diagnostics, and pressure-test product direction before the request becomes an implementation contract. metadata: origin: ECC

Product Lens — Think Before You Build

This lane owns product diagnosis, not implementation-ready specification writing.

If the user needs a durable PRD-to-SRS or capability-contract artifact, hand off to product-capability.

When to Use

  • Before starting any feature — validate the "why"
  • Weekly product review — are we building the right thing?
  • When stuck choosing between features
  • Before a launch — sanity check the user journey
  • When converting a vague idea into a product brief before engineering planning starts

How It Works

Mode 1: Product Diagnostic

Like YC office hours but automated. Asks the hard questions:

1. Who is this for? (specific person, not "developers")
2. What's the pain? (quantify: how often, how bad, what do they do today?)
3. Why now? (what changed that makes this possible/necessary?)
4. What's the 10-star version? (if money/time were unlimited)
5. What's the MVP? (smallest thing that proves the thesis)
6. What's the anti-goal? (what are you explicitly NOT building?)
7. How do you know it's working? (metric, not vibes)

Output: a PRODUCT-BRIEF.md with answers, risks, and a go/no-go recommendation.

If the result is "yes, build this," the next lane is product-capability, not more founder-theater.

Mode 2: Founder Review

Reviews your current project through a founder lens:

1. Read README, CLAUDE.md, package.json, recent commits
2. Infer: what is this trying to be?
3. Score: product-market fit signals (0-10)
   - Usage growth trajectory
   - Retention indicators (repeat contributors, return users)
   - Revenue signals (pricing page, billing code, Stripe integration)
   - Competitive moat (what's hard to copy?)
4. Identify: the one thing that would 10x this
5. Flag: things you're building that don't matter

Mode 3: User Journey Audit

Maps the actual user experience:

1. Clone/install the product as a new user
2. Document every friction point (confusing steps, errors, missing docs)
3. Time each step
4. Compare to competitor onboarding
5. Score: time-to-value (how long until the user gets their first win?)
6. Recommend: top 3 fixes for onboarding

Mode 4: Feature Prioritization

When you have 10 ideas and need to pick 2:

1. List all candidate features
2. Score each on: impact (1-5) × confidence (1-5) ÷ effort (1-5)
3. Rank by ICE score
4. Apply constraints: runway, team size, dependencies
5. Output: prioritized roadmap with rationale

Output

All modes output actionable docs, not essays. Every recommendation has a specific next step.

Integration

Pair with:

  • /browser-qa to verify the user journey audit findings
  • /design-system audit for visual polish assessment
  • /canary-watch for post-launch monitoring
  • product-capability when the product brief needs to become an implementation-ready capability plan