visionclaw 0.1.195-beta.0 → 0.1.195-dev.feat-e2e-test-system.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/agent/command-handlers.d.ts.map +1 -1
- package/dist/agent/command-handlers.js +17 -0
- package/dist/agent/command-handlers.js.map +1 -1
- package/dist/builtin-skills/catalog/equity-research/SKILL.md +256 -0
- package/dist/builtin-skills/catalog/financial-modeling/SKILL.md +186 -0
- package/dist/builtin-skills/catalog/investment-banking/SKILL.md +213 -0
- package/dist/builtin-skills/catalog/private-equity/SKILL.md +282 -0
- package/dist/builtin-skills/catalog/wealth-management/SKILL.md +252 -0
- package/dist/channels/interface.d.ts +9 -0
- package/dist/channels/interface.d.ts.map +1 -1
- package/dist/channels/manager.d.ts.map +1 -1
- package/dist/channels/manager.js +3 -0
- package/dist/channels/manager.js.map +1 -1
- package/dist/channels/telegram.d.ts.map +1 -1
- package/dist/channels/telegram.js +7 -1
- package/dist/channels/telegram.js.map +1 -1
- package/dist/config/types.d.ts +6 -0
- package/dist/config/types.d.ts.map +1 -1
- package/dist/config/types.js +10 -0
- package/dist/config/types.js.map +1 -1
- package/dist/e2e/artifacts.d.ts +8 -0
- package/dist/e2e/artifacts.d.ts.map +1 -0
- package/dist/e2e/artifacts.js +35 -0
- package/dist/e2e/artifacts.js.map +1 -0
- package/dist/e2e/cleanup.d.ts +8 -0
- package/dist/e2e/cleanup.d.ts.map +1 -0
- package/dist/e2e/cleanup.js +108 -0
- package/dist/e2e/cleanup.js.map +1 -0
- package/dist/e2e/cli.d.ts +4 -0
- package/dist/e2e/cli.d.ts.map +1 -0
- package/dist/e2e/cli.js +16 -0
- package/dist/e2e/cli.js.map +1 -0
- package/dist/e2e/index.d.ts +5 -0
- package/dist/e2e/index.d.ts.map +1 -0
- package/dist/e2e/index.js +4 -0
- package/dist/e2e/index.js.map +1 -0
- package/dist/e2e/local-test-server.d.ts +7 -0
- package/dist/e2e/local-test-server.d.ts.map +1 -0
- package/dist/e2e/local-test-server.js +75 -0
- package/dist/e2e/local-test-server.js.map +1 -0
- package/dist/e2e/oauth-setup-store.d.ts +28 -0
- package/dist/e2e/oauth-setup-store.d.ts.map +1 -0
- package/dist/e2e/oauth-setup-store.js +56 -0
- package/dist/e2e/oauth-setup-store.js.map +1 -0
- package/dist/e2e/parser.d.ts +4 -0
- package/dist/e2e/parser.d.ts.map +1 -0
- package/dist/e2e/parser.js +52 -0
- package/dist/e2e/parser.js.map +1 -0
- package/dist/e2e/registry.d.ts +3 -0
- package/dist/e2e/registry.d.ts.map +1 -0
- package/dist/e2e/registry.js +44 -0
- package/dist/e2e/registry.js.map +1 -0
- package/dist/e2e/reporter.d.ts +6 -0
- package/dist/e2e/reporter.d.ts.map +1 -0
- package/dist/e2e/reporter.js +56 -0
- package/dist/e2e/reporter.js.map +1 -0
- package/dist/e2e/runner.d.ts +4 -0
- package/dist/e2e/runner.d.ts.map +1 -0
- package/dist/e2e/runner.js +116 -0
- package/dist/e2e/runner.js.map +1 -0
- package/dist/e2e/setup-google-guest.d.ts +19 -0
- package/dist/e2e/setup-google-guest.d.ts.map +1 -0
- package/dist/e2e/setup-google-guest.js +205 -0
- package/dist/e2e/setup-google-guest.js.map +1 -0
- package/dist/e2e/suite-utils.d.ts +19 -0
- package/dist/e2e/suite-utils.d.ts.map +1 -0
- package/dist/e2e/suite-utils.js +60 -0
- package/dist/e2e/suite-utils.js.map +1 -0
- package/dist/e2e/suites/agent.d.ts +3 -0
- package/dist/e2e/suites/agent.d.ts.map +1 -0
- package/dist/e2e/suites/agent.js +33 -0
- package/dist/e2e/suites/agent.js.map +1 -0
- package/dist/e2e/suites/browser.d.ts +3 -0
- package/dist/e2e/suites/browser.d.ts.map +1 -0
- package/dist/e2e/suites/browser.js +58 -0
- package/dist/e2e/suites/browser.js.map +1 -0
- package/dist/e2e/suites/cua.d.ts +3 -0
- package/dist/e2e/suites/cua.d.ts.map +1 -0
- package/dist/e2e/suites/cua.js +68 -0
- package/dist/e2e/suites/cua.js.map +1 -0
- package/dist/e2e/suites/google.d.ts +3 -0
- package/dist/e2e/suites/google.d.ts.map +1 -0
- package/dist/e2e/suites/google.js +145 -0
- package/dist/e2e/suites/google.js.map +1 -0
- package/dist/e2e/suites/memory.d.ts +3 -0
- package/dist/e2e/suites/memory.d.ts.map +1 -0
- package/dist/e2e/suites/memory.js +50 -0
- package/dist/e2e/suites/memory.js.map +1 -0
- package/dist/e2e/suites/obs.d.ts +3 -0
- package/dist/e2e/suites/obs.d.ts.map +1 -0
- package/dist/e2e/suites/obs.js +29 -0
- package/dist/e2e/suites/obs.js.map +1 -0
- package/dist/e2e/suites/self.d.ts +3 -0
- package/dist/e2e/suites/self.d.ts.map +1 -0
- package/dist/e2e/suites/self.js +65 -0
- package/dist/e2e/suites/self.js.map +1 -0
- package/dist/e2e/suites/upgrade.d.ts +3 -0
- package/dist/e2e/suites/upgrade.d.ts.map +1 -0
- package/dist/e2e/suites/upgrade.js +31 -0
- package/dist/e2e/suites/upgrade.js.map +1 -0
- package/dist/e2e/types.d.ts +91 -0
- package/dist/e2e/types.d.ts.map +1 -0
- package/dist/e2e/types.js +2 -0
- package/dist/e2e/types.js.map +1 -0
- package/dist/index.js.map +1 -1
- package/dist/service/daemon.d.ts +1 -0
- package/dist/service/daemon.d.ts.map +1 -1
- package/dist/service/daemon.js +110 -15
- package/dist/service/daemon.js.map +1 -1
- package/dist/tools/upgrade.d.ts +8 -0
- package/dist/tools/upgrade.d.ts.map +1 -1
- package/dist/tools/upgrade.js +64 -8
- package/dist/tools/upgrade.js.map +1 -1
- package/dist-agent/bundle.cjs +32037 -30064
- package/package.json +1 -1
- package/dist/agent/applied-credential-signature.d.ts +0 -53
- package/dist/agent/applied-credential-signature.d.ts.map +0 -1
- package/dist/agent/applied-credential-signature.js +0 -137
- package/dist/agent/applied-credential-signature.js.map +0 -1
- package/dist/agent/engines/claude/cli-resolver.d.ts +0 -16
- package/dist/agent/engines/claude/cli-resolver.d.ts.map +0 -1
- package/dist/agent/engines/claude/cli-resolver.js +0 -83
- package/dist/agent/engines/claude/cli-resolver.js.map +0 -1
- package/dist/agent/engines/claude/session-browser-policy.d.ts +0 -9
- package/dist/agent/engines/claude/session-browser-policy.d.ts.map +0 -1
- package/dist/agent/engines/claude/session-browser-policy.js +0 -49
- package/dist/agent/engines/claude/session-browser-policy.js.map +0 -1
- package/dist/agent/engines/claude/session.d.ts +0 -304
- package/dist/agent/engines/claude/session.d.ts.map +0 -1
- package/dist/agent/engines/claude/session.js +0 -1233
- package/dist/agent/engines/claude/session.js.map +0 -1
- package/dist/agent/engines/client-factory.d.ts +0 -63
- package/dist/agent/engines/client-factory.d.ts.map +0 -1
- package/dist/agent/engines/client-factory.js +0 -382
- package/dist/agent/engines/client-factory.js.map +0 -1
- package/dist/agent/engines/engine-factory.d.ts +0 -5
- package/dist/agent/engines/engine-factory.d.ts.map +0 -1
- package/dist/agent/engines/engine-factory.js +0 -7
- package/dist/agent/engines/engine-factory.js.map +0 -1
- package/dist/agent/engines/engine.d.ts +0 -8
- package/dist/agent/engines/engine.d.ts.map +0 -1
- package/dist/agent/engines/engine.js +0 -15
- package/dist/agent/engines/engine.js.map +0 -1
- package/dist/agent/engines/openai/file-session.d.ts +0 -19
- package/dist/agent/engines/openai/file-session.d.ts.map +0 -1
- package/dist/agent/engines/openai/file-session.js +0 -78
- package/dist/agent/engines/openai/file-session.js.map +0 -1
- package/dist/agent/engines/openai/file-tools.d.ts +0 -35
- package/dist/agent/engines/openai/file-tools.d.ts.map +0 -1
- package/dist/agent/engines/openai/file-tools.js +0 -194
- package/dist/agent/engines/openai/file-tools.js.map +0 -1
- package/dist/agent/engines/openai/session.d.ts +0 -55
- package/dist/agent/engines/openai/session.d.ts.map +0 -1
- package/dist/agent/engines/openai/session.js +0 -447
- package/dist/agent/engines/openai/session.js.map +0 -1
- package/dist/agent/engines/openai/tools.d.ts +0 -15
- package/dist/agent/engines/openai/tools.d.ts.map +0 -1
- package/dist/agent/engines/openai/tools.js +0 -221
- package/dist/agent/engines/openai/tools.js.map +0 -1
- package/dist/agent/engines/pi/session.d.ts +0 -54
- package/dist/agent/engines/pi/session.d.ts.map +0 -1
- package/dist/agent/engines/pi/session.js +0 -397
- package/dist/agent/engines/pi/session.js.map +0 -1
- package/dist/agent/engines/pi/tools.d.ts +0 -19
- package/dist/agent/engines/pi/tools.d.ts.map +0 -1
- package/dist/agent/engines/pi/tools.js +0 -127
- package/dist/agent/engines/pi/tools.js.map +0 -1
- package/dist/agent/engines/session-types.d.ts +0 -153
- package/dist/agent/engines/session-types.d.ts.map +0 -1
- package/dist/agent/engines/session-types.js +0 -2
- package/dist/agent/engines/session-types.js.map +0 -1
- package/dist/agent/engines/system-prompt-log.d.ts +0 -9
- package/dist/agent/engines/system-prompt-log.d.ts.map +0 -1
- package/dist/agent/engines/system-prompt-log.js +0 -46
- package/dist/agent/engines/system-prompt-log.js.map +0 -1
- package/dist/agent/model-provider.d.ts +0 -103
- package/dist/agent/model-provider.d.ts.map +0 -1
- package/dist/agent/model-provider.js +0 -540
- package/dist/agent/model-provider.js.map +0 -1
- package/dist/agent/transcript/transcript-backfill.d.ts +0 -54
- package/dist/agent/transcript/transcript-backfill.d.ts.map +0 -1
- package/dist/agent/transcript/transcript-backfill.js +0 -604
- package/dist/agent/transcript/transcript-backfill.js.map +0 -1
- package/dist/agent/transcript/transcript-indexer.d.ts +0 -273
- package/dist/agent/transcript/transcript-indexer.d.ts.map +0 -1
- package/dist/agent/transcript/transcript-indexer.js +0 -1217
- package/dist/agent/transcript/transcript-indexer.js.map +0 -1
- package/dist/agent/transcript/transcript-memory-migrations.d.ts +0 -25
- package/dist/agent/transcript/transcript-memory-migrations.d.ts.map +0 -1
- package/dist/agent/transcript/transcript-memory-migrations.js +0 -87
- package/dist/agent/transcript/transcript-memory-migrations.js.map +0 -1
- package/dist/agent/transcript-memory-migrations.d.ts +0 -25
- package/dist/agent/transcript-memory-migrations.d.ts.map +0 -1
- package/dist/agent/transcript-memory-migrations.js +0 -87
- package/dist/agent/transcript-memory-migrations.js.map +0 -1
- package/dist/agent/tunnel-credential-handler.d.ts +0 -90
- package/dist/agent/tunnel-credential-handler.d.ts.map +0 -1
- package/dist/agent/tunnel-credential-handler.js +0 -162
- package/dist/agent/tunnel-credential-handler.js.map +0 -1
- package/dist/agent/usage/usage-backfill-handler.d.ts +0 -18
- package/dist/agent/usage/usage-backfill-handler.d.ts.map +0 -1
- package/dist/agent/usage/usage-backfill-handler.js +0 -69
- package/dist/agent/usage/usage-backfill-handler.js.map +0 -1
- package/dist/agent/usage/usage-gate.d.ts +0 -25
- package/dist/agent/usage/usage-gate.d.ts.map +0 -1
- package/dist/agent/usage/usage-gate.js +0 -83
- package/dist/agent/usage/usage-gate.js.map +0 -1
- package/dist/agent/usage/usage-handler.d.ts +0 -7
- package/dist/agent/usage/usage-handler.d.ts.map +0 -1
- package/dist/agent/usage/usage-handler.js +0 -28
- package/dist/agent/usage/usage-handler.js.map +0 -1
- package/dist/agent/usage/usage-report-builder.d.ts +0 -26
- package/dist/agent/usage/usage-report-builder.d.ts.map +0 -1
- package/dist/agent/usage/usage-report-builder.js +0 -80
- package/dist/agent/usage/usage-report-builder.js.map +0 -1
- package/dist/agent/usage/usage-report-queue.d.ts +0 -26
- package/dist/agent/usage/usage-report-queue.d.ts.map +0 -1
- package/dist/agent/usage/usage-report-queue.js +0 -199
- package/dist/agent/usage/usage-report-queue.js.map +0 -1
- package/dist/agent/usage/usage-report-types.d.ts +0 -41
- package/dist/agent/usage/usage-report-types.d.ts.map +0 -1
- package/dist/agent/usage/usage-report-types.js +0 -2
- package/dist/agent/usage/usage-report-types.js.map +0 -1
- package/dist/agent/usage/usage-reporter.d.ts +0 -31
- package/dist/agent/usage/usage-reporter.d.ts.map +0 -1
- package/dist/agent/usage/usage-reporter.js +0 -102
- package/dist/agent/usage/usage-reporter.js.map +0 -1
- package/dist/agent/usage-backfill-handler.d.ts +0 -18
- package/dist/agent/usage-backfill-handler.d.ts.map +0 -1
- package/dist/agent/usage-backfill-handler.js +0 -69
- package/dist/agent/usage-backfill-handler.js.map +0 -1
- package/dist/agent/usage-gate.d.ts +0 -25
- package/dist/agent/usage-gate.d.ts.map +0 -1
- package/dist/agent/usage-gate.js +0 -83
- package/dist/agent/usage-gate.js.map +0 -1
- package/dist/agent/usage-report-builder.d.ts +0 -26
- package/dist/agent/usage-report-builder.d.ts.map +0 -1
- package/dist/agent/usage-report-builder.js +0 -80
- package/dist/agent/usage-report-builder.js.map +0 -1
- package/dist/agent/usage-report-queue.d.ts +0 -26
- package/dist/agent/usage-report-queue.d.ts.map +0 -1
- package/dist/agent/usage-report-queue.js +0 -199
- package/dist/agent/usage-report-queue.js.map +0 -1
- package/dist/agent/usage-report-types.d.ts +0 -41
- package/dist/agent/usage-report-types.d.ts.map +0 -1
- package/dist/agent/usage-report-types.js +0 -2
- package/dist/agent/usage-report-types.js.map +0 -1
- package/dist/agent/usage-reporter.d.ts +0 -31
- package/dist/agent/usage-reporter.d.ts.map +0 -1
- package/dist/agent/usage-reporter.js +0 -102
- package/dist/agent/usage-reporter.js.map +0 -1
- package/dist/agent/wake-cycle-tool-tracker.d.ts +0 -39
- package/dist/agent/wake-cycle-tool-tracker.d.ts.map +0 -1
- package/dist/agent/wake-cycle-tool-tracker.js +0 -72
- package/dist/agent/wake-cycle-tool-tracker.js.map +0 -1
- package/dist/billing/payg-handler.d.ts +0 -29
- package/dist/billing/payg-handler.d.ts.map +0 -1
- package/dist/billing/payg-handler.js +0 -92
- package/dist/billing/payg-handler.js.map +0 -1
- package/dist/billing/payment-handler.d.ts +0 -24
- package/dist/billing/payment-handler.d.ts.map +0 -1
- package/dist/billing/payment-handler.js +0 -101
- package/dist/billing/payment-handler.js.map +0 -1
- package/dist/builtin-skills/catalog/phone-adb-automation/SKILL.md +0 -412
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_input.sh +0 -132
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_launch.sh +0 -166
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_screenshot.sh +0 -87
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_security_kbd.py +0 -174
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_setup.sh +0 -274
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_swipe.sh +0 -111
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_tap.sh +0 -87
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_ui_parse.py +0 -176
- package/dist/builtin-skills/catalog/phone-adb-automation/phone_wake_unlock.sh +0 -67
- package/dist/builtin-skills/transcribe-audio/SKILL.md +0 -122
- package/dist/data-processing/convert-demo-cli.d.ts +0 -7
- package/dist/data-processing/convert-demo-cli.d.ts.map +0 -1
- package/dist/data-processing/convert-demo-cli.js +0 -30
- package/dist/data-processing/convert-demo-cli.js.map +0 -1
- package/dist/data-processing/convert-demo.d.ts +0 -26
- package/dist/data-processing/convert-demo.d.ts.map +0 -1
- package/dist/data-processing/convert-demo.js +0 -233
- package/dist/data-processing/convert-demo.js.map +0 -1
- package/dist/obs/rdp/icons/icons/app_windows.svg +0 -4
- package/dist/obs/rdp/icons/icons/clip_get.svg +0 -4
- package/dist/obs/rdp/icons/icons/clip_send.svg +0 -4
- package/dist/obs/rdp/icons/icons/clip_shared.svg +0 -4
- package/dist/obs/rdp/icons/icons/clipboard.svg +0 -4
- package/dist/obs/rdp/icons/icons/clipboard_shared.svg +0 -4
- package/dist/obs/rdp/icons/icons/control.svg +0 -4
- package/dist/obs/rdp/icons/icons/desktop.svg +0 -4
- package/dist/obs/rdp/icons/icons/display.svg +0 -4
- package/dist/obs/rdp/icons/icons/launchpad.svg +0 -4
- package/dist/obs/rdp/icons/icons/mission_control.svg +0 -4
- package/dist/obs/rdp/icons/icons/screenshot.svg +0 -4
- package/dist/obs/rdp/icons/icons/zoom_actual.svg +0 -4
- package/dist/obs/rdp/icons/icons/zoom_fit.svg +0 -4
- package/dist/obs/rdp/icons/icons/zoom_in.svg +0 -4
- package/dist/obs/rdp/icons/icons/zoom_out.svg +0 -4
- package/dist/obs/tunnel-telemetry.d.ts +0 -46
- package/dist/obs/tunnel-telemetry.d.ts.map +0 -1
- package/dist/obs/tunnel-telemetry.js +0 -70
- package/dist/obs/tunnel-telemetry.js.map +0 -1
- package/dist/onboarding/cloudflared-cert.d.ts +0 -15
- package/dist/onboarding/cloudflared-cert.d.ts.map +0 -1
- package/dist/onboarding/cloudflared-cert.js +0 -57
- package/dist/onboarding/cloudflared-cert.js.map +0 -1
- package/dist/onboarding/playwriter-extension.d.ts +0 -19
- package/dist/onboarding/playwriter-extension.d.ts.map +0 -1
- package/dist/onboarding/playwriter-extension.js +0 -246
- package/dist/onboarding/playwriter-extension.js.map +0 -1
- package/dist/realtime/websocket.d.ts +0 -7
- package/dist/realtime/websocket.d.ts.map +0 -1
- package/dist/realtime/websocket.js +0 -65
- package/dist/realtime/websocket.js.map +0 -1
- package/dist/service/gbox-tun.d.ts +0 -14
- package/dist/service/gbox-tun.d.ts.map +0 -1
- package/dist/service/gbox-tun.js +0 -315
- package/dist/service/gbox-tun.js.map +0 -1
- package/dist/skills/installed.d.ts +0 -11
- package/dist/skills/installed.d.ts.map +0 -1
- package/dist/skills/installed.js +0 -35
- package/dist/skills/installed.js.map +0 -1
- package/dist/tools/coordinate-resolver.d.ts +0 -30
- package/dist/tools/coordinate-resolver.d.ts.map +0 -1
- package/dist/tools/coordinate-resolver.js +0 -104
- package/dist/tools/coordinate-resolver.js.map +0 -1
- package/dist/utils/playwriter-relay.d.ts +0 -9
- package/dist/utils/playwriter-relay.d.ts.map +0 -1
- package/dist/utils/playwriter-relay.js +0 -77
- package/dist/utils/playwriter-relay.js.map +0 -1
- package/dist/utils/wechat-monitor.d.ts +0 -21
- package/dist/utils/wechat-monitor.d.ts.map +0 -1
- package/dist/utils/wechat-monitor.js +0 -88
- package/dist/utils/wechat-monitor.js.map +0 -1
- package/dist-agent/realtime/assets/index.html +0 -1058
- package/dist-agent/realtime/assets/samples/alloy.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/ash.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/ballad.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/cedar.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/coral.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/echo.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/marin.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/sage.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/shimmer.mp3 +0 -0
- package/dist-agent/realtime/assets/samples/verse.mp3 +0 -0
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Use this skill for investment banking workflows — CIM drafting, teasers, buyer lists, merger models (accretion/dilution), pitch decks, process letters, company one-pagers, deal tracking, and data pack building. Triggers on: CIM, confidential information memorandum, teaser, buyer list, merger model, accretion dilution, pitch deck, process letter, one-pager, company profile, deal tracker, M&A, investment banking.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Investment Banking
|
|
6
|
+
|
|
7
|
+
Institutional-quality IB workflows adapted from [Anthropic's Financial Services reference](https://github.com/anthropics/financial-services). Covers deal materials, execution documents, and advisory workflows.
|
|
8
|
+
|
|
9
|
+
## Data Sources
|
|
10
|
+
1. **VisionClaw stock_data tool** — quotes, financials, historical data
|
|
11
|
+
2. **Web search** — SEC filings, press releases, industry reports
|
|
12
|
+
3. **User-provided data** — CIMs, financials, templates, deal terms
|
|
13
|
+
4. **MCP servers** (if configured) — FactSet, S&P Global, PitchBook, etc.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 1. Confidential Information Memorandum (CIM)
|
|
18
|
+
|
|
19
|
+
### When to Use
|
|
20
|
+
Drafting sell-side marketing documents for M&A processes.
|
|
21
|
+
|
|
22
|
+
### Structure (typically 40-60 pages)
|
|
23
|
+
1. **Executive Summary** (2-3 pages): Investment highlights, key financials, transaction overview
|
|
24
|
+
2. **Company Overview** (5-8 pages): History, business model, products/services, organizational structure
|
|
25
|
+
3. **Industry Overview** (5-8 pages): Market size, growth drivers, competitive landscape, trends
|
|
26
|
+
4. **Operations** (5-8 pages): Facilities, supply chain, technology, employees
|
|
27
|
+
5. **Customers & Sales** (3-5 pages): Customer base, go-to-market, retention, pipeline
|
|
28
|
+
6. **Management Team** (2-3 pages): Bios, org chart, depth of team
|
|
29
|
+
7. **Growth Opportunities** (3-5 pages): Organic growth, M&A, new markets, product expansion
|
|
30
|
+
8. **Financial Overview** (8-12 pages): Historical performance, projections, key metrics, quality of earnings adjustments
|
|
31
|
+
9. **Appendix**: Detailed financials, customer lists, facility details
|
|
32
|
+
|
|
33
|
+
### Key Rules
|
|
34
|
+
- Every claim must be supportable — no unsubstantiated growth projections
|
|
35
|
+
- Present the company favorably but honestly — buyers will diligence everything
|
|
36
|
+
- Financials must be audited or clearly marked as management estimates
|
|
37
|
+
- Include EBITDA adjustments/add-backs with clear documentation
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## 2. Teaser (Anonymous One-Pager)
|
|
42
|
+
|
|
43
|
+
### When to Use
|
|
44
|
+
Initial outreach to potential buyers before NDA signing.
|
|
45
|
+
|
|
46
|
+
### Format (1 page, anonymous)
|
|
47
|
+
- **Sector/subsector** (do NOT name the company)
|
|
48
|
+
- **Business description**: What the company does (generalized)
|
|
49
|
+
- **Key financial highlights**: Revenue range, EBITDA range, growth rate, margins
|
|
50
|
+
- **Investment highlights**: 3-5 bullet points on why this is attractive
|
|
51
|
+
- **Transaction overview**: Process type, timeline, management expectations
|
|
52
|
+
- **Contact**: Advisor contact information
|
|
53
|
+
|
|
54
|
+
### Rules
|
|
55
|
+
- Must NOT identify the company (no name, location specifics, or unique identifiers)
|
|
56
|
+
- Use ranges instead of exact numbers when needed for anonymity
|
|
57
|
+
- Should generate enough interest for buyer to sign NDA and request the CIM
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
## 3. Buyer List
|
|
62
|
+
|
|
63
|
+
### When to Use
|
|
64
|
+
Building the universe of potential strategic and financial acquirers.
|
|
65
|
+
|
|
66
|
+
### Structure
|
|
67
|
+
|
|
68
|
+
**Strategic Buyers:**
|
|
69
|
+
|
|
70
|
+
| Company | Rationale | Revenue | Market Cap | Recent M&A Activity | Fit Score |
|
|
71
|
+
|---------|-----------|---------|-----------|---------------------|-----------|
|
|
72
|
+
| | | | | | High/Med/Low |
|
|
73
|
+
|
|
74
|
+
**Financial Buyers (PE/Growth Equity):**
|
|
75
|
+
|
|
76
|
+
| Firm | Fund Size | Sector Focus | Recent Relevant Deals | Fit Score |
|
|
77
|
+
|------|-----------|-------------|----------------------|-----------|
|
|
78
|
+
| | | | | High/Med/Low |
|
|
79
|
+
|
|
80
|
+
### Categorization
|
|
81
|
+
- **Tier 1**: Highest probability — strong strategic fit, active acquirers, clear rationale
|
|
82
|
+
- **Tier 2**: Good fit — logical buyers but may have hurdles (size, geography, timing)
|
|
83
|
+
- **Tier 3**: Possible — tangential fit, worth contacting for competitive tension
|
|
84
|
+
|
|
85
|
+
### Analysis per Buyer
|
|
86
|
+
- Strategic rationale (revenue synergies, cost synergies, market access)
|
|
87
|
+
- Ability to pay (financial capacity, leverage capacity)
|
|
88
|
+
- Likelihood to engage (recent activity, stated strategy, management comments)
|
|
89
|
+
- Potential concerns (antitrust, cultural fit, integration complexity)
|
|
90
|
+
|
|
91
|
+
---
|
|
92
|
+
|
|
93
|
+
## 4. Merger Model (Accretion/Dilution)
|
|
94
|
+
|
|
95
|
+
### When to Use
|
|
96
|
+
M&A analysis — whether a transaction is accretive or dilutive to the acquirer's EPS.
|
|
97
|
+
|
|
98
|
+
### Workflow
|
|
99
|
+
1. **Standalone projections**: Acquirer and target P&L (revenue, EBITDA, net income, EPS)
|
|
100
|
+
2. **Transaction assumptions**: Purchase price, premium, consideration mix (cash/stock), financing
|
|
101
|
+
3. **Pro forma adjustments**:
|
|
102
|
+
- Purchase accounting (goodwill, intangible amortization)
|
|
103
|
+
- Financing costs (new debt interest, foregone cash interest)
|
|
104
|
+
- Synergies (revenue and cost, phased in over time)
|
|
105
|
+
- Tax effects
|
|
106
|
+
4. **Pro forma EPS**: Combined net income / pro forma share count
|
|
107
|
+
5. **Accretion/dilution**: (Pro forma EPS - Standalone acquirer EPS) / Standalone EPS
|
|
108
|
+
6. **Sensitivity analysis**: Accretion/dilution across different purchase prices, synergy levels, consideration mixes
|
|
109
|
+
|
|
110
|
+
### Key Metrics
|
|
111
|
+
- % accretion/dilution in Year 1, Year 2, Year 3
|
|
112
|
+
- Breakeven synergies needed for accretion
|
|
113
|
+
- Implied acquisition multiples (EV/EBITDA, EV/Revenue, P/E)
|
|
114
|
+
- Goodwill created
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## 5. Pitch Deck
|
|
119
|
+
|
|
120
|
+
### When to Use
|
|
121
|
+
Client presentations for M&A advisory, capital raising, or strategic review.
|
|
122
|
+
|
|
123
|
+
### Standard Sections
|
|
124
|
+
1. **Situation Overview**: Client context, why now, strategic rationale
|
|
125
|
+
2. **Company Snapshot**: Business overview, key financials, market position
|
|
126
|
+
3. **Valuation Analysis**: Football field showing range from multiple methodologies
|
|
127
|
+
4. **Comparable Companies**: Trading comps summary
|
|
128
|
+
5. **Precedent Transactions**: Relevant deal comps
|
|
129
|
+
6. **Process Recommendations**: Timeline, buyer universe, execution strategy
|
|
130
|
+
7. **Appendix**: Detailed financials, additional analysis
|
|
131
|
+
|
|
132
|
+
### Football Field Chart
|
|
133
|
+
Show valuation ranges from each methodology:
|
|
134
|
+
- 52-week trading range
|
|
135
|
+
- Analyst price targets
|
|
136
|
+
- Trading comps (EV/EBITDA, EV/Revenue)
|
|
137
|
+
- Precedent transactions
|
|
138
|
+
- DCF (with sensitivity range)
|
|
139
|
+
- LBO (PE affordability)
|
|
140
|
+
|
|
141
|
+
Current share price shown as a marker for reference.
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## 6. Process Letter
|
|
146
|
+
|
|
147
|
+
### When to Use
|
|
148
|
+
Formal bid instructions sent to prospective buyers in an M&A process.
|
|
149
|
+
|
|
150
|
+
### Contents
|
|
151
|
+
- Transaction description and timeline
|
|
152
|
+
- Bid submission requirements (form, content, deadline)
|
|
153
|
+
- Evaluation criteria
|
|
154
|
+
- Confidentiality and exclusivity terms
|
|
155
|
+
- Next steps and key dates
|
|
156
|
+
- Management presentation scheduling
|
|
157
|
+
- Data room access instructions
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## 7. Company One-Pager (Strip Profile)
|
|
162
|
+
|
|
163
|
+
### When to Use
|
|
164
|
+
Quick company profiles for pitch books, buyer meetings, or internal reference.
|
|
165
|
+
|
|
166
|
+
### Format (1 page)
|
|
167
|
+
- **Company name, ticker, sector**
|
|
168
|
+
- **Business description** (2-3 sentences)
|
|
169
|
+
- **Key financials**: Revenue, EBITDA, margins, growth, EV, market cap
|
|
170
|
+
- **Valuation multiples**: EV/Revenue, EV/EBITDA, P/E
|
|
171
|
+
- **Ownership**: Top shareholders, insider ownership %
|
|
172
|
+
- **Recent developments**: 2-3 key events
|
|
173
|
+
- **Key strengths/risks**: 2-3 bullets each
|
|
174
|
+
|
|
175
|
+
---
|
|
176
|
+
|
|
177
|
+
## 8. Deal Tracker
|
|
178
|
+
|
|
179
|
+
### When to Use
|
|
180
|
+
Tracking live deals, milestones, and action items across an active M&A pipeline.
|
|
181
|
+
|
|
182
|
+
### Format
|
|
183
|
+
|
|
184
|
+
| Deal Name | Stage | Key Dates | Next Milestone | Owner | Status | Notes |
|
|
185
|
+
|-----------|-------|-----------|---------------|-------|--------|-------|
|
|
186
|
+
| | IOI/LOI/DD/Signing/Close | | | | On Track/At Risk/Delayed | |
|
|
187
|
+
|
|
188
|
+
Track: buyer interactions, bid rounds, diligence progress, regulatory filings, integration planning.
|
|
189
|
+
|
|
190
|
+
---
|
|
191
|
+
|
|
192
|
+
## 9. Data Pack Builder
|
|
193
|
+
|
|
194
|
+
### When to Use
|
|
195
|
+
Building standardized financial data packs from CIMs, offering memorandums, SEC filings, or other sources for IC review.
|
|
196
|
+
|
|
197
|
+
### Workflow
|
|
198
|
+
1. **Ingest source materials**: CIM pages, SEC filings, web data
|
|
199
|
+
2. **Extract financials**: Revenue, EBITDA, margins, capex, working capital
|
|
200
|
+
3. **Normalize**: Standard format across companies, consistent accounting treatment
|
|
201
|
+
4. **Quality of Earnings adjustments**: Add-backs, one-time items, run-rate adjustments
|
|
202
|
+
5. **Output**: Standardized Excel workbook with documented sources
|
|
203
|
+
|
|
204
|
+
---
|
|
205
|
+
|
|
206
|
+
## General IB Standards
|
|
207
|
+
- Every number must trace to a source document
|
|
208
|
+
- Professional formatting: consistent fonts, colors, decimal precision
|
|
209
|
+
- All deal-sensitive materials must be clearly marked confidential
|
|
210
|
+
- Financials must balance and tie across all materials
|
|
211
|
+
- When in doubt, ask the user — assumptions on deal terms can be costly
|
|
212
|
+
|
|
213
|
+
*Adapted from Anthropic Financial Services (Apache 2.0). No paid data subscriptions required.*
|
|
@@ -0,0 +1,282 @@
|
|
|
1
|
+
---
|
|
2
|
+
description: Use this skill for private equity workflows — deal sourcing, deal screening, due diligence checklists, DD meeting prep, unit economics analysis, returns analysis (IRR/MOIC), IC memos, portfolio monitoring, value creation plans, and AI readiness assessments. Triggers on: PE, private equity, deal sourcing, deal screening, due diligence, DD checklist, IC memo, investment committee, portfolio monitoring, IRR, MOIC, returns analysis, unit economics, value creation, 100-day plan.
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Private Equity
|
|
6
|
+
|
|
7
|
+
PE workflow skills adapted from [Anthropic's Financial Services reference](https://github.com/anthropics/financial-services). Covers the full deal lifecycle from sourcing through portfolio operations.
|
|
8
|
+
|
|
9
|
+
## Data Sources
|
|
10
|
+
1. **VisionClaw stock_data tool** — public market data for comparable analysis
|
|
11
|
+
2. **Web search** — industry reports, company websites, press releases, databases
|
|
12
|
+
3. **User-provided data** — CIMs, data room documents, portfolio reports
|
|
13
|
+
4. **MCP servers** (if configured) — PitchBook, Chronograph, FactSet, etc.
|
|
14
|
+
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
## 1. Deal Sourcing
|
|
18
|
+
|
|
19
|
+
### When to Use
|
|
20
|
+
Discovering companies, building target lists, drafting outreach for acquisition targets.
|
|
21
|
+
|
|
22
|
+
### Workflow
|
|
23
|
+
1. **Define criteria**: Sector, size (revenue/EBITDA range), geography, deal type (platform vs add-on)
|
|
24
|
+
2. **Build target list**:
|
|
25
|
+
- Industry databases and web research
|
|
26
|
+
- Conference attendee lists, trade association members
|
|
27
|
+
- Competitor analysis of existing portfolio companies
|
|
28
|
+
3. **Prioritize**: Score each target on fit, attractiveness, likelihood of transaction
|
|
29
|
+
4. **Draft outreach**: Founder/CEO intro emails, broker relationship outreach
|
|
30
|
+
5. **Track pipeline**: Maintain deal flow log with status and next steps
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## 2. Deal Screening
|
|
35
|
+
|
|
36
|
+
### When to Use
|
|
37
|
+
Quick pass/fail on inbound deal flow — CIMs, teasers, broker materials. Should take minutes, not hours.
|
|
38
|
+
|
|
39
|
+
### Screening Table
|
|
40
|
+
|
|
41
|
+
| Criterion | Target | Actual | Pass/Fail |
|
|
42
|
+
|-----------|--------|--------|-----------|
|
|
43
|
+
| Revenue range | | | |
|
|
44
|
+
| EBITDA range | | | |
|
|
45
|
+
| EBITDA margin | | | |
|
|
46
|
+
| Growth profile | | | |
|
|
47
|
+
| Sector fit | | | |
|
|
48
|
+
| Geography | | | |
|
|
49
|
+
| Deal size / EV | | | |
|
|
50
|
+
| Valuation (x EBITDA) | | | |
|
|
51
|
+
| Customer concentration | | | |
|
|
52
|
+
| Management continuity | | | |
|
|
53
|
+
|
|
54
|
+
### Output: One-Page Screening Memo
|
|
55
|
+
1. **Verdict**: Pass / Further Diligence / Hard Pass
|
|
56
|
+
2. **Bull case**: 2-3 bullets — why this could be a good deal
|
|
57
|
+
3. **Bear case**: 2-3 bullets — key risks and concerns
|
|
58
|
+
4. **Key questions**: What you'd need to answer on a first call
|
|
59
|
+
|
|
60
|
+
### Rules
|
|
61
|
+
- Be direct about red flags — don't bury concerns
|
|
62
|
+
- Flag inconsistent or incomplete financials explicitly
|
|
63
|
+
- Save screening criteria in memory for future deals once confirmed
|
|
64
|
+
|
|
65
|
+
---
|
|
66
|
+
|
|
67
|
+
## 3. Due Diligence Checklist
|
|
68
|
+
|
|
69
|
+
### When to Use
|
|
70
|
+
Organizing and tracking diligence workstreams after signing LOI.
|
|
71
|
+
|
|
72
|
+
### Workstreams
|
|
73
|
+
|
|
74
|
+
**Commercial DD**
|
|
75
|
+
- [ ] Market size and growth validation
|
|
76
|
+
- [ ] Customer interviews (10-15 reference calls)
|
|
77
|
+
- [ ] Competitive positioning and win/loss analysis
|
|
78
|
+
- [ ] Pipeline and backlog verification
|
|
79
|
+
- [ ] Pricing power and contract analysis
|
|
80
|
+
- [ ] Customer concentration and churn
|
|
81
|
+
|
|
82
|
+
**Financial DD**
|
|
83
|
+
- [ ] Quality of earnings analysis
|
|
84
|
+
- [ ] Revenue recognition review
|
|
85
|
+
- [ ] Working capital normalization
|
|
86
|
+
- [ ] Capex vs maintenance capex split
|
|
87
|
+
- [ ] Pro forma adjustments validation
|
|
88
|
+
- [ ] Tax structure review
|
|
89
|
+
|
|
90
|
+
**Legal DD**
|
|
91
|
+
- [ ] Corporate structure and entity review
|
|
92
|
+
- [ ] Material contracts review
|
|
93
|
+
- [ ] Litigation and regulatory review
|
|
94
|
+
- [ ] IP ownership and protection
|
|
95
|
+
- [ ] Employment agreements and key person risk
|
|
96
|
+
- [ ] Insurance coverage adequacy
|
|
97
|
+
|
|
98
|
+
**Operational DD**
|
|
99
|
+
- [ ] Technology and systems assessment
|
|
100
|
+
- [ ] Key employee retention risk
|
|
101
|
+
- [ ] Facility and capacity review
|
|
102
|
+
- [ ] Supply chain and vendor dependencies
|
|
103
|
+
- [ ] Cybersecurity and data privacy
|
|
104
|
+
- [ ] Integration readiness
|
|
105
|
+
|
|
106
|
+
Track: responsible party, status, key findings, red flags, due date.
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## 4. DD Meeting Prep
|
|
111
|
+
|
|
112
|
+
### When to Use
|
|
113
|
+
Preparing for management presentations, expert calls, or customer reference calls.
|
|
114
|
+
|
|
115
|
+
### Management Presentation Prep
|
|
116
|
+
1. **Background**: Company summary, deal context, what we know so far
|
|
117
|
+
2. **Key questions by topic**: Financial, operational, strategic, management
|
|
118
|
+
3. **Red flags to probe**: Issues identified in screening or early DD
|
|
119
|
+
4. **Information requests**: Specific data/documents to request
|
|
120
|
+
5. **Assessment criteria**: What does "good" look like on each topic?
|
|
121
|
+
|
|
122
|
+
### Expert Call Prep
|
|
123
|
+
1. **Expert background**: Who they are, why they're relevant
|
|
124
|
+
2. **Industry questions**: Market dynamics, trends, competitive positioning
|
|
125
|
+
3. **Company-specific questions**: Reputation, strengths/weaknesses vs peers
|
|
126
|
+
4. **Diligence questions**: Areas where we need third-party validation
|
|
127
|
+
|
|
128
|
+
---
|
|
129
|
+
|
|
130
|
+
## 5. Unit Economics Analysis
|
|
131
|
+
|
|
132
|
+
### When to Use
|
|
133
|
+
Evaluating revenue quality — ARR cohorts, LTV/CAC, net retention, payback periods. Critical for SaaS, subscription, and recurring revenue businesses.
|
|
134
|
+
|
|
135
|
+
### Key Metrics Framework
|
|
136
|
+
|
|
137
|
+
**Acquisition Economics**
|
|
138
|
+
- Customer Acquisition Cost (CAC): Sales & marketing / new customers
|
|
139
|
+
- CAC Payback Period: CAC / (monthly revenue per customer × gross margin)
|
|
140
|
+
- Sales efficiency: Net new ARR / S&M spend
|
|
141
|
+
|
|
142
|
+
**Retention Economics**
|
|
143
|
+
- Gross Revenue Retention (GRR): (Beginning ARR - Churn - Contraction) / Beginning ARR
|
|
144
|
+
- Net Revenue Retention (NRR): (Beginning ARR - Churn - Contraction + Expansion) / Beginning ARR
|
|
145
|
+
- Logo retention rate: Retained customers / beginning customers
|
|
146
|
+
|
|
147
|
+
**Lifetime Value**
|
|
148
|
+
- LTV = ARPU × Gross Margin × (1 / Churn Rate)
|
|
149
|
+
- LTV/CAC ratio (target: >3x)
|
|
150
|
+
- Revenue quality score: NRR × GRR × growth rate
|
|
151
|
+
|
|
152
|
+
**Cohort Analysis**
|
|
153
|
+
- Revenue by cohort vintage (monthly or quarterly)
|
|
154
|
+
- Retention curves by cohort
|
|
155
|
+
- Expansion revenue by cohort
|
|
156
|
+
- Time to break-even by cohort
|
|
157
|
+
|
|
158
|
+
---
|
|
159
|
+
|
|
160
|
+
## 6. Returns Analysis
|
|
161
|
+
|
|
162
|
+
### When to Use
|
|
163
|
+
IRR/MOIC sensitivity analysis for investment decisions.
|
|
164
|
+
|
|
165
|
+
### Framework
|
|
166
|
+
1. **Entry assumptions**: Purchase price, EV/EBITDA multiple, leverage
|
|
167
|
+
2. **Operating scenarios**: Base, upside, downside
|
|
168
|
+
- Revenue growth trajectory
|
|
169
|
+
- Margin expansion/compression
|
|
170
|
+
- Working capital and capex
|
|
171
|
+
3. **Exit assumptions**: Exit year (typically 3-5), exit multiple
|
|
172
|
+
4. **Returns calculation**:
|
|
173
|
+
- Entry equity = EV - Net Debt
|
|
174
|
+
- Exit equity = Exit EV - Exit Net Debt
|
|
175
|
+
- MOIC = Exit equity / Entry equity
|
|
176
|
+
- IRR = annualized return
|
|
177
|
+
5. **Sensitivity tables** (5×5, ODD dimensions):
|
|
178
|
+
- Entry multiple vs Exit multiple → IRR
|
|
179
|
+
- Revenue growth vs Margin expansion → MOIC
|
|
180
|
+
- Leverage vs Exit multiple → IRR
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
## 7. Investment Committee Memo
|
|
185
|
+
|
|
186
|
+
### When to Use
|
|
187
|
+
Formal recommendation memo for IC deal approval.
|
|
188
|
+
|
|
189
|
+
### Structure
|
|
190
|
+
|
|
191
|
+
**I. Executive Summary** (1 page)
|
|
192
|
+
- Company description, deal rationale, key terms
|
|
193
|
+
- Recommendation and headline returns (base case IRR/MOIC)
|
|
194
|
+
- Top 3 risks and mitigants
|
|
195
|
+
|
|
196
|
+
**II. Company Overview** (1-2 pages)
|
|
197
|
+
- Business description, products/services, customers
|
|
198
|
+
- Competitive positioning, management team
|
|
199
|
+
|
|
200
|
+
**III. Industry & Market** (1 page)
|
|
201
|
+
- Market size/growth, competitive landscape, secular trends
|
|
202
|
+
|
|
203
|
+
**IV. Financial Analysis** (2-3 pages)
|
|
204
|
+
- Historical performance, quality of earnings, key drivers
|
|
205
|
+
|
|
206
|
+
**V. Investment Thesis** (1 page)
|
|
207
|
+
- 3-5 pillars of the investment thesis
|
|
208
|
+
- Value creation levers (organic growth, margin expansion, M&A, multiple expansion)
|
|
209
|
+
- 100-day priorities
|
|
210
|
+
|
|
211
|
+
**VI. Deal Terms & Structure** (1 page)
|
|
212
|
+
- EV, implied multiples, sources & uses, capital structure
|
|
213
|
+
|
|
214
|
+
**VII. Returns Analysis** (1 page)
|
|
215
|
+
- Base/upside/downside IRR and MOIC
|
|
216
|
+
- Sensitivity analysis
|
|
217
|
+
|
|
218
|
+
**VIII. Risk Factors** (1 page)
|
|
219
|
+
- Ranked by severity × likelihood, with mitigants
|
|
220
|
+
- Deal-breaker risks (if any)
|
|
221
|
+
|
|
222
|
+
**IX. Recommendation**
|
|
223
|
+
- Proceed / Pass / Conditional proceed
|
|
224
|
+
- Key conditions or next steps
|
|
225
|
+
|
|
226
|
+
### Rules
|
|
227
|
+
- Be factual and balanced — present both bull and bear honestly
|
|
228
|
+
- Don't minimize risks — IC members will find them; credibility matters
|
|
229
|
+
- Financial tables must tie (EBITDA bridges, S&U balances, returns math)
|
|
230
|
+
- Ask for missing inputs rather than assuming deal terms
|
|
231
|
+
|
|
232
|
+
---
|
|
233
|
+
|
|
234
|
+
## 8. Portfolio Monitoring
|
|
235
|
+
|
|
236
|
+
### When to Use
|
|
237
|
+
Tracking portfolio company KPIs and performance vs plan.
|
|
238
|
+
|
|
239
|
+
### Dashboard Format
|
|
240
|
+
|
|
241
|
+
| Company | Vintage | Entry EV | Current EV | MOIC | Revenue (Act vs Plan) | EBITDA (Act vs Plan) | Status |
|
|
242
|
+
|---------|---------|---------|-----------|------|----------------------|---------------------|--------|
|
|
243
|
+
| | | | | | | | Green/Yellow/Red |
|
|
244
|
+
|
|
245
|
+
Per company: Revenue, EBITDA, margin, cash flow, debt paydown, key initiative status.
|
|
246
|
+
Flag variances >10% from plan. Require management commentary on yellows/reds.
|
|
247
|
+
|
|
248
|
+
---
|
|
249
|
+
|
|
250
|
+
## 9. Value Creation Plan / 100-Day Plan
|
|
251
|
+
|
|
252
|
+
### When to Use
|
|
253
|
+
Post-close operational improvement planning.
|
|
254
|
+
|
|
255
|
+
### Structure
|
|
256
|
+
1. **Revenue levers**: Pricing, cross-sell, new markets, sales force expansion
|
|
257
|
+
2. **Margin levers**: Procurement optimization, operational efficiency, automation
|
|
258
|
+
3. **Strategic levers**: M&A (buy-and-build), geographic expansion, new products
|
|
259
|
+
4. **Organizational**: Key hires, management upgrades, board composition
|
|
260
|
+
5. **EBITDA bridge**: Current EBITDA → +Revenue initiatives → +Cost savings → Target EBITDA
|
|
261
|
+
|
|
262
|
+
Timeline: 30/60/90-day milestones with owners and KPIs.
|
|
263
|
+
|
|
264
|
+
---
|
|
265
|
+
|
|
266
|
+
## 10. AI Readiness Assessment
|
|
267
|
+
|
|
268
|
+
### When to Use
|
|
269
|
+
Evaluating a portfolio company's readiness to adopt AI for operational improvement.
|
|
270
|
+
|
|
271
|
+
### Assessment Areas
|
|
272
|
+
- Data infrastructure and quality
|
|
273
|
+
- Current technology stack
|
|
274
|
+
- Team capabilities and AI literacy
|
|
275
|
+
- Use case identification and prioritization
|
|
276
|
+
- Vendor landscape and build-vs-buy decisions
|
|
277
|
+
- ROI estimation for top use cases
|
|
278
|
+
- Implementation roadmap
|
|
279
|
+
|
|
280
|
+
---
|
|
281
|
+
|
|
282
|
+
*Adapted from Anthropic Financial Services (Apache 2.0). No paid data subscriptions required.*
|