Skill292 repo starsupdated 2d ago
foundation-lean-canvas
The Lean Canvas skill produces a one-page business thesis across nine interlocking blocks (problem, customer, solution, channels, revenue, cost, metrics, unfair advantage, and UVP) in structured markdown or print-ready HTML. Use it to frame new products, stress-test existing strategies, compare strategic options, or align teams on business assumptions while cross-linking to specialist PM skills for deeper single-block exploration.
Install in Claude Code
Copygit clone --depth 1 https://github.com/product-on-purpose/pm-skills /tmp/foundation-lean-canvas && cp -r /tmp/foundation-lean-canvas/skills/foundation-lean-canvas ~/.claude/skills/foundation-lean-canvasThen start a new Claude Code session; the skill loads automatically.
Definition
SKILL.md
<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 -->
# Lean Canvas
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.
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.
## Supported Modes
- `content` (default) produces the nine-block canvas as structured markdown.
- `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.
If mode is omitted, default to `content` and state that fallback explicitly.
## When to Use
- Framing a new product, feature, or business thesis on one page
- Stress-testing an existing business by making implicit assumptions explicit
- Comparing two or more strategic options side-by-side (run the skill once per option, then diff)
- Onboarding new team members into the strategic thesis in a single artifact
- Mid-phase reality check: does the thesis still hold given what we have learned?
- Pairing with `measure-experiment-design` to prioritize which block assumptions to test first
## When NOT to Use
- 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.
- 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.
- 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.
- 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.
## Instructions
When asked to create a lean canvas, follow these steps:
1. **Resolve mode and intent**
Determine whether the request is `content` or `visual`. If mode is omitted, default to `content` and state the fallback.
Clarify the target: new product thesis, existing-business stress test, or side-by-side comparison of options. If unclear, ask once before proceeding.
2. **Collect context and evidence**
Use user-provided context first: product name, market, target customer, any research already done, existing alternatives users are hiring today, known constraints.
If evidence is thin, continue generation but mark gaps in the Evidence & Confidence section and calibrate per-block confidence accordingly.
For existing businesses, distinguish current assumptions from validated data explicitly.
3. **Fill the nine blocks in recommended order**
Fill in this order because each block's answer constrains the next. Do not skip ahead.
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).
b. **Customer Segments** - Who has these problems most acutely? Name Early Adopters as a distinct subset you will reach first. Early Adopters are more painful, more reachable, and more willing to try a new solution than the broader segment.
c. **Unique Value Proposition (UVP)** - One sentence that makes a clear, testable promise. Include a High-Level Concept ("X for Y" analogy) that accelerates understanding for busy readers.
d. **Solution** - Top 3 features that address the top 3 problems. Map 1:1 to the Problem block. Keep it concrete but do not over-engineer; this is a hypothesis, not a spec.
e. **Channels** - Free and paid paths to your early adopters. Distinguish compounding channels (content, SEO, community) from traction-demonstrating channels (outbound, paid ads).
f. **Revenue Streams** - Model (subscription, transaction, freemium, services), price point, expected volume, and LTV. Show the math so the revenue thesis is inspectable.
g. **Cost Structure** - CAC, fixed vs variable, and the cost driver that shapes the growth curve.
h. **Key Metrics** - The 3 to 5 leading indicators that signal whether the model is working. AARRR (Acquisition, Activation, Retention, Revenue, Referral) is a useful default frame.
i. **Unfair Advantage** - What cannot be easily copied or bought. Empty is acceptable if framed as an open question; never fabricate a moat.
4. **Apply evidence and confidence policy**
Tag each block with `High`, `Medium`, or `Low` confidence plus a one-line rationale.
Populate the Evidence & Confidence section: `Validated` (assumptions with named sources), `Assumed` (no data yet), `Open Questions` (what you would need to learn to raise confidence), `Governance` (who owns the canvas and when it is revisited).
A block marked "High" must name a specific evidence source, not a generic claim.
5. **Render and write the visual file (visual mode only)**
Read `references/html-template.html`. IMore from this repository
pm-changelog-curatorSubagent
|
pm-criticSubagent
|
pm-release-conductorSubagent
|
pm-skill-auditorSubagent
|
pm-workflow-orchestratorSubagent
>-
workflow-customer-discoverySlash Command
Run the Customer Discovery workflow (research -> JTBD -> opportunities -> problem)
workflow-design-sprintSlash Command
Run the Design Sprint workflow (5-day prototype-and-test arc producing a Decider's build/iterate/pivot/stop call)
workflow-feature-kickoffSlash Command
Run the Feature Kickoff workflow (problem -> hypothesis -> PRD -> stories)