Skill マーケットプレイスに戻る

Fundamentals & Valuation

business-investment-advisor

Business Investment Advisor is a production-ready toolkit for screening opportunities, analyzing portfolio composition, and generating due-diligence checklists for investments sized $50K–$50M.

45 日前に更新セットアップ 1 分未満

概要

Business Investment Advisor is a production-ready toolkit for screening opportunities, analyzing portfolio composition, and generating due-diligence checklists for investments sized $50K–$50M.

Business Investment Advisor is a production-ready toolkit for screening opportunities, analyzing portfolio composition, and generating due-diligence checklists for investments sized $50K–$50M. It provides CLI tools to filter and rank deals by ROI, risk, and payback period, analyze portfolio diversification and concentration risk, and produce structured DD checklists with scoring and investigative tasks. Typical use cases include opportunity screening, portfolio health checks, rebalancing recommendations, and rapid due-diligence sprints for target companies (e.g., SaaS, Series A). Core features include JSON-based inputs/outputs for automation, composite scoring, sector and liquidity analysis, and prescriptive recommendations to close exposure gaps. The skill is aimed at business owners, angel investors, and corporate development teams who need repeatable, auditable investment decision workflows.

Skill.md

この Skill の仕組み

Business Investment Advisor is a production-ready toolkit for screening opportunities, analyzing portfolio composition, and generating due-diligence checklists for investments sized $50K–$50M.

SKILL.mdALPHIO / 検証済み

Business Investment Advisor Skill

Overview

Production-ready investment analysis toolkit for screening opportunities, analyzing portfolio composition, and generating due diligence checklists. Designed for business owners, angel investors, and corporate development teams evaluating investments from $50K to $50M.

Quick Start

# Screen investments by criteria (ROI, risk, payback)
python scripts/investment_screener.py opportunities.json --min-roi 15 --max-payback 36

# Analyze portfolio diversification and risk exposure
python scripts/portfolio_analyzer.py portfolio.json

# Generate due diligence checklist for an investment target
python scripts/due_diligence_checklist.py --type saas --stage series-a --amount 500000

Tools Overview

ToolPurposeInputOutput
investment_screener.pyFilter & rank investmentsJSON with opportunity dataRanked opportunities + scores
portfolio_analyzer.pyPortfolio risk & diversificationJSON with holdingsRisk report + recommendations
due_diligence_checklist.pyDD checklist generationInvestment parametersStructured checklist + scoring

Workflows

Workflow 1: Opportunity Evaluation Pipeline

  1. Compile investment opportunities into JSON format (see Common Patterns)
  2. Run investment_screener.py with your criteria filters
  3. Review ranked results focusing on composite score
  4. For top candidates, run due_diligence_checklist.py to generate investigation plan
  5. After DD completion, update portfolio model and run portfolio_analyzer.py

Workflow 2: Portfolio Health Check

  1. Export current holdings to JSON format
  2. Run portfolio_analyzer.py to assess diversification
  3. Review concentration risk, sector exposure, and liquidity analysis
  4. Use recommendations to identify rebalancing opportunities
  5. Screen new opportunities with investment_screener.py to fill gaps

Workflow 3: Due Diligence Sprint

  1. Run due_diligence_checklist.py with target parameters
  2. Assign checklist items to team members with deadlines
  3. Score each item as investigation progresses (0-10)
  4. Re-run with --score-file to get weighted DD score
  5. Use composite score to support go/no-go decision

Reference Documentation

See references/investment-frameworks.md for detailed frameworks including:

  • Investment scoring methodology
  • Risk assessment matrix
  • Portfolio diversification guidelines
  • Due diligence phase frameworks
  • Industry-specific evaluation criteria

Common Patterns

Pattern: Investment Opportunities JSON

{
  "opportunities": [
    {
      "name": "TechCo SaaS",
      "type": "equity",
      "sector": "technology",
      "stage": "series-a",
      "amount": 250000,
      "expected_roi_pct": 25.0,
      "risk_level": "high",
      "payback_months": 36,
      "revenue": 1200000,
      "revenue_growth_pct": 85.0,
      "gross_margin_pct": 78.0,
      "burn_rate_monthly": 80000,
      "runway_months": 18
    }
  ]
}

Pattern: Portfolio Holdings JSON

{
  "portfolio": {
    "total_invested": 2000000,
    "holdings": [
      {
        "name": "Investment A",
        "type": "equity",
        "sector": "technology",
        "invested": 250000,
        "current_value": 375000,
        "date_invested": "2024-06-15",
        "stage": "series-a",
        "liquidity": "illiquid",
        "status": "active"
      }
    ]
  }
}

Risk Level Definitions

LevelExpected ReturnLoss ProbabilityTypical Payback
Low5-10%< 10%< 24 months
Medium10-20%10-30%24-48 months
High20-40%30-50%36-60 months
Very High40%+> 50%48+ months

こんな用途に最適

どんなときに使うか

Business Investment Advisor is a production-ready toolkit for screening opportunities, analyzing portfolio composition, and generating due-diligence checklists for investments sized $50K–$50M.

01 · 会議前

意思決定用のブリーフを準備

投資委員会の前に、散らばった材料を構造化した論拠にまとめます。

02 · チームのワークフロー

引き継ぎを標準化

アナリスト、ポートフォリオマネージャー、Agent の間で一貫したリサーチ成果物を作ります。

03 · リアルタイム更新

投資仮説をアップデート

新しいカタリスト、KPI の発表、決算結果を受けてシナリオを更新します。

コミュニティのメモ

使うほど良くなる設計。

この Skill が使われ、レビューされるにつれて、フィードバックがここに表示されます。

フィードバックを送る

さらに探す

関連する Skills

すべて見る
無料で始める