What Is the Product Strategy Canvas? A Complete Guide to the 9-Section Framework
The Product Strategy Canvas is a nine-section framework that guides product teams from high-level vision to concrete defensibility tactics, implemented in the phuryn/pm-skills repository and accessible via the /strategy command.
The Product Strategy Canvas provides a structured, single-page format for documenting product strategy from inception to competitive moat. According to the phuryn/pm-skills source code, this framework is defined in pm-product-strategy/skills/product-strategy/SKILL.md and invoked through the /strategy slash command to generate markdown output ready for executive review.
The 9 Sections of the Product Strategy Canvas
As documented in the skill definition file, the canvas forces coherence across nine strategic dimensions. Each section builds upon the previous to create a defensible, actionable strategy.
The sections are:
- Vision: The inspiring north-star that guides all decisions
- Market Segments: Customer jobs-to-be-done (JTBD) that define your initial target market
- Relative Costs: Whether you compete on low-cost or premium value positioning
- Value Proposition: The before/how/after transformation story for each segment
- Trade-offs: Strategic choices about what you will consciously not do
- Key Metrics: North Star metric plus One Metric That Matters (OMTM)
- Growth: Product-led versus sales-led growth engines and acquisition channels
- Capabilities: Skills and resources you must build, buy, or partner to acquire
- Can't/Won't (Defensibility): Why competitors cannot easily copy this strategy
The framework emphasizes that choices must reinforce one another, with the "Can't/Won't" test ensuring genuine competitive differentiation.
How to Use the Product Strategy Canvas
The canvas is designed for immediate use through the command-line interface defined in pm-product-strategy/commands/strategy.md.
Step 1: Invoke the /strategy Command
Trigger the skill using the slash command syntax:
/strategy AI-powered design tool for non-designers
Or invoke without arguments to enter interactive mode:
/strategy
Step 2: Provide Product Context
The skill prompts for essential context to populate the canvas:
What does the product do? Who is it for?
What stage is it in? (idea, MVP, growth, mature)
What's the business model?
Step 3: Generate the Canvas
The skill walks through all nine sections, prompting for specific details before assembling a single-page markdown document. This output is designed to fit on one page for stakeholder distribution.
Product Strategy Canvas Example Output
Below is a sample output generated by the /strategy command, demonstrating the structured markdown format:
## Product Strategy: AI-Powered Design Tool
### 1. Vision
Empower anyone to create professional-grade designs without learning complex software.
### 2. Target Segments
| Segment | Size | Pain Level | Current Alternative | Priority |
|---------|------|-----------|---------------------|----------|
| Small business owners | 2M | High | DIY tools (Canva) | Primary |
| Freelance designers | 500K | Medium | Manual workflows | Secondary |
### 3. Pain Points & Value Created
- **Problem**: Time-intensive design iterations.
- **Value**: One-click layout generation cuts design time by 70%.
### 4. Value Propositions
When a user needs a quick mock-up, they want an easy, affordable tool, so they can launch faster.
### 5. Strategic Trade-offs
| We Choose | Over | Because |
|-----------|------|---------|
| Automated layout generation | Manual fine-tuning | Scale & speed are core differentiators |
### 6. Key Metrics
- **North Star**: Weekly active designers (WAD)
- **OMTM**: Conversion from free trial to paid (30-day)
### 7. Growth Engine
Product-led growth via viral templates and community sharing.
### 8. Core Capabilities
| Capability | Build / Buy / Partner | Investment |
|------------|----------------------|------------|
| AI layout engine | Build | High |
| Template marketplace | Partner | Medium |
### 9. Defensibility
Network effects from user-generated templates; proprietary training data prevents easy replication.
You can export this markdown, edit it directly, or pipe it into downstream commands such as /roadmap or /okrs.
Key Source Files and Implementation
The Product Strategy Canvas implementation spans these specific files in the phuryn/pm-skills repository:
pm-product-strategy/skills/product-strategy/SKILL.md: Contains the complete nine-section framework definition, template structure, and validation logicpm-product-strategy/commands/strategy.md: Defines the/strategyslash command, invocation syntax, and step-by-step workflowREADME.md(repository root): Lists theproduct-strategyskill and/strategycommand in the available commands indexpm-product-strategy/README.md: Provides high-level module documentation for the product strategy toolkit
Summary
- The Product Strategy Canvas is a nine-section framework covering vision through defensibility, defined in
pm-product-strategy/skills/product-strategy/SKILL.md - Invoke the canvas using the
/strategycommand documented inpm-product-strategy/commands/strategy.md - The framework forces strategic coherence by requiring explicit trade-offs and defensibility mechanisms
- Output is generated as single-page markdown optimized for executive review and stakeholder alignment
- The canvas integrates with downstream skills for roadmap generation and OKR planning
Frequently Asked Questions
What is the difference between the Product Strategy Canvas and a Lean Canvas?
The Product Strategy Canvas focuses specifically on strategic coherence from vision to defensibility across nine predefined sections, while the Lean Canvas emphasizes business model validation and risk reduction for startups. According to the phuryn/pm-skills source code, the Product Strategy Canvas is designed for comprehensive product strategy documentation, whereas the Lean Canvas (also available in this toolkit) targets rapid business model iteration.
How do I access the Product Strategy Canvas in the pm-skills toolkit?
You access the canvas by running the /strategy command followed by your product description, or simply /strategy to enter interactive mode. The command handler in pm-product-strategy/commands/strategy.md processes your input and guides you through the nine sections defined in the skill file.
Can I customize the sections of the Product Strategy Canvas?
The canvas follows a rigid nine-section structure as defined in SKILL.md to ensure strategic completeness. However, you can customize the content within each section and modify the generated markdown output after creation. The framework is designed to be action-oriented, requiring concrete statements rather than generic placeholder text.
Is the Product Strategy Canvas suitable for early-stage startups?
Yes, the canvas accommodates all product stages from idea to mature. When invoking /strategy, the skill asks whether your product is in the "idea," "MVP," "growth," or "mature" stage, and adjusts the depth of strategic questioning accordingly. The defensibility section is particularly valuable for early-stage startups identifying their competitive moat.
Have a question about this repo?
These articles cover the highlights, but your codebase questions are specific. Give your agent direct access to the source. Share this with your agent to get started:
curl -s "https://instagit.com/install.md" Maintain an open-source project? Get it listed too →