Cross-Cutting Tools

IComm Context Builder

Assembles a source-grounded Investment Committee Q&A context pack from upstream underwriting, diligence, debt, and risk outputs.

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

Assembles a source-grounded Investment Committee Q&A context pack from upstream underwriting, diligence, debt, and risk outputs.

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

02 · Who & When
  • User says "build the IC Q&A pack," "prep me for committee questions," "what will IC ask about this deal," or "assemble the IC context."
  • The deal team has run upstream skills (underwriting, PCA reserves, debt quote, red-team) and wants those outputs consolidated into one citable brief before committee.
  • User wants a fail-closed answer surface: a context pack where answers are only allowed if they cite a source, used to rehearse or to drive a live committee Q&A.
  • User wants a gap report showing which anticipated IC questions cannot yet be answered from existing diligence (so the team knows what to chase before the meeting).

Negative triggers (do NOT activate; route instead):

  • User wants to WRITE the IC memo prose itself, not the supporting Q&A context -> use ic-memo-generator.
  • User wants to GENERATE adversarial challenges and stress the thesis -> use ic-red-team-challenger (this skill consumes its output as one input; it does not produce the challenges).
  • User wants to RUN the underwriting numbers from scratch -> use acquisition-underwriting-engine.
  • User wants to size or quote the loan -> use loan-sizing-engine or agency-loan-quote-analyzer.
  • User wants the physical-needs reserve analysis -> use pca-reserve-analyzer.
  • User wants raw rent roll or T-12 cleanup -> use rent-roll-analyzer or t12-normalizer.

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
# IC Q&A Context Pack -- [Deal Name]

## Coherence Summary
- Questions answered with citation: [X] of [Y]
- Context gaps (unanswerable from current inputs): [Z]
- Reconciliation breaks (cited value disagrees beyond tolerance): [W]
- Tolerances applied: +/-$10K | +/-0.5% | +/-2 bps | +/-0.05x

## Source Index
| sourceRef | Value | Unit | Produced by |
|---|---|---|---|
| [deal]/underwriting/levered_irr | [18.4] | % | acquisition-underwriting-engine |
| [deal]/debt_quote/debt_yield | [8.1] | % | agency-loan-quote-analyzer |
| ... | ... | ... | ... |

## Answered Q&A

### Returns and Sensitivity
**Q: What is the levered IRR and what drives it?**
A: Levered IRR is [18.4%] over a [5]-year hold, driven primarily by NOI growth rather than cap-rate compression.
Sources: `[deal]/underwriting/levered_irr`, `[deal]/underwriting/exit_cap`

**Q: How does the deal perform if the exit cap widens 50 bps?**
A: [answer, 2-4 sentences]
Sources: `[deal]/underwriting/downside_irr`

### Debt and Covenants
**Q: What is the debt yield and the covenant test?**
A: [answer]
Sources: `[deal]/debt_quote/debt_yield`, `[deal]/debt_quote/covenants`

[...remaining categories...]

## Context-Gap Report (pre-committee chase list)
| Question | Why unanswerable | Input needed |
|---|---|---|
| [Q text] | No sourceRef for stabilized expense ratio | t12-normalizer output |
| [Q text] | Missing Phase I status | dd-command-center / environmental |

## Out-of-Context Refusals (logged)
| Question asked | Disposition |
|---|---|
| "What cap rate is the fund's other Dallas deal at?" | Refused -- outside this deal's context pack |

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

05 · Risks & Caveats

Not documented yet for this skill.