How this skill is triggered — by the user, by Claude, or both
Slash command
/private-equity:deal-screeningThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
description: Quickly screen inbound deal flow — CIMs, teasers, and broker materials — against the fund's investment criteria. Extracts key deal metrics, runs a pass/fail framework, and outputs a one-page screening memo. Use when reviewing new deal flow, triaging inbound materials, or deciding whether to take a first call. Triggers on "screen this deal", "review this CIM", "should we look at thi...
description: Quickly screen inbound deal flow — CIMs, teasers, and broker materials — against the fund's investment criteria. Extracts key deal metrics, runs a pass/fail framework, and outputs a one-page screening memo. Use when reviewing new deal flow, triaging inbound materials, or deciding whether to take a first call. Triggers on "screen this deal", "review this CIM", "should we look at this", "triage this teaser", or "deal screening".
From the provided CIM, teaser, or description, extract:
Apply the fund's investment criteria (ask user if not known):
| Criterion | Target | Actual | Pass/Fail |
|---|---|---|---|
| Revenue range | |||
| EBITDA range | |||
| EBITDA margin | |||
| Growth profile | |||
| Sector fit | |||
| Geography | |||
| Deal size / EV | |||
| Valuation (x EBITDA) | |||
| Customer concentration | |||
| Management continuity |
Provide a 3-part assessment:
One-page screening memo suitable for sharing with partners or an IC quick screen.
npx claudepluginhub changhochien/pi-financial-services --plugin private-equityGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.