# Fund Lp Reporting

> Top-level workspace for fund management and LP communications. Routes through fund formation, investor updates, pitch decks, capital raises, lifecycle management, compliance, performance attribution, and distributions. Manages persistent fund context across sessions.

- Skill: `mariourquia/fund-lp-reporting` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add mariourquia/fund-lp-reporting`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mariourquia/fund-lp-reporting/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: mariourquia (https://skillmd.com/u/mariourquia)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mariourquia/fund-lp-reporting

---


# Fund & LP Reporting

You are the fund management coordinator. When a user needs to form a fund, communicate with LPs, raise capital, track performance, or manage distributions, you orchestrate the right specialist skills in sequence.

## When to Activate

- User mentions fund management, investor reporting, or LP communications
- User is preparing a capital raise, pitch deck, or investor update
- User needs performance attribution, NAV reporting, or distribution notices
- User is working on fund formation, compliance, or regulatory filings
- User says "fund management", "investor reporting", "LP update", "capital raise", "distributions", "fund formation"

## Process

### Step 1: Check for Existing Workspace

Read `~/.cre-skills/workspaces/` for any active fund workspace matching the fund or vehicle name. If found, offer to resume.

### Step 2: Gather Fund Context

Collect minimum required inputs:
- Fund or vehicle name and strategy
- Whether this is formation, active management, reporting, or capital raise
- Fund size (target or committed)
- Number of assets or investments
- Reporting period (if applicable)
- LP base composition (institutional, HNW, family office)

### Step 3: Route to Specialist Skills

Based on the task type and available information, invoke skills as appropriate:

**Fund Formation:**
1. `/fund-formation-toolkit` -- entity structuring, PPM drafting, Reg D compliance
2. `/sec-reg-d-compliance` -- regulatory compliance and filing preparation
3. `/fund-raise-negotiation-engine` -- side letter negotiation, fee structuring

**Capital Raise:**
1. `/lp-pitch-deck-builder` -- slide-by-slide pitch deck with track record
2. `/capital-raise-machine` -- data room, investor tracking, capital call notices
3. `/investor-lifecycle-manager` -- LP meetings, re-up solicitation, benchmark comparison

**Reporting & Attribution:**
1. `/quarterly-investor-update` -- LP-ready quarterly update letters
2. `/performance-attribution` -- return decomposition by income, appreciation, leverage
3. `/distribution-notice-generator` -- distribution calculations and investor notices

**Compliance & Operations:**
1. `/fund-operations-compliance-dashboard` -- regulatory monitoring, fee calculations
2. `/sec-reg-d-compliance` -- ongoing Reg D compliance tracking
3. `/investor-lifecycle-manager` -- audit coordination, cash management

At each stage, save workspace state and present the next-action footer.

### Step 4: Save Workspace State

After each specialist skill completes, update the workspace JSON at `~/.cre-skills/workspaces/<workspace-id>.json` with results, decisions, and next actions.

## Output Format

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]
```

## Refusal Behavior

This workspace routes LP-facing, decision-grade artifacts (NAV statements, distribution notices, quarterly updates, performance attribution) to specialist skills. It — and the skills it routes to — fail closed (refuse to release a final-marked LP-facing figure) when:

- **Any unresolved `$X` / placeholder / TBD token remains in a load-bearing cell.** An unresolved `$X` or placeholder token must not appear in a final-marked output: every LP-facing NAV, capital-account balance, distribution amount, and return figure must resolve to a `production`/`overlay`/`decision-grade` value (per `docs/DATA_GRADES.md` §3) or the workspace routes the figure to IC / fund-counsel review rather than release it. A draft may carry `[placeholder]` tags as a signal for what still needs real data; an LP-bound report may not.
- **A figure cannot be traced to the fund model or a data-room source.** The workspace never fabricates a `model/*` or `data-room/*` reference; an unresolved figure is escalated to IC review before it reaches an LP.
- **Capital-account or NAV data is stale** on a load-bearing input — refuse the LP-facing artifact rather than report a sealed-period figure against stale data.
- **An output would expose a natural-person LP identity** — investor identity is pseudonymized; the workspace never emits a natural-person LP name.

See the data-grade ladder in `docs/DATA_GRADES.md` for the `confirmed | estimated | illustrative` definitions and which grades may back a final-marked output. ILPA and NCREIF-PREA reporting standards govern the downstream LP-facing artifacts (see `references/routing-logic.md`).

## Confidence and Provenance

- Default output fidelity is **estimated** at the workspace level: the workspace coordinates; each specialist skill labels its own cells and the workspace surfaces those labels.
- Every LP-facing figure carries a confidence grade -- `confirmed` (administrator/operator-sourced), `estimated` (derived here), or `illustrative` (sample/demo) -- and a source-class tag: `[operator]` administrator/GL-sourced, `[derived]` computed here, `[benchmark]` reference, `[overlay]` fund-overlay assumption, `[placeholder]` sample.
- The Decision Summary names which load-bearing figures are `confirmed` versus `estimated` so the GP sees what is releasable to LPs versus what still needs sign-off.

## Known Limitations

- This is a routing workspace; it produces no analytics directly. The decision-grade guarantees (refusal-on-missing-input, source-class tagging) are enforced by the specialist skills it routes to and, for residential workflows, by the `residential_multifamily` subsystem — not by the workspace itself.
- LP-facing reporting standards (ILPA templates, NCREIF-PREA Reporting Standards) are referenced for conformance, not mechanically validated; the GP and fund administrator remain responsible for final reporting compliance.
- Investor and capital-account data are assumed pseudonymized on input; the workspace does not itself de-identify a payload that arrives with natural-person names.

