Investor Report — Investor Report Full Pipeline
An agent team collaborates to generate financial, KPI, market, strategy, and risk sections all at once.
Execution Mode
Agent Team — 5 members communicate directly via SendMessage and perform cross-validation.
Agent Composition
| Agent |
File |
Role |
Type |
| financial-analyst |
.claude/agents/financial-analyst.md |
P&L, cash flow, financial metrics |
general-purpose |
| kpi-designer |
.claude/agents/kpi-designer.md |
KPI selection, trends, benchmarks |
general-purpose |
| market-analyst |
.claude/agents/market-analyst.md |
Industry trends, competition, regulation |
general-purpose |
| strategy-updater |
.claude/agents/strategy-updater.md |
Strategy progress, roadmap, risk, integration |
general-purpose |
| ir-reviewer |
.claude/agents/ir-reviewer.md |
Cross-validation, numerical consistency |
general-purpose |
Workflow
Phase 1: Preparation (Performed directly by orchestrator)
- Extract from user input:
- Company Information: Company name, industry, stage (startup/growth/public)
- Reporting Period: Quarterly/semi-annual/annual, target period
- Financial Data: P&L, cash flow, KPIs, etc. (file or text)
- Strategy Information (optional): Existing strategy, initiative progress
- Target Investors: VC/PE/public shareholders/creditors
- Create
_workspace/ directory at the project root
- Organize the input and save to
_workspace/00_input.md
- If existing files are provided, copy them to
_workspace/
Phase 2: Team Assembly and Execution
| Order |
Task |
Assigned To |
Dependencies |
Deliverable |
| 1a |
Financial Analysis |
financial-analyst |
None |
_workspace/01_financial_analysis.md |
| 1b |
Market Trends |
market-analyst |
None |
_workspace/03_market_trends.md |
| 2 |
KPI Dashboard |
kpi-designer |
Task 1a |
_workspace/02_kpi_dashboard.md |
| 3 |
Strategy + Risk + Integration |
strategy-updater |
Tasks 1a, 1b, 2 |
_workspace/04_strategy_update.md, _workspace/06_investor_report_final.md |
| 4 |
IR Review |
ir-reviewer |
Tasks 1a, 1b, 2, 3 |
_workspace/05_review_report.md |
Tasks 1a (Financial) and 1b (Market) are executed in parallel.
Inter-team Communication Flow:
- financial-analyst completes → delivers financial KPI data to kpi-designer, requests revenue variance factor analysis from market-analyst
- market-analyst completes → delivers benchmark data to kpi-designer, delivers implications to strategy-updater
- kpi-designer completes → delivers KPI achievement status to strategy-updater
- strategy-updater completes → delivers all documents + final integrated report to ir-reviewer
- ir-reviewer cross-validates all deliverables. If 🔴 Must Fix items are found, sends revision requests to the relevant agent → rework → re-validate (up to 2 times)
Phase 3: Integration and Final Deliverables
- Verify all files in
_workspace/
- Confirm that all 🔴 Must Fix items from the review report have been addressed
- Report the final integrated report (
06_investor_report_final.md) to the user
Execution Modes by Request Scale
| User Request Pattern |
Execution Mode |
Agents Deployed |
| "Create an investor report", "Full IR report" |
Full Pipeline |
All 5 |
| "Just do the financial analysis" |
Financial Mode |
financial-analyst + reviewer |
| "Create a KPI dashboard" |
KPI Mode |
kpi-designer + reviewer |
| "Write a market trends report" |
Market Mode |
market-analyst + reviewer |
| "Review this report" |
Review Mode |
reviewer only |
Data Transfer Protocol
| Strategy |
Method |
Purpose |
| File-based |
_workspace/ directory |
Storing and sharing main deliverables |
| Message-based |
SendMessage |
Real-time key information transfer, revision requests |
Error Handling
| Error Type |
Strategy |
| Incomplete financial data |
Perform analysis with available data, specify missing items |
| Web search failure |
Work from general market knowledge, note "data limited" |
| Agent failure |
Retry once → if still fails, proceed without that deliverable |
| 🔴 found in review |
Send revision request to the relevant agent → rework → re-validate (up to 2 times) |
| Numerical discrepancy |
Unify using financial analyst as the source of truth |
Test Scenarios
Normal Flow
Prompt: "Create a Q4 2024 investor report for a Series B SaaS startup. ARR $6M, revenue growth 120% YoY, NRR 115%, 60 employees. Primary investor is ABC Venture Capital."
Expected Results:
- Financial: SaaS-specific P&L analysis, ARR/MRR trends, cash runway
- KPI: SaaS core metrics (ARR, NRR, CAC, LTV, Rule of 40) dashboard
- Market: SaaS market trends, competitive developments
- Strategy: Growth strategy update, hiring plan, risk disclosure
- Integration: VC-targeted investor report final version
Existing File Utilization Flow
Prompt: "Create an investor report with this financial data" + Excel/CSV data attached
Expected Results:
- Financial analyst analyzes based on financial data (file reference)
- Remaining agents execute normally
- Integrated report completed
Error Flow
Prompt: "Create an investor report, revenue is $3.7M"
Expected Results:
- Insufficient financial data → request additional info (costs, growth rate, KPIs)
- If only minimal info provided, generate a general report framework
- Tag as "update needed after data supplementation"
Agent Extension Skills
Extension skills that enhance agent domain expertise:
| Agent |
Extension Skill |
Role |
| financial-analyst |
financial-ratio-analyzer |
DuPont analysis, SaaS metrics, 5 financial ratio categories |
| kpi-designer |
kpi-benchmark-engine |
Industry KPI benchmarks, SMART-R selection framework, pyramid structure |
| strategy-updater, ir-reviewer |
ir-narrative-builder |
Equity Story 5 stages, investor-type-specific narrative tone, EBITDA Bridge |
1---2name: investor-report3description: A full pipeline that systematizes investor reports into financial performance analysis, KPI dashboard, market trends, strategy updates, and risk disclosures. Use this skill for requests like 'create an investor report', 'IR report', 'quarterly report', 'shareholder report', 'earnings report', 'investor update', 'KPI dashboard', 'financial analysis report', 'business report', 'management performance', and other investor communication needs. Also supports analysis and report generation when existing financial data or KPIs are available. However, accounting audits, statutory disclosure documents, securities filings, and stock issuance operations are outside the scope of this skill.4---56# Investor Report — Investor Report Full Pipeline78An agent team collaborates to generate financial, KPI, market, strategy, and risk sections all at once.910## Execution Mode1112**Agent Team** — 5 members communicate directly via SendMessage and perform cross-validation.1314## Agent Composition1516| Agent | File | Role | Type |17|-------|------|------|------|18| financial-analyst | `.claude/agents/financial-analyst.md` | P&L, cash flow, financial metrics | general-purpose |19| kpi-designer | `.claude/agents/kpi-designer.md` | KPI selection, trends, benchmarks | general-purpose |20| market-analyst | `.claude/agents/market-analyst.md` | Industry trends, competition, regulation | general-purpose |21| strategy-updater | `.claude/agents/strategy-updater.md` | Strategy progress, roadmap, risk, integration | general-purpose |22| ir-reviewer | `.claude/agents/ir-reviewer.md` | Cross-validation, numerical consistency | general-purpose |2324## Workflow2526### Phase 1: Preparation (Performed directly by orchestrator)27281. Extract from user input:29 - **Company Information**: Company name, industry, stage (startup/growth/public)30 - **Reporting Period**: Quarterly/semi-annual/annual, target period31 - **Financial Data**: P&L, cash flow, KPIs, etc. (file or text)32 - **Strategy Information** (optional): Existing strategy, initiative progress33 - **Target Investors**: VC/PE/public shareholders/creditors342. Create `_workspace/` directory at the project root353. Organize the input and save to `_workspace/00_input.md`364. If existing files are provided, copy them to `_workspace/`3738### Phase 2: Team Assembly and Execution3940| Order | Task | Assigned To | Dependencies | Deliverable |41|-------|------|-------------|-------------|-------------|42| 1a | Financial Analysis | financial-analyst | None | `_workspace/01_financial_analysis.md` |43| 1b | Market Trends | market-analyst | None | `_workspace/03_market_trends.md` |44| 2 | KPI Dashboard | kpi-designer | Task 1a | `_workspace/02_kpi_dashboard.md` |45| 3 | Strategy + Risk + Integration | strategy-updater | Tasks 1a, 1b, 2 | `_workspace/04_strategy_update.md`, `_workspace/06_investor_report_final.md` |46| 4 | IR Review | ir-reviewer | Tasks 1a, 1b, 2, 3 | `_workspace/05_review_report.md` |4748Tasks 1a (Financial) and 1b (Market) are **executed in parallel**.4950**Inter-team Communication Flow:**51- financial-analyst completes → delivers financial KPI data to kpi-designer, requests revenue variance factor analysis from market-analyst52- market-analyst completes → delivers benchmark data to kpi-designer, delivers implications to strategy-updater53- kpi-designer completes → delivers KPI achievement status to strategy-updater54- strategy-updater completes → delivers all documents + final integrated report to ir-reviewer55- ir-reviewer cross-validates all deliverables. If 🔴 Must Fix items are found, sends revision requests to the relevant agent → rework → re-validate (up to 2 times)5657### Phase 3: Integration and Final Deliverables58591. Verify all files in `_workspace/`602. Confirm that all 🔴 Must Fix items from the review report have been addressed613. Report the final integrated report (`06_investor_report_final.md`) to the user6263## Execution Modes by Request Scale6465| User Request Pattern | Execution Mode | Agents Deployed |66|---------------------|----------------|-----------------|67| "Create an investor report", "Full IR report" | **Full Pipeline** | All 5 |68| "Just do the financial analysis" | **Financial Mode** | financial-analyst + reviewer |69| "Create a KPI dashboard" | **KPI Mode** | kpi-designer + reviewer |70| "Write a market trends report" | **Market Mode** | market-analyst + reviewer |71| "Review this report" | **Review Mode** | reviewer only |7273## Data Transfer Protocol7475| Strategy | Method | Purpose |76|----------|--------|---------|77| File-based | `_workspace/` directory | Storing and sharing main deliverables |78| Message-based | SendMessage | Real-time key information transfer, revision requests |7980## Error Handling8182| Error Type | Strategy |83|-----------|----------|84| Incomplete financial data | Perform analysis with available data, specify missing items |85| Web search failure | Work from general market knowledge, note "data limited" |86| Agent failure | Retry once → if still fails, proceed without that deliverable |87| 🔴 found in review | Send revision request to the relevant agent → rework → re-validate (up to 2 times) |88| Numerical discrepancy | Unify using financial analyst as the source of truth |8990## Test Scenarios9192### Normal Flow93**Prompt**: "Create a Q4 2024 investor report for a Series B SaaS startup. ARR $6M, revenue growth 120% YoY, NRR 115%, 60 employees. Primary investor is ABC Venture Capital."94**Expected Results**:95- Financial: SaaS-specific P&L analysis, ARR/MRR trends, cash runway96- KPI: SaaS core metrics (ARR, NRR, CAC, LTV, Rule of 40) dashboard97- Market: SaaS market trends, competitive developments98- Strategy: Growth strategy update, hiring plan, risk disclosure99- Integration: VC-targeted investor report final version100101### Existing File Utilization Flow102**Prompt**: "Create an investor report with this financial data" + Excel/CSV data attached103**Expected Results**:104- Financial analyst analyzes based on financial data (file reference)105- Remaining agents execute normally106- Integrated report completed107108### Error Flow109**Prompt**: "Create an investor report, revenue is $3.7M"110**Expected Results**:111- Insufficient financial data → request additional info (costs, growth rate, KPIs)112- If only minimal info provided, generate a general report framework113- Tag as "update needed after data supplementation"114115## Agent Extension Skills116117Extension skills that enhance agent domain expertise:118119| Agent | Extension Skill | Role |120|-------|----------------|------|121| financial-analyst | `financial-ratio-analyzer` | DuPont analysis, SaaS metrics, 5 financial ratio categories |122| kpi-designer | `kpi-benchmark-engine` | Industry KPI benchmarks, SMART-R selection framework, pyramid structure |123| strategy-updater, ir-reviewer | `ir-narrative-builder` | Equity Story 5 stages, investor-type-specific narrative tone, EBITDA Bridge |