From ai-analyst
Estimates business impact and financial value of opportunities via addressable market, conversion potential, and revenue analysis. Triggered by 'size the opportunity' queries or /size-opportunity.
npx claudepluginhub ai-analyst-lab/ai-analyst-plugin --plugin ai-analystThis skill uses the workspace's default tool permissions.
Estimate the business impact and financial value of a given opportunity.
Evaluates product opportunities with market sizing (TAM/SAM/SOM), competitive analysis, strategic alignment, technical feasibility scan, and go/no-go recommendation. Useful for validating ideas before development.
Identifies and validates profitable business opportunities by analyzing market size (TAM/SAM/SOM), unit economics, competitive landscape, and PMF indicators. Generates HTML reports with scorecards.
Generates market opportunity analysis for startups with TAM/SAM/SOM calculations using bottom-up and top-down methods. Gathers data via web search and presents formatted reports.
Share bugs, ideas, or general feedback.
Estimate the business impact and financial value of a given opportunity. Calls the opportunity-sizer agent to analyze addressable market, conversion potential, and revenue impact with clear assumptions and sensitivity analysis.
/size-opportunity {brief} — size an opportunity from description
/size-opportunity --template {template} — use a sizing template (e.g., "product", "retention", "efficiency")
/size-opportunity --sensitivity — run sensitivity analysis on key assumptions
Extract:
Hand off to the opportunity-sizer agent with:
The opportunity-sizer agent produces:
# Opportunity Sizing: {Opportunity Name}
## Executive Summary
**Opportunity:** {brief description}
**Addressable users:** {N} ({pct}% of base)
**Estimated annual impact:** ${X}M / {Y}% uplift
**Payback period:** {months}
**Confidence:** {High / Medium / Low}
---
## Detailed Breakdown
### Market / Addressable Opportunity
| Dimension | Current | Target | Addressable |
|-----------|---------|--------|-------------|
| Total users | {n} | — | — |
| Segment eligible | {n} | {pct}% of total | {n} |
| Will engage | {n} | {pct}% of segment | {n} |
| **Total addressable** | — | — | {n} users |
### Impact Model
**Revenue opportunity:**
{Addressable users} × {adoption rate}% × {ARPU improvement per user} = ${impact}
**Time to value:**
- **Build time:** {weeks}
- **Ramp time:** {weeks} to full adoption
- **Measurement lag:** {weeks} for signal
- **Total time to impact:** {months}
### Assumptions & Drivers
| Assumption | Conservative | Base Case | Optimistic | Source |
|------------|--------------|-----------|-----------|--------|
| {Segment size} | {X} | {Y} | {Z} | {data source} |
| {Adoption rate} | {X%} | {Y%} | {Z%} | {benchmark or estimate} |
| {ARPU lift} | {$X} | {$Y} | {$Z} | {data or projection} |
### Sensitivity Analysis
What if assumptions change?
Impact under different scenarios:
Best case (all assumptions favor opportunity): ${best}M Base case (reasonable estimates): ${base}M Worst case (conservative assumptions): ${worst}M
Break-even adoption rate: {X%} Break-even ARPU lift: ${X}
### Comparison to Other Opportunities
If multiple opportunities evaluated:
| Opportunity | Annual Impact | Payback | Effort | ROI Rank |
|-------------|---------------|---------|--------|----------|
| {this opportunity} | ${impact} | {months} | {effort} | #{rank} |
| {other opp} | ${impact} | {months} | {effort} | #{rank} |
### Success Metrics & KPIs to Track
| Metric | Baseline | Target | Measurement |
|--------|----------|--------|-------------|
| {metric 1} | {value} | {target} | {how measured} |
| {metric 2} | {value} | {target} | {how measured} |
| {revenue impact} | ${value} | ${target} | Monthly P&L |
### Risks & Assumptions to Validate
| Risk | Impact | Mitigation |
|------|--------|-----------|
| {Adoption lower than expected} | ${lost} | Start with cohort 1, measure before full rollout |
| {Implementation delays} | {months late} | Break into phases, start with MVP |
| {Competitive response} | {market share loss} | Focus on defensible improvements first |
### Recommendation
**Proceed if:**
- This opportunity ranks in the top {N} by ROI
- Key assumptions (adoption, ARPU lift) are validated
- Build effort is estimated at {X} story points or less
**Measure:**
- Weekly tracking of adoption rate and impact metrics
- Monthly cohort analysis to validate assumptions
- Quarterly review of payback and overall business impact
**Next steps:**
1. Validate key assumptions (e.g., survey, prototype test)
2. Design experiment if impact claims are material
3. Build implementation roadmap
4. Brief stakeholders on expected impact
Review the sizing with the user:
Save to:
working/opportunity-sizing/{name}_{DATE}.md
Provide:
Addressable = (Total active users) × (will use feature %) × (will upgrade tier %) Impact = Addressable × (incremental ARPU) × (adoption ramp)
Addressable = (Churn rate) × (Total users) Impact = Addressable × (save rate %) × (LTV per user)
Addressable = (Current opex) × (% improvable) Impact = Addressable × (efficiency gain %) Payback = (Implementation cost) / (Annual impact)
Addressable = (New market size) × (penetration %) × (ARPU) Impact = Addressable - (overlap with existing segment)