grad-innovation-diffusion-bass
Apply the Bass Diffusion Model (1969) to forecast innovation adoption using innovation and imitation coefficients. Use this skill when the user needs to forecast new product adoption curves, estimate market penetration timing, calibrate launch strategy based on diffusion dynamics, or when they ask 'how fast will this spread', 'when does adoption take off', or 'what is the expected S-curve'.
pinned to #4e7f4f8updated last month
Ask your AI client: “install skills/grad-innovation-diffusion-bass”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/grad-innovation-diffusion-bassmetahub onboarded this repo on the author's behalf.
If you own github.com/asgard-ai-platform/skills on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
225
Last commit
last month
Latest release
published
- #ai-agent
- #anthropic
- #claude
- #claude-agent-skills
- #claude-code
- #coding-agent
- #knowledge-base
- #mcp
- #methodology
- #open-source
- #prompt-engineering
- #skills
- #taiwan
Automated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.4e7f4f8· last month
Behavioral checks ran but aren't published for this artifact; the static checks above ran at publish time.
Documentation
8 passed1 warningHomepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
59 words · 393 chars — "Apply the Bass Diffusion Model (1969) to forecast innovation adoption using inno…"
README is present and substantial
33,936 chars · 20 sections · 3 code blocks
Tags / topics declared
13 total — ai-agent, anthropic, claude, claude-agent-skills, claude-code, coding-agent (+7)
README has usage / example sections
no labeled section but 3 code blocks document usage
Homepage / docs URL declared
https://vault.asgard-ai.com/skills/
Description is substantive
Description is 59 words.
Documentation present and substantive
Documentation present (SKILL.md, 744 words).
Documentation shows usage
Documentation includes 2 code examples.
Release history
1- releasecurrent4e7f4f8warnlast month
Contents
Bass Diffusion Model
Overview
The Bass model (1969) describes how new products are adopted through two forces: innovation (external influence, coefficient p) and imitation (internal/word-of-mouth influence, coefficient q). The resulting adoption follows an S-curve whose shape is entirely determined by p, q, and market potential m.
When to Use
- Forecasting adoption trajectory for a new product or technology
- Estimating time-to-peak-sales and total market penetration
- Calibrating marketing spend between advertising (p) and word-of-mouth (q)
- Comparing diffusion patterns across product categories or markets
When NOT to Use
- Repeat-purchase or consumable products (Bass models first adoption only)
- Markets with strong network effects requiring explicit network models
- When no analogous product data exists and p/q cannot be estimated
Assumptions
IRON LAW: The ratio q/p determines adoption shape. High q/p means
word-of-mouth dominates and adoption exhibits a sharp peak; low q/p
means advertising-driven gradual uptake. This ratio is the single
most diagnostic parameter.
Key assumptions:
- Market potential (m) is fixed and known
- Adopters do not dis-adopt (no churn in the basic model)
- The product does not change over the diffusion period
- Innovation and imitation effects are independent and additive
Methodology
Step 1 — Define market potential (m)
Estimate the total addressable market. Use analogous products, surveys, or top-down market sizing. This is the ceiling of cumulative adoption.
Step 2 — Estimate p and q coefficients
Sources for estimation:
- Analogy: Use p and q from similar products (Sultan, Farley, & Lehmann 1990 meta-analysis: average p = 0.03, q = 0.38)
- Historical data: Fit the Bass model to early adoption data via nonlinear least squares
- Expert judgment: Calibrate based on marketing plan intensity
Step 3 — Generate the adoption curve
The Bass model hazard rate:
f(t) / [1 - F(t)] = p + q * F(t)
Where F(t) = cumulative adoption fraction at time t.
Key derived metrics:
- Time to peak: t* = [ln(q) - ln(p)] / (p + q)
- Peak adoption rate: f(t*) = m(p + q)^2 / (4q)
- Inflection point: When F(t) = (q - p) / (2q)
Step 4 — Interpret and strategize
| q/p Ratio | Pattern | Strategy Implication |
|---|---|---|
| q/p > 20 | Sharp peak, WOM-driven | Seed early adopters aggressively |
| q/p = 5-20 | Moderate peak | Balance advertising and WOM |
| q/p < 5 | Gradual, advertising-driven | Sustain mass-media campaigns |
Output Format
## Bass Diffusion Forecast: [Product/Innovation]
### Parameters
- Market potential (m): [value]
- Innovation coefficient (p): [value] (source: [analogy/data/expert])
- Imitation coefficient (q): [value] (source: [analogy/data/expert])
- q/p ratio: [value] — [interpretation]
### Forecast
- Time to peak sales: t* = [value]
- Peak adoption rate: [value] units/period
- Time to 50% penetration: [value]
- Time to 90% penetration: [value]
### Strategic Implications
1. [Launch strategy based on q/p ratio]
2. [Marketing mix recommendation]
3. [Timing considerations]
Gotchas
- Market potential (m) is the most sensitive parameter yet hardest to estimate — sensitivity-test it
- The basic Bass model assumes no price changes, competition entry, or product updates over time
- Generalized Bass Model (Bass et al., 1994) incorporates marketing mix variables — use it when price/advertising data exists
- Digital products often show higher q values due to social media amplification
- Do not extrapolate p and q from one geography to another without cultural adjustment
- Early data (pre-inflection) yields unstable parameter estimates; wait for at least 3-4 periods of sales data
References
- Bass, F. M. (1969). A new product growth for model consumer durables. Management Science, 15(5), 215-227.
- Bass, F. M., Krishnan, T. V., & Jain, D. C. (1994). Why the Bass model fits without decision variables. Marketing Science, 13(3), 203-223.
- Sultan, F., Farley, J. U., & Lehmann, D. R. (1990). A meta-analysis of applications of diffusion models. Journal of Marketing Research, 27(1), 70-77.
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/grad-innovation-diffusion-bass