@c0x12c/ai-toolkit 1.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +16 -0
- package/.claude-plugin/plugin.json +12 -0
- package/README.md +439 -0
- package/VERSION +1 -0
- package/agents/design-critic.md +127 -0
- package/agents/idea-killer.md +72 -0
- package/agents/infrastructure-expert.md +49 -0
- package/agents/micronaut-backend-expert.md +45 -0
- package/agents/phase-reviewer.md +150 -0
- package/agents/research-planner.md +70 -0
- package/agents/solution-architect-cto.md +49 -0
- package/agents/sre-architect.md +49 -0
- package/agents/team-coordinator.md +111 -0
- package/bin/cli.js +780 -0
- package/claude-md/00-header.md +39 -0
- package/claude-md/01-core.md +105 -0
- package/claude-md/05-database.md +20 -0
- package/claude-md/11-backend-micronaut.md +19 -0
- package/claude-md/20-frontend-react.md +44 -0
- package/claude-md/25-ux-design.md +56 -0
- package/claude-md/30-infrastructure.md +24 -0
- package/claude-md/30-project-mgmt.md +119 -0
- package/claude-md/40-product.md +39 -0
- package/claude-md/50-ops.md +34 -0
- package/claude-md/60-research.md +27 -0
- package/claude-md/90-footer.md +21 -0
- package/commands/spartan/brainstorm.md +134 -0
- package/commands/spartan/brownfield.md +157 -0
- package/commands/spartan/build.md +435 -0
- package/commands/spartan/careful.md +94 -0
- package/commands/spartan/commit-message.md +112 -0
- package/commands/spartan/content.md +17 -0
- package/commands/spartan/context-save.md +161 -0
- package/commands/spartan/contribute.md +140 -0
- package/commands/spartan/daily.md +42 -0
- package/commands/spartan/debug.md +308 -0
- package/commands/spartan/deep-dive.md +55 -0
- package/commands/spartan/deploy.md +207 -0
- package/commands/spartan/e2e.md +264 -0
- package/commands/spartan/env-setup.md +166 -0
- package/commands/spartan/epic.md +199 -0
- package/commands/spartan/fe-review.md +181 -0
- package/commands/spartan/figma-to-code.md +260 -0
- package/commands/spartan/forensics.md +46 -0
- package/commands/spartan/freeze.md +84 -0
- package/commands/spartan/fundraise.md +53 -0
- package/commands/spartan/gate-review.md +229 -0
- package/commands/spartan/gsd-upgrade.md +376 -0
- package/commands/spartan/guard.md +42 -0
- package/commands/spartan/init-project.md +178 -0
- package/commands/spartan/init-rules.md +298 -0
- package/commands/spartan/interview.md +154 -0
- package/commands/spartan/kickoff.md +73 -0
- package/commands/spartan/kotlin-service.md +109 -0
- package/commands/spartan/lean-canvas.md +222 -0
- package/commands/spartan/lint-rules.md +122 -0
- package/commands/spartan/map-codebase.md +124 -0
- package/commands/spartan/migration.md +82 -0
- package/commands/spartan/next-app.md +317 -0
- package/commands/spartan/next-feature.md +212 -0
- package/commands/spartan/onboard.md +326 -0
- package/commands/spartan/outreach.md +16 -0
- package/commands/spartan/phase.md +142 -0
- package/commands/spartan/pitch.md +18 -0
- package/commands/spartan/plan.md +210 -0
- package/commands/spartan/pr-ready.md +202 -0
- package/commands/spartan/project.md +106 -0
- package/commands/spartan/qa.md +222 -0
- package/commands/spartan/research.md +254 -0
- package/commands/spartan/review.md +132 -0
- package/commands/spartan/scan-rules.md +173 -0
- package/commands/spartan/sessions.md +143 -0
- package/commands/spartan/spec.md +131 -0
- package/commands/spartan/startup.md +257 -0
- package/commands/spartan/team.md +570 -0
- package/commands/spartan/teardown.md +161 -0
- package/commands/spartan/testcontainer.md +97 -0
- package/commands/spartan/tf-cost.md +123 -0
- package/commands/spartan/tf-deploy.md +116 -0
- package/commands/spartan/tf-drift.md +100 -0
- package/commands/spartan/tf-import.md +107 -0
- package/commands/spartan/tf-module.md +121 -0
- package/commands/spartan/tf-plan.md +100 -0
- package/commands/spartan/tf-review.md +106 -0
- package/commands/spartan/tf-scaffold.md +109 -0
- package/commands/spartan/tf-security.md +147 -0
- package/commands/spartan/think.md +221 -0
- package/commands/spartan/unfreeze.md +13 -0
- package/commands/spartan/update.md +134 -0
- package/commands/spartan/ux.md +1233 -0
- package/commands/spartan/validate.md +193 -0
- package/commands/spartan/web-to-prd.md +706 -0
- package/commands/spartan/workstreams.md +109 -0
- package/commands/spartan/write.md +16 -0
- package/commands/spartan.md +386 -0
- package/frameworks/00-framework-comparison-guide.md +317 -0
- package/frameworks/01-lean-canvas.md +196 -0
- package/frameworks/02-design-sprint.md +304 -0
- package/frameworks/03-foundation-sprint.md +337 -0
- package/frameworks/04-business-model-canvas.md +391 -0
- package/frameworks/05-customer-development.md +426 -0
- package/frameworks/06-jobs-to-be-done.md +358 -0
- package/frameworks/07-mom-test.md +392 -0
- package/frameworks/08-value-proposition-canvas.md +488 -0
- package/frameworks/09-javelin-board.md +428 -0
- package/frameworks/10-build-measure-learn.md +467 -0
- package/frameworks/11-mvp-approaches.md +533 -0
- package/frameworks/think-before-build.md +593 -0
- package/lib/assembler.js +197 -0
- package/lib/assembler.test.js +159 -0
- package/lib/detector.js +166 -0
- package/lib/detector.test.js +221 -0
- package/lib/packs.js +16 -0
- package/lib/resolver.js +272 -0
- package/lib/resolver.test.js +298 -0
- package/lib/worktree.sh +104 -0
- package/package.json +50 -0
- package/packs/backend-micronaut.yaml +35 -0
- package/packs/backend-nodejs.yaml +15 -0
- package/packs/backend-python.yaml +15 -0
- package/packs/core.yaml +37 -0
- package/packs/database.yaml +21 -0
- package/packs/frontend-react.yaml +24 -0
- package/packs/infrastructure.yaml +40 -0
- package/packs/ops.yaml +16 -0
- package/packs/packs.compiled.json +371 -0
- package/packs/product.yaml +22 -0
- package/packs/project-mgmt.yaml +24 -0
- package/packs/research.yaml +39 -0
- package/packs/shared-backend.yaml +14 -0
- package/packs/ux-design.yaml +21 -0
- package/rules/backend-micronaut/API_DESIGN.md +313 -0
- package/rules/backend-micronaut/BATCH_PROCESSING.md +92 -0
- package/rules/backend-micronaut/CONTROLLERS.md +388 -0
- package/rules/backend-micronaut/KOTLIN.md +414 -0
- package/rules/backend-micronaut/RETROFIT_PLACEMENT.md +290 -0
- package/rules/backend-micronaut/SERVICES_AND_BEANS.md +325 -0
- package/rules/core/NAMING_CONVENTIONS.md +208 -0
- package/rules/core/SKILL_AUTHORING.md +174 -0
- package/rules/core/TIMEZONE.md +316 -0
- package/rules/database/ORM_AND_REPO.md +289 -0
- package/rules/database/SCHEMA.md +146 -0
- package/rules/database/TRANSACTIONS.md +311 -0
- package/rules/frontend-react/FRONTEND.md +344 -0
- package/rules/infrastructure/MODULES.md +260 -0
- package/rules/infrastructure/NAMING.md +196 -0
- package/rules/infrastructure/PROVIDERS.md +309 -0
- package/rules/infrastructure/SECURITY.md +310 -0
- package/rules/infrastructure/STATE_AND_BACKEND.md +237 -0
- package/rules/infrastructure/STRUCTURE.md +234 -0
- package/rules/infrastructure/VARIABLES.md +285 -0
- package/rules/shared-backend/ARCHITECTURE.md +46 -0
- package/rules/ux-design/DESIGN_PROCESS.md +176 -0
- package/skills/api-endpoint-creator/SKILL.md +455 -0
- package/skills/api-endpoint-creator/error-handling-guide.md +244 -0
- package/skills/api-endpoint-creator/examples.md +522 -0
- package/skills/api-endpoint-creator/testing-patterns.md +302 -0
- package/skills/article-writing/SKILL.md +109 -0
- package/skills/article-writing/examples.md +59 -0
- package/skills/backend-api-design/SKILL.md +84 -0
- package/skills/backend-api-design/code-patterns.md +138 -0
- package/skills/brainstorm/SKILL.md +95 -0
- package/skills/browser-qa/SKILL.md +87 -0
- package/skills/browser-qa/playwright-snippets.md +110 -0
- package/skills/ci-cd-patterns/SKILL.md +108 -0
- package/skills/ci-cd-patterns/workflows.md +149 -0
- package/skills/competitive-teardown/SKILL.md +93 -0
- package/skills/competitive-teardown/example-analysis.md +50 -0
- package/skills/content-engine/SKILL.md +131 -0
- package/skills/content-engine/examples.md +72 -0
- package/skills/database-patterns/SKILL.md +72 -0
- package/skills/database-patterns/code-templates.md +114 -0
- package/skills/database-table-creator/SKILL.md +141 -0
- package/skills/database-table-creator/examples.md +552 -0
- package/skills/database-table-creator/kotlin-templates.md +400 -0
- package/skills/database-table-creator/migration-template.sql +68 -0
- package/skills/database-table-creator/validation-checklist.md +337 -0
- package/skills/deep-research/SKILL.md +80 -0
- package/skills/design-intelligence/SKILL.md +268 -0
- package/skills/design-workflow/SKILL.md +127 -0
- package/skills/design-workflow/checklists.md +45 -0
- package/skills/idea-validation/SKILL.md +129 -0
- package/skills/idea-validation/example-report.md +50 -0
- package/skills/investor-materials/SKILL.md +122 -0
- package/skills/investor-materials/example-outline.md +70 -0
- package/skills/investor-outreach/SKILL.md +112 -0
- package/skills/investor-outreach/examples.md +76 -0
- package/skills/kotlin-best-practices/SKILL.md +58 -0
- package/skills/kotlin-best-practices/code-patterns.md +132 -0
- package/skills/market-research/SKILL.md +99 -0
- package/skills/security-checklist/SKILL.md +65 -0
- package/skills/security-checklist/audit-reference.md +95 -0
- package/skills/service-debugging/SKILL.md +116 -0
- package/skills/service-debugging/common-issues.md +65 -0
- package/skills/startup-pipeline/SKILL.md +152 -0
- package/skills/terraform-best-practices/SKILL.md +244 -0
- package/skills/terraform-module-creator/SKILL.md +284 -0
- package/skills/terraform-review/SKILL.md +222 -0
- package/skills/terraform-security-audit/SKILL.md +280 -0
- package/skills/terraform-service-scaffold/SKILL.md +574 -0
- package/skills/testing-strategies/SKILL.md +116 -0
- package/skills/testing-strategies/examples.md +103 -0
- package/skills/testing-strategies/integration-test-setup.md +71 -0
- package/skills/ui-ux-pro-max/SKILL.md +238 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/astro.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/jetpack-compose.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/styles.csv +68 -0
- package/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills/ui-ux-pro-max/python-setup.md +146 -0
- package/skills/ui-ux-pro-max/scripts/core.py +253 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +1067 -0
- package/skills/ui-ux-pro-max/scripts/search.py +114 -0
- package/skills/web-to-prd/SKILL.md +478 -0
- package/templates/build-config.yaml +44 -0
- package/templates/commands-config.yaml +55 -0
- package/templates/competitor-analysis.md +60 -0
- package/templates/content/AGENT_TEMPLATE.md +47 -0
- package/templates/content/COMMAND_TEMPLATE.md +27 -0
- package/templates/content/RULE_TEMPLATE.md +40 -0
- package/templates/content/SKILL_TEMPLATE.md +41 -0
- package/templates/design-config.md +105 -0
- package/templates/design-doc.md +207 -0
- package/templates/epic.md +100 -0
- package/templates/feature-spec.md +181 -0
- package/templates/idea-canvas.md +47 -0
- package/templates/implementation-plan.md +159 -0
- package/templates/prd-template.md +86 -0
- package/templates/preamble.md +89 -0
- package/templates/project-readme.md +35 -0
- package/templates/quality-gates.md +230 -0
- package/templates/spartan-config.yaml +164 -0
- package/templates/user-interview.md +69 -0
- package/templates/validation-checklist.md +108 -0
- package/templates/workflow-backend-micronaut.md +409 -0
- package/templates/workflow-frontend-react.md +233 -0
|
@@ -0,0 +1,391 @@
|
|
|
1
|
+
# Business Model Canvas (BMC)
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
The Business Model Canvas is a strategic management template created by Alexander Osterwalder and Yves Pigneur. It provides a visual framework for developing, describing, and analyzing business models. The canvas consists of nine building blocks that cover the four main areas of a business: customers, offer, infrastructure, and financial viability.
|
|
5
|
+
|
|
6
|
+
## When to Use
|
|
7
|
+
- Designing new business models from scratch
|
|
8
|
+
- Analyzing and improving existing business models
|
|
9
|
+
- Comparing different business model options
|
|
10
|
+
- Communicating business strategy to stakeholders
|
|
11
|
+
- Strategic planning sessions
|
|
12
|
+
- Investor presentations
|
|
13
|
+
- Competitive analysis
|
|
14
|
+
|
|
15
|
+
## The 9 Building Blocks
|
|
16
|
+
|
|
17
|
+
### 1. Customer Segments (CS)
|
|
18
|
+
**Definition**: The different groups of people or organizations you aim to reach and serve
|
|
19
|
+
|
|
20
|
+
**Key Questions**:
|
|
21
|
+
- For whom are we creating value?
|
|
22
|
+
- Who are our most important customers?
|
|
23
|
+
- What are their specific needs and behaviors?
|
|
24
|
+
|
|
25
|
+
**Types**:
|
|
26
|
+
- Mass Market: One large group with similar needs
|
|
27
|
+
- Niche Market: Specific, specialized customer segments
|
|
28
|
+
- Segmented: Different segments with slightly different needs
|
|
29
|
+
- Diversified: Two or more unrelated customer segments
|
|
30
|
+
- Multi-sided Platform: Two or more interdependent segments
|
|
31
|
+
|
|
32
|
+
**Examples**:
|
|
33
|
+
- B2B vs B2C
|
|
34
|
+
- Premium vs budget customers
|
|
35
|
+
- Early adopters vs mainstream users
|
|
36
|
+
|
|
37
|
+
### 2. Value Propositions (VP)
|
|
38
|
+
**Definition**: The bundle of products and services that create value for specific customer segments
|
|
39
|
+
|
|
40
|
+
**Key Questions**:
|
|
41
|
+
- What value do we deliver to customers?
|
|
42
|
+
- Which customer problems are we solving?
|
|
43
|
+
- What bundles of products/services are we offering?
|
|
44
|
+
- Which customer needs are we satisfying?
|
|
45
|
+
|
|
46
|
+
**Value Types**:
|
|
47
|
+
- **Newness**: Satisfying new needs
|
|
48
|
+
- **Performance**: Improving product performance
|
|
49
|
+
- **Customization**: Tailoring to specific needs
|
|
50
|
+
- **"Getting the job done"**: Helping customers complete tasks
|
|
51
|
+
- **Design**: Superior design/aesthetics
|
|
52
|
+
- **Brand/Status**: Signaling value
|
|
53
|
+
- **Price**: Offering similar value at lower price
|
|
54
|
+
- **Cost Reduction**: Helping customers reduce costs
|
|
55
|
+
- **Risk Reduction**: Reducing customer risks
|
|
56
|
+
- **Accessibility**: Making products available to new segments
|
|
57
|
+
- **Convenience/Usability**: Making things easier
|
|
58
|
+
|
|
59
|
+
### 3. Channels (CH)
|
|
60
|
+
**Definition**: How a company communicates with and reaches its customer segments
|
|
61
|
+
|
|
62
|
+
**Key Questions**:
|
|
63
|
+
- Through which channels do customers want to be reached?
|
|
64
|
+
- How are we reaching them now?
|
|
65
|
+
- How are our channels integrated?
|
|
66
|
+
- Which ones work best?
|
|
67
|
+
- Which ones are most cost-efficient?
|
|
68
|
+
|
|
69
|
+
**Channel Phases**:
|
|
70
|
+
1. **Awareness**: How do we raise awareness?
|
|
71
|
+
2. **Evaluation**: How do we help customers evaluate?
|
|
72
|
+
3. **Purchase**: How do customers buy?
|
|
73
|
+
4. **Delivery**: How do we deliver value?
|
|
74
|
+
5. **After-sales**: How do we provide support?
|
|
75
|
+
|
|
76
|
+
**Channel Types**:
|
|
77
|
+
- Direct: Sales force, web sales, owned stores
|
|
78
|
+
- Indirect: Partner stores, wholesalers
|
|
79
|
+
- Digital: Website, mobile app, social media
|
|
80
|
+
- Physical: Retail locations, events
|
|
81
|
+
|
|
82
|
+
### 4. Customer Relationships (CR)
|
|
83
|
+
**Definition**: The types of relationships established with specific customer segments
|
|
84
|
+
|
|
85
|
+
**Key Questions**:
|
|
86
|
+
- What type of relationship does each segment expect?
|
|
87
|
+
- Which ones have we established?
|
|
88
|
+
- How costly are they?
|
|
89
|
+
- How are they integrated with our business model?
|
|
90
|
+
|
|
91
|
+
**Relationship Types**:
|
|
92
|
+
- **Personal Assistance**: Human interaction
|
|
93
|
+
- **Dedicated Personal Assistance**: Dedicated representative
|
|
94
|
+
- **Self-Service**: Customer helps themselves
|
|
95
|
+
- **Automated Services**: Personalized self-service
|
|
96
|
+
- **Communities**: User communities
|
|
97
|
+
- **Co-creation**: Customer involvement in creation
|
|
98
|
+
|
|
99
|
+
**Motivations**:
|
|
100
|
+
- Customer acquisition
|
|
101
|
+
- Customer retention
|
|
102
|
+
- Boosting sales (upselling)
|
|
103
|
+
|
|
104
|
+
### 5. Revenue Streams (RS)
|
|
105
|
+
**Definition**: The cash generated from each customer segment
|
|
106
|
+
|
|
107
|
+
**Key Questions**:
|
|
108
|
+
- For what value are customers willing to pay?
|
|
109
|
+
- For what do they currently pay?
|
|
110
|
+
- How are they currently paying?
|
|
111
|
+
- How would they prefer to pay?
|
|
112
|
+
- How much does each revenue stream contribute?
|
|
113
|
+
|
|
114
|
+
**Types of Revenue Streams**:
|
|
115
|
+
- **Asset Sale**: Selling ownership rights
|
|
116
|
+
- **Usage Fee**: Payment for use of service
|
|
117
|
+
- **Subscription Fees**: Ongoing access to service
|
|
118
|
+
- **Lending/Renting/Leasing**: Temporary access rights
|
|
119
|
+
- **Licensing**: Permission to use protected IP
|
|
120
|
+
- **Brokerage Fees**: Intermediation services
|
|
121
|
+
- **Advertising**: Fees for advertising
|
|
122
|
+
|
|
123
|
+
**Pricing Mechanisms**:
|
|
124
|
+
- Fixed Pricing: List price, product feature dependent, customer segment dependent, volume dependent
|
|
125
|
+
- Dynamic Pricing: Negotiation, yield management, real-time market, auctions
|
|
126
|
+
|
|
127
|
+
### 6. Key Resources (KR)
|
|
128
|
+
**Definition**: The most important assets required to make a business model work
|
|
129
|
+
|
|
130
|
+
**Key Questions**:
|
|
131
|
+
- What key resources do our value propositions require?
|
|
132
|
+
- What resources are needed for channels?
|
|
133
|
+
- What resources are needed for customer relationships?
|
|
134
|
+
- What resources are needed for revenue streams?
|
|
135
|
+
|
|
136
|
+
**Resource Categories**:
|
|
137
|
+
- **Physical**: Facilities, equipment, vehicles, distribution networks
|
|
138
|
+
- **Intellectual**: Brands, proprietary knowledge, patents, partnerships
|
|
139
|
+
- **Human**: Skilled workforce, expertise, creativity
|
|
140
|
+
- **Financial**: Cash, lines of credit, stock option pools
|
|
141
|
+
|
|
142
|
+
### 7. Key Activities (KA)
|
|
143
|
+
**Definition**: The most important actions a company must take to operate successfully
|
|
144
|
+
|
|
145
|
+
**Key Questions**:
|
|
146
|
+
- What key activities do our value propositions require?
|
|
147
|
+
- What activities are needed for channels?
|
|
148
|
+
- What activities support customer relationships?
|
|
149
|
+
- What activities generate revenue streams?
|
|
150
|
+
|
|
151
|
+
**Activity Categories**:
|
|
152
|
+
- **Production**: Designing, making, delivering products
|
|
153
|
+
- **Problem Solving**: Coming up with solutions
|
|
154
|
+
- **Platform/Network**: Platform management, service provisioning
|
|
155
|
+
|
|
156
|
+
### 8. Key Partnerships (KP)
|
|
157
|
+
**Definition**: The network of suppliers and partners needed for the business model
|
|
158
|
+
|
|
159
|
+
**Key Questions**:
|
|
160
|
+
- Who are our key partners?
|
|
161
|
+
- Who are our key suppliers?
|
|
162
|
+
- Which key resources do we acquire from partners?
|
|
163
|
+
- Which key activities do partners perform?
|
|
164
|
+
|
|
165
|
+
**Partnership Types**:
|
|
166
|
+
- **Strategic alliances**: Between non-competitors
|
|
167
|
+
- **Coopetition**: Strategic partnerships between competitors
|
|
168
|
+
- **Joint ventures**: To develop new businesses
|
|
169
|
+
- **Buyer-supplier**: To assure reliable supplies
|
|
170
|
+
|
|
171
|
+
**Motivations for Partnerships**:
|
|
172
|
+
- Optimization and economy of scale
|
|
173
|
+
- Reduction of risk and uncertainty
|
|
174
|
+
- Acquisition of resources and activities
|
|
175
|
+
|
|
176
|
+
### 9. Cost Structure (CS)
|
|
177
|
+
**Definition**: All costs incurred to operate a business model
|
|
178
|
+
|
|
179
|
+
**Key Questions**:
|
|
180
|
+
- What are the most important costs?
|
|
181
|
+
- Which key resources are most expensive?
|
|
182
|
+
- Which key activities are most expensive?
|
|
183
|
+
|
|
184
|
+
**Cost Structure Types**:
|
|
185
|
+
- **Cost-Driven**: Minimize costs wherever possible
|
|
186
|
+
- **Value-Driven**: Focus on value creation
|
|
187
|
+
|
|
188
|
+
**Cost Characteristics**:
|
|
189
|
+
- **Fixed Costs**: Remain the same despite volume
|
|
190
|
+
- **Variable Costs**: Vary with volume
|
|
191
|
+
- **Economies of Scale**: Cost advantages with scale
|
|
192
|
+
- **Economies of Scope**: Cost advantages from larger scope
|
|
193
|
+
|
|
194
|
+
## How to Use the Business Model Canvas
|
|
195
|
+
|
|
196
|
+
### Step-by-Step Process
|
|
197
|
+
|
|
198
|
+
1. **Start with Customer Segments**
|
|
199
|
+
- Identify who you're creating value for
|
|
200
|
+
- Be specific about different segments
|
|
201
|
+
|
|
202
|
+
2. **Define Value Propositions**
|
|
203
|
+
- Match value propositions to customer segments
|
|
204
|
+
- Be clear about the problems you're solving
|
|
205
|
+
|
|
206
|
+
3. **Map Channels**
|
|
207
|
+
- How will you reach each customer segment?
|
|
208
|
+
- Consider the entire customer journey
|
|
209
|
+
|
|
210
|
+
4. **Design Customer Relationships**
|
|
211
|
+
- What type of relationship does each segment expect?
|
|
212
|
+
- Balance automation with personal touch
|
|
213
|
+
|
|
214
|
+
5. **Identify Revenue Streams**
|
|
215
|
+
- What will customers pay for?
|
|
216
|
+
- Match pricing to value and segments
|
|
217
|
+
|
|
218
|
+
6. **Determine Key Resources**
|
|
219
|
+
- What assets are essential?
|
|
220
|
+
- Consider all resource types
|
|
221
|
+
|
|
222
|
+
7. **Define Key Activities**
|
|
223
|
+
- What must you do exceptionally well?
|
|
224
|
+
- Focus on core competencies
|
|
225
|
+
|
|
226
|
+
8. **Map Key Partnerships**
|
|
227
|
+
- What can partners do better?
|
|
228
|
+
- Focus on strategic relationships
|
|
229
|
+
|
|
230
|
+
9. **Calculate Cost Structure**
|
|
231
|
+
- What are your major cost drivers?
|
|
232
|
+
- Understand fixed vs variable costs
|
|
233
|
+
|
|
234
|
+
### Best Practices
|
|
235
|
+
|
|
236
|
+
1. **Use sticky notes**: Easy to move and iterate
|
|
237
|
+
2. **Be visual**: Use colors, symbols, drawings
|
|
238
|
+
3. **Keep it simple**: One idea per sticky note
|
|
239
|
+
4. **Iterate frequently**: BMC is a living document
|
|
240
|
+
5. **Test assumptions**: Validate with real data
|
|
241
|
+
6. **Consider alternatives**: Try multiple versions
|
|
242
|
+
7. **Get feedback**: Share with stakeholders
|
|
243
|
+
|
|
244
|
+
## Common Patterns
|
|
245
|
+
|
|
246
|
+
### Multi-sided Platforms
|
|
247
|
+
- Examples: Google, Facebook, Visa
|
|
248
|
+
- Multiple customer segments
|
|
249
|
+
- Network effects critical
|
|
250
|
+
- Often subsidize one side
|
|
251
|
+
|
|
252
|
+
### Freemium
|
|
253
|
+
- Examples: Spotify, LinkedIn, Dropbox
|
|
254
|
+
- Basic free tier
|
|
255
|
+
- Premium paid features
|
|
256
|
+
- Conversion optimization key
|
|
257
|
+
|
|
258
|
+
### Long Tail
|
|
259
|
+
- Examples: Amazon, Netflix, YouTube
|
|
260
|
+
- Large number of niche products
|
|
261
|
+
- Low inventory costs
|
|
262
|
+
- Recommendation engines
|
|
263
|
+
|
|
264
|
+
### Bait & Hook
|
|
265
|
+
- Examples: Printers, Razors, Gaming consoles
|
|
266
|
+
- Initial product sold at low margin
|
|
267
|
+
- Recurring revenue from consumables
|
|
268
|
+
|
|
269
|
+
## Business Model Canvas vs Lean Canvas
|
|
270
|
+
|
|
271
|
+
### Similarities
|
|
272
|
+
- One-page visual format
|
|
273
|
+
- Focus on key elements
|
|
274
|
+
- Iterative approach
|
|
275
|
+
|
|
276
|
+
### Key Differences
|
|
277
|
+
BMC focuses on:
|
|
278
|
+
- Key Partners
|
|
279
|
+
- Key Activities
|
|
280
|
+
- Key Resources
|
|
281
|
+
- Customer Relationships
|
|
282
|
+
|
|
283
|
+
Lean Canvas focuses on:
|
|
284
|
+
- Problem
|
|
285
|
+
- Solution
|
|
286
|
+
- Key Metrics
|
|
287
|
+
- Unfair Advantage
|
|
288
|
+
|
|
289
|
+
### When to Use Each
|
|
290
|
+
- **BMC**: Established businesses, complex models
|
|
291
|
+
- **Lean Canvas**: Startups, new ventures
|
|
292
|
+
|
|
293
|
+
## Digital Tools
|
|
294
|
+
|
|
295
|
+
- **Strategyzer**: Official BMC platform
|
|
296
|
+
- **Canvanizer**: Free online tool
|
|
297
|
+
- **Miro/Mural**: Collaborative boards
|
|
298
|
+
- **Figma**: Design-friendly option
|
|
299
|
+
- **Business Model Fiddle**: Simple web tool
|
|
300
|
+
|
|
301
|
+
## Common Mistakes
|
|
302
|
+
|
|
303
|
+
1. **Too generic**: Being vague about segments
|
|
304
|
+
2. **Feature focus**: Listing features not value
|
|
305
|
+
3. **Ignoring costs**: Underestimating true costs
|
|
306
|
+
4. **Partnership overload**: Too many non-critical partners
|
|
307
|
+
5. **Revenue optimism**: Unrealistic projections
|
|
308
|
+
6. **Static thinking**: Not iterating the model
|
|
309
|
+
7. **Isolation**: Working without feedback
|
|
310
|
+
|
|
311
|
+
## Examples by Industry
|
|
312
|
+
|
|
313
|
+
### Software (SaaS)
|
|
314
|
+
- **Customer Segments**: SMBs, Enterprises
|
|
315
|
+
- **Value Proposition**: Automation, efficiency
|
|
316
|
+
- **Channels**: Direct sales, self-serve
|
|
317
|
+
- **Revenue**: Subscriptions
|
|
318
|
+
- **Key Resources**: Technology, talent
|
|
319
|
+
|
|
320
|
+
### E-commerce
|
|
321
|
+
- **Customer Segments**: Online shoppers
|
|
322
|
+
- **Value Proposition**: Convenience, selection
|
|
323
|
+
- **Channels**: Website, mobile app
|
|
324
|
+
- **Revenue**: Product sales, fees
|
|
325
|
+
- **Key Activities**: Inventory, fulfillment
|
|
326
|
+
|
|
327
|
+
### Marketplace
|
|
328
|
+
- **Customer Segments**: Buyers and sellers
|
|
329
|
+
- **Value Proposition**: Connection, trust
|
|
330
|
+
- **Channels**: Platform
|
|
331
|
+
- **Revenue**: Transaction fees
|
|
332
|
+
- **Key Activities**: Matching, trust systems
|
|
333
|
+
|
|
334
|
+
## Advanced Techniques
|
|
335
|
+
|
|
336
|
+
### Portfolio Management
|
|
337
|
+
- Compare multiple business models
|
|
338
|
+
- Identify synergies
|
|
339
|
+
- Resource allocation decisions
|
|
340
|
+
|
|
341
|
+
### Scenario Planning
|
|
342
|
+
- Create future scenarios
|
|
343
|
+
- Test model resilience
|
|
344
|
+
- Identify pivot opportunities
|
|
345
|
+
|
|
346
|
+
### Blue Ocean Strategy
|
|
347
|
+
- Map competitor models
|
|
348
|
+
- Find uncontested spaces
|
|
349
|
+
- Create new value curves
|
|
350
|
+
|
|
351
|
+
## Integration with Other Tools
|
|
352
|
+
|
|
353
|
+
### With SWOT Analysis
|
|
354
|
+
- Strengths/Weaknesses: Internal (Resources, Activities)
|
|
355
|
+
- Opportunities/Threats: External (Customers, Partners)
|
|
356
|
+
|
|
357
|
+
### With Porter's Five Forces
|
|
358
|
+
- Analyze competitive environment
|
|
359
|
+
- Inform partnership strategy
|
|
360
|
+
- Understand customer power
|
|
361
|
+
|
|
362
|
+
### With Value Chain Analysis
|
|
363
|
+
- Deep dive into activities
|
|
364
|
+
- Optimization opportunities
|
|
365
|
+
- Make vs buy decisions
|
|
366
|
+
|
|
367
|
+
## Measuring Success
|
|
368
|
+
|
|
369
|
+
### Model Health Metrics
|
|
370
|
+
- Customer acquisition cost
|
|
371
|
+
- Customer lifetime value
|
|
372
|
+
- Revenue per customer
|
|
373
|
+
- Gross margins
|
|
374
|
+
- Partner satisfaction
|
|
375
|
+
|
|
376
|
+
### Innovation Metrics
|
|
377
|
+
- New revenue streams tested
|
|
378
|
+
- Model iterations per quarter
|
|
379
|
+
- Assumption validation rate
|
|
380
|
+
- Time to profitability
|
|
381
|
+
|
|
382
|
+
## Next Steps
|
|
383
|
+
|
|
384
|
+
1. **Create Your First Canvas**: Start with current state
|
|
385
|
+
2. **Validate Assumptions**: Test with customers
|
|
386
|
+
3. **Iterate Based on Learning**: Update regularly
|
|
387
|
+
4. **Share and Get Feedback**: Involve stakeholders
|
|
388
|
+
5. **Plan Experiments**: Test new elements
|
|
389
|
+
6. **Track Evolution**: Document changes over time
|
|
390
|
+
|
|
391
|
+
The Business Model Canvas is a powerful tool for visualizing and analyzing how organizations create, deliver, and capture value. Its strength lies in providing a shared language for discussing business models and enabling rapid iteration based on learning.
|