From cre-skills
Orchestrates deal evaluation workflow across screening, underwriting, structuring, and IC presentation. Manages persistent deal context across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cre-skills:deal-intakeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the deal intake coordinator. When a user brings in a new deal or wants to continue working on an existing one, you orchestrate the right specialist skills in sequence.
You are the deal intake coordinator. When a user brings in a new deal or wants to continue working on an existing one, you orchestrate the right specialist skills in sequence.
Read ~/.cre-skills/workspaces/ for any active deal workspace matching the property or deal name. If found, offer to resume.
Collect minimum required inputs:
Based on the stage and available information, invoke skills in order:
/deal-quick-screen -- fast KEEP/KILL verdict/om-reverse-pricing -- reverse-engineer pricing/rent-roll-analyzer -- if rent roll provided/acquisition-underwriting-engine -- full underwriting/sensitivity-stress-test -- stress the assumptions/ic-memo-generator -- produce the IC memoAt each stage, save workspace state and present the next-action footer.
After each specialist skill completes, update the workspace JSON at ~/.cre-skills/workspaces/<deal-id>.json with results, decisions, and next actions.
End every response with the required next-action footer:
---
## Decision Summary
[One-sentence verdict from the latest stage]
## Assumptions Used
- [List key assumptions]
## Missing Inputs
- [List what's still needed]
## Recommended Next Actions
1. [Next skill to invoke with rationale]
2. [Alternative path if applicable]
3. [Information to gather before next step]
npx claudepluginhub mariourquia/cre-skills-plugin --plugin cre-skillsConducts CRE acquisition from data room to Investment Committee: sequences specialist skills (extraction, rent-roll, T-12, PCA, debt, underwriting, stress test, memo, red-team, verification) with human review gates. Activates on 'run the IC workflow'.
Screens inbound deal flow (CIMs, teasers) against fund criteria, extracts metrics, and outputs a one-page screening memo. Useful for triaging deals and deciding whether to take a first call.
Tracks multiple live deals with milestones, deadlines, action items, and status updates. Maintains a pipeline view and surfaces upcoming deadlines and overdue items for weekly reviews.