Investor Relations & Fundraising

IC Deck Composer

Composes professional INSTITUTIONAL committee decks from source-grounded model outputs, warehouse exhibits, and memo narrative, following brand-guideline conventions (executive-summary-first, explicit decision ask, R/Y/G status, returns snapshot near the front, sources &…

build the IC deckcompose the committee deckvaluation committee deckquarterly asset review deck
Open GitHub source

No packaged download — skills install from the open-source plugin repo. Read the SKILL.md and bundled files below before you install.

How to install a skill →
01 · Problem

Composes professional INSTITUTIONAL committee decks from source-grounded model outputs, warehouse exhibits, and memo narrative, following brand-guideline conventions (executive-summary-first, explicit decision ask, R/Y/G status, returns snapshot near the front, sources &…

Derived from the skill’s “Skill description” section.

02 · Who & When

Trigger on any of these signals:

  • Explicit: "build the IC deck," "compose the committee deck," "investment committee deck," "valuation committee deck," "quarterly asset review deck," "annual business plan deck," "put the committee presentation together," "assemble the approval deck"
  • Implicit: the user has the pieces — exhibit specs (from warehouse-to-exhibit-mapper), model outputs (from acquisition-underwriting-engine), and/or memo narrative (from ic-memo-generator) — and needs them arranged into a committee-ready slide deck
  • Implicit: the user names one of the four committee contexts (transaction approval, valuation/mark, quarterly performance review, annual budget+strategy) and wants the deck for it
  • Downstream: the user finished mapping exhibits or drafting the memo and says "now put the deck together for committee"

Negative triggers (do NOT activate; redirect):

  • The user wants the IC memo PROSE — the written investment argument, the 6-section memo body, the risk register narrative, the recommendation paragraphs — not a slide deck -> use ic-memo-generator. This composer arranges slides and consumes a memo's narrative as input; it does not write the memo. If the deliverable is a document people read top-to-bottom, it is a memo, not a deck.
  • The user wants an LP-facing fundraising pitch deck (raising a fund or syndication, GP track record, fee disclosure, investor objection handling) -> use lp-pitch-deck-builder. That deck sells a fund to limited partners; this composer builds an internal/committee deck that approves a transaction, a mark, or a plan. Different audience, different purpose — do not conflate them.
  • The data and exhibits are not yet prepared (no validated datasets, no exhibit specs) -> use document-to-warehouse-pipeline then warehouse-to-exhibit-mapper first. This composer assembles prepared exhibits; it does not assemble or validate data, and it does not choose chart types from raw datasets.
  • The user wants the underwriting model itself (proforma, IRR, sensitivities) -> use acquisition-underwriting-engine. This composer presents model outputs; it does not produce them.
  • The user wants raw single-document extraction -> use document-to-data-room-extractor.

Derived from the skill’s “When to Activate” section.

03 · How It's Done Today

Not documented yet for this skill.

04 · What This Skill Changes
# Committee Deck Specification -- {deal_id}
Boundary: specified a slide deck; rendered nothing and invented no figures.
Deck family: {deck_family}   |   Length target: {length_target}   |   Brand: {brand}
Decision ask: "{decision_ask}"
Slides: {n} + appendix   |   R/Y/G dimensions: {d}   |   Modeled figures labeled: {mdl}   |   Flagged figures on committed slides: 0

## Slide Map
| # | Title | Exhibit(s) | Narrative | Layout | Status |
|---|---|---|---|---|---|
| 1 | Cover | -- | fund/asset, confidentiality | brand cover | -- |
| 2 | Executive Summary & Decision Ask | EX-3 Returns Snapshot | thesis (memo) + ASK | KPI strip + ask box | overall: GREEN |
| 3 | Opportunity / Thesis | -- | thesis detail (memo) | narrative + callout | -- |
| 4 | Deal Overview & Sources/Uses | EX-2 Sources & Uses | terms summary | table left / facts right | -- |
| 5 | Financial Snapshot | EX-1 NOI Walk, EX cash-flow | -- | waterfall + column | -- |
| 6 | Risk & Sensitivities | EX sensitivity heat-map | key risks (memo) | heat-map + risk list | returns: YELLOW |
| 7 | Recommendation | -- | recommendation (memo) | verdict + conditions | -- |
| 8 | Sources & Assumptions | assumptions table | -- | table | -- |
| A1+ | Appendix: detail tables + SOURCE MAP | all backing tables | -- | tables | -- |

## Executive Summary (front slide content)
Snapshot: Levered IRR 17.8% (modeled) | EM 1.9x (modeled) | Going-in 5.25% (calculated) | Stabilized yield 6.1% (modeled)
Thesis: "[1-2 sentence thesis from memo_narrative]"
DECISION ASK: "Approve acquisition of {asset} at $46.0M ($X/unit), 5.25% going-in, 65% LTV; equity $16.1M."
Status strip: Returns vs. underwrite GREEN | Market YELLOW | Execution GREEN

## R/Y/G Status (with thresholds)
| Dimension | Status | Threshold that set it |
|---|---|---|
| Returns vs. underwrite | GREEN | Levered IRR 17.8% >= 15% target |
| Market | YELLOW | Submarket supply pipeline +6% of inventory (watch) |
| Leasing/Execution | GREEN | In-place occupancy 93.6% >= 90% plan |

## Source Map (appendix; mechanically from exhibit provenance)
| Front-of-deck figure | Value | source_ref | classification |
|---|---|---|---|
| Going-in cap | 5.25% | data-room/T12-001#Summary + data-room/OM-001#p3 | calculated |
| In-place occupancy | 93.6% | data-room/RR-001#Detail!occupied/total | source-fact |
| Levered IRR | 17.8% | model:underwriting/levered_irr | modeled-assumption |

## Coherence Checklist
- [x] Decision ask present and in committee-vote language
- [x] Returns/metric snapshot on slide 2 (front)
- [x] Every front-of-deck figure has a source_ref in the source map
- [x] No flagged figure on a committed slide
- [x] Every modeled figure labeled "modeled"
- [ ] Comp-support slide UNFILLED -> supply comp set via warehouse-to-exhibit-mapper

## Deck Flow Narrative
The deck opens with the ask and the numbers behind it, establishes the thesis and the deal, evidences returns and downside through the financial snapshot and sensitivities, confronts risk honestly via the status strip, and closes on a conditioned recommendation — with every figure traceable in the source map.

Derived from the skill’s “Output Format” section.

05 · Risks & Caveats

Not documented yet for this skill.