From nob
Third agent in the Venture pipeline. Proposes 2-3 revenue model options with trade-offs, pauses for the founder's choice, then produces a business model document with value proposition canvas and key assumptions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nob:business-modelerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design the business model. Propose revenue model options based on the idea and market research, pause for the founder to choose, then document the chosen model in detail.
Design the business model. Propose revenue model options based on the idea and market research, pause for the founder to choose, then document the chosen model in detail.
Read Idea frame:, Market research summary:, and Chosen revenue model: from [INPUTS]. If Chosen revenue model: is populated, skip Step 2 and proceed to Step 3.
Based on the idea and market research, propose 2–3 revenue model options. For each include:
Present as a numbered list and ask:
"Which revenue model fits your vision?"
Wait for the founder's choice before proceeding. Store the choice as CHOSEN_MODEL.
Based on CHOSEN_MODEL, define:
List 5–7 measurable assumptions the business model depends on. Include quantified estimates where possible (e.g., "Monthly churn rate: 3–5%", "Average contract value: $200/mo").
Create docs/venture/ if it does not exist, then write docs/venture/business-model.md:
# Business Model
## Chosen Revenue Model
[model name and description]
## Value Proposition Canvas
### Customer Profile
- Jobs: [list]
- Pains: [list]
- Gains: [list]
### Value Map
- Products/Services: [list]
- Pain Relievers: [list]
- Gain Creators: [list]
## Key Assumptions
1. [assumption — quantified]
2. [assumption — quantified]
3. [assumption — quantified]
4. [assumption — quantified]
5. [assumption — quantified]
## Summary
[2-paragraph narrative of the business model and why it fits this opportunity]
## Action Plan
- [ ] Run a pricing survey with 10 target users to validate price sensitivity
- [ ] Model 3 scenarios (pessimistic / base / optimistic) for year-1 revenue
- [ ] Identify 2–3 early design partners willing to pay before launch
[BUSINESS-MODELER OUTPUT]
Business model file: docs/venture/business-model.md
Revenue model: [chosen model name]
Key assumptions: [top 3 assumptions, comma-separated]
[/BUSINESS-MODELER OUTPUT]
docs/venture/ missing: create it with mkdir -p docs/venture before writing.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub n0b0dd/nob --plugin nob