plugins marketplace
← All plugins

startup-business-analyst

v1.0.6

Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research

CodexClaude Code5 skills

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/startup-business-analyst/ inside the repository.

Layout

plugins/startup-business-analyst/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/competitive-landscape/SKILL.md
├── skills/market-sizing-analysis/SKILL.md
├── skills/startup-financial-modeling/SKILL.md
├── skills/startup-metrics-framework/SKILL.md
└── skills/team-composition-analysis/SKILL.md

Skills5

competitive-landscapeskills/competitive-landscape/SKILL.md

Analyze competition, identify differentiation opportunities, and develop winning market positioning strategies using Porter's Five Forces, Blue Ocean Strategy, and positioning maps. Use this skill when evaluating competitors, assessing market positioning, identifying sustainable competitive advantages, or preparing competitive strategy analysis for a startup or investor pitch.

market-sizing-analysisskills/market-sizing-analysis/SKILL.md

Calculate TAM/SAM/SOM for market opportunities using top-down, bottom-up, and value theory methodologies. Use this skill when sizing markets, estimating addressable revenue, validating market opportunity for a new venture, or building investor-ready market analysis for a startup pitch or business plan.

startup-financial-modelingskills/startup-financial-modeling/SKILL.md

Build comprehensive 3-5 year financial models with revenue projections, cost structures, cash flow analysis, and scenario planning for early-stage startups. Use this skill when creating financial projections, calculating burn rate or runway, modeling fundraising scenarios, or preparing investor-ready financials for a seed or Series A raise.

startup-metrics-frameworkskills/startup-metrics-framework/SKILL.md

Track, calculate, and optimize key performance metrics for SaaS, marketplace, consumer, and B2B startups from seed through Series A, including unit economics, growth efficiency, and cash management. Use this skill when defining a metrics framework, calculating CAC/LTV/burn multiple, benchmarking business health, or preparing metrics dashboards for investors or board reporting.

team-composition-analysisskills/team-composition-analysis/SKILL.md

Design optimal team structures, hiring plans, compensation strategies, and equity allocation for early-stage startups from pre-seed through Series A. Use this skill when planning headcount, determining which roles to hire next, setting compensation or equity ranges, designing org structure, or building a hiring budget aligned to funding milestones.

Manifests2

plugins/startup-business-analyst/.codex-plugin/plugin.json
{
  "name": "startup-business-analyst",
  "version": "1.0.6",
  "description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Startup Business Analyst",
    "shortDescription": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and…",
    "category": "Coding"
  }
}
plugins/startup-business-analyst/.claude-plugin/plugin.json
{
  "name": "startup-business-analyst",
  "description": "Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research",
  "version": "1.0.6",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}