$npx -y skills add product-on-purpose/pm-skills --skill foundation-lean-canvasProduces a one-page lean canvas across nine interlocking blocks (problem, customer, UVP, solution, channels, revenue, cost, metrics, unfair advantage) with optional inline HTML and SVG visual rendering. Use when framing a new product thesis, stress-testing an existing strategy, c
| 1 | <!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> |
| 2 | # Lean Canvas |
| 3 | |
| 4 | A lean canvas is a one-page business thesis that makes your assumptions about problem, customer, solution, and viability explicit and testable. Developed by Ash Maurya from Alex Osterwalder's Business Model Canvas, it is specifically adapted for startups and product teams operating under uncertainty. Nine interlocking blocks force you to articulate the whole picture at once so that changing one block's assumptions surfaces the ripple effect on the others. |
| 5 | |
| 6 | This skill is a strategic hub, not a specialist tool. It produces the integrated one-page artifact and cross-links to deeper PM skills (`define-problem-statement`, `foundation-persona`, `define-jtbd-canvas`, `develop-solution-brief`, `discover-competitive-analysis`, `measure-experiment-design`) for single-block depth when needed. |
| 7 | |
| 8 | ## Supported Modes |
| 9 | |
| 10 | - `content` (default) produces the nine-block canvas as structured markdown. |
| 11 | - `visual` produces the markdown canvas AND writes a self-contained, attractive `.html` file to disk using `references/html-template.html` as the layout scaffold. The HTML renders the canonical Maurya nine-block layout with polished typography, subtle per-column color accents, confidence badges per block, and print-ready A3 landscape styling. No external assets or CDN dependencies: the file opens correctly in a browser with no network access. |
| 12 | |
| 13 | If mode is omitted, default to `content` and state that fallback explicitly. |
| 14 | |
| 15 | ## When to Use |
| 16 | |
| 17 | - Framing a new product, feature, or business thesis on one page |
| 18 | - Stress-testing an existing business by making implicit assumptions explicit |
| 19 | - Comparing two or more strategic options side-by-side (run the skill once per option, then diff) |
| 20 | - Onboarding new team members into the strategic thesis in a single artifact |
| 21 | - Mid-phase reality check: does the thesis still hold given what we have learned? |
| 22 | - Pairing with `measure-experiment-design` to prioritize which block assumptions to test first |
| 23 | |
| 24 | ## When NOT to Use |
| 25 | |
| 26 | - You need deep research on a single block (persona detail, problem framing, competitive landscape). Use the specialist skill (`foundation-persona`, `define-problem-statement`, `discover-competitive-analysis`) instead. |
| 27 | - You are drafting a PRD, user stories, or acceptance criteria. Use `deliver-prd`, `deliver-user-stories`, `deliver-acceptance-criteria`; lean canvas is strategy, not specification. |
| 28 | - You want to brainstorm solutions without a customer-problem anchor. Start with `define-problem-statement` or `define-jtbd-canvas` and return to lean canvas once the problem is framed. |
| 29 | - You need a Business Model Canvas for an established enterprise with known customers and channels. Maurya designed lean canvas specifically for high-uncertainty early-stage ventures; a BMC is a better fit for steady-state analysis. |
| 30 | - You want to test one specific assumption in isolation, not stress-test the whole business model. Use `define-hypothesis`, then `measure-experiment-design`; lean canvas frames the full thesis, a hypothesis tests one claim within it. |
| 31 | |
| 32 | ## Instructions |
| 33 | |
| 34 | When asked to create a lean canvas, follow these steps: |
| 35 | |
| 36 | 1. **Resolve mode and intent** |
| 37 | Determine whether the request is `content` or `visual`. If mode is omitted, default to `content` and state the fallback. |
| 38 | Clarify the target: new product thesis, existing-business stress test, or side-by-side comparison of options. If unclear, ask once before proceeding. |
| 39 | |
| 40 | 2. **Collect context and evidence** |
| 41 | Use user-provided context first: product name, market, target customer, any research already done, existing alternatives users are hiring today, known constraints. |
| 42 | If evidence is thin, continue generation but mark gaps in the Evidence & Confidence section and calibrate per-block confidence accordingly. |
| 43 | For existing businesses, distinguish current assumptions from validated data explicitly. |
| 44 | |
| 45 | 3. **Fill the nine blocks in recommended order** |
| 46 | Fill in this order because each block's answer constrains the next. Do not skip ahead. |
| 47 | |
| 48 | a. **Problem** - Top 3 problems, ranked by pain intensity and frequency. Include Existing Alternatives (what customers do today, including workarounds and non-consumption, not just direct competitors). |
| 49 | b |