jiunbae avatar

bm-analyzer

현재 레포지토리의 서비스를 BM(비즈니스 모델) 관점에서 완벽하게 분석합니다. 여러 BM 전문가 에이전트(수익 전략가, 시장 분석가, 사용자 가치 분석가, 성장 전략가)가 병렬로

作者 jiunbae|オープンソース

Business Model Analyzer

Multi-agent BM analysis with monetization recommendations.

Expert Agents

AgentFocusOutput
Revenue StrategistPricing, monetizationRevenue model options
Market AnalystCompetition, positioningMarket opportunity
User Value AnalystValue propositionUser segments, needs
Growth StrategistAcquisition, retentionGrowth levers

Workflow

Step 1: Codebase Analysis

Extract from code:

  • Core features (routes, components)
  • Data models (what's stored)
  • Integrations (external services)
  • User flows (auth, onboarding)

Step 2: Run Expert Agents (parallel)

Each agent analyzes from their perspective:

Task: Analyze {project} as {expert_role}
Output: .context/bm/{agent}.md

Step 3: Synthesize

Combine analyses into unified report:

  • Value proposition summary
  • Revenue model recommendations
  • Market positioning
  • Growth strategy

Output Format

# BM Analysis: {Project}

## Value Proposition
What unique value does this provide?

## Revenue Models
1. **Freemium**: Free tier + paid features
2. **SaaS**: Monthly subscription
3. **Usage-based**: Pay per API call

## Market Position
- Target: {segment}
- Competitors: {list}
- Differentiator: {unique feature}

## Growth Strategy
- Acquisition: {channels}
- Retention: {tactics}
- Expansion: {upsell opportunities}

## Recommendations
1. Start with {model}
2. Focus on {segment}
3. Build {feature} for monetization

Best Practices

  • Run all agents in parallel for speed
  • Prioritize recommendations by feasibility
  • Include rough revenue estimates