Cross-Cutting Tools

AMOS IC Demo Orchestrator

Thin demo conductor that sequences the reusable CRE acquisition skills into one end-to-end Investment Committee workflow: data-room intake, document extraction, rent-roll analysis, T-12 normalization, PCA reserve analysis, agency debt analysis, full underwriting, sensitivity…

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

Thin demo conductor that sequences the reusable CRE acquisition skills into one end-to-end Investment Committee workflow: data-room intake, document extraction, rent-roll analysis, T-12 normalization, PCA reserve analysis, agency debt analysis, full underwriting, sensitivity…

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

02 · Who & When
  • User wants the full acquisition pipeline run end to end from a data room or deal package, not just one analytical step.
  • User says "run the IC workflow," "take this deal from data room to IC," "orchestrate the acquisition," "conduct the deal team," or "walk this to committee."
  • User is demonstrating the AMOS acquisition motion to a stakeholder and wants the specialist skills sequenced with visible hand-offs and review gates.
  • User has several artifacts (OM, rent roll, T-12, PCA, debt quotes) and wants them ingested, analyzed, and assembled into one IC package rather than analyzed in isolation.
  • Do NOT trigger for a single analytical task. Route directly: a fast keep/kill read goes to deal-quick-screen; building the model goes to acquisition-underwriting-engine; a standalone rent roll goes to rent-roll-analyzer; a standalone T-12 goes to t12-normalizer; debt sizing alone goes to loan-sizing-engine; a memo from an already-built model goes to ic-memo-generator; the DD plan and third-party report ordering go to dd-command-center.
  • Do NOT trigger for ongoing asset-management or portfolio monitoring after close. That is debt-covenant-monitor and the asset-management skills, not an acquisition conductor.
  • Do NOT present this as autonomous decision-making. If the user asks the orchestrator to "decide" or "approve" the deal, decline the decision, present the package, and route the approval to the human IC.

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

Produce one assembled IC package with these sections, in order. Every stage section states which skill produced it and which gate gates it.

# IC Package: {deal_name}
Property type: {property_type} | IC date: {ic_date} | Risk appetite: {risk_appetite}
Status: DRAFT for human review. The orchestrator proposes; the IC decides.

## 0. Stage Map and Gate Status
| Stage | Delegated to | Status | Gate | Gate owner | Approved? |
|---|---|---|---|---|---|
| Intake manifest        | (orchestrator)                  | done/blocked | Gate 1 | {reviewer} | yes/no |
| Document extraction     | document-to-data-room-extractor | done/skipped | -      | -          | -      |
| Rent-roll analysis      | rent-roll-analyzer              | done         | -      | -          | -      |
| T-12 normalization      | t12-normalizer                  | done         | -      | -          | -      |
| PCA reserve analysis    | pca-reserve-analyzer            | done         | -      | -          | -      |
| Agency debt analysis    | agency-loan-quote-analyzer / loan-sizing-engine | done | Gate 2 | {reviewer} | yes/no |
| Underwriting            | acquisition-underwriting-engine | done         | -      | -          | -      |
| Sensitivity / stress    | sensitivity-stress-test         | done         | -      | -          | -      |
| IC memo (draft)         | ic-memo-generator               | done         | -      | -          | -      |
| Red-team challenge      | ic-red-team-challenger          | done         | -      | -          | -      |
| Source verification     | (orchestrator)                  | done         | Gate 3 | {reviewer} | yes/no |
| IC Q&A context          | icomm-context-builder           | done         | -      | -          | -      |

## 1. Deal Snapshot
3-5 bullets: what it is, the ask, the headline base-case return, the single biggest risk. Each number cites its originating stage.

## 2. Locked Assumptions (Gate 2 output)
Revenue (rent-roll-analyzer), normalized expenses (t12-normalizer), reserves (pca-reserve-analyzer), debt (loan-sizing-engine / agency-loan-quote-analyzer). State who locked them and when.

## 3. Returns and Sensitivity
Base-case IRR / equity multiple / cash-on-cash, the two-variable grid, probability-weighted IRR, downside DSCR. Relayed verbatim from the underwriting and stress skills, not recomputed here.

## 4. Draft IC Memo
The ic-memo-generator output, marked DRAFT.

## 5. Red-Team Rebuttal
The ic-red-team-challenger critique, attached, not absorbed.

## 6. Source-Lineage Table (verification pass)
| Claim | Value | Originating skill | Originating artifact | Verified? |
Any 'no' here blocks IC submission until resolved.

## 7. IC Q&A Context
Anticipated questions, the supporting figure and its source for each.

## 8. Open Gaps and Skipped Stages
Every missing artifact, skipped stage, low-confidence extraction, or unverified claim, with its consequence.

## 9. Recommended Next Action
A proposed motion for the human IC. The orchestrator never records the decision itself.

If any required upstream output is missing, do not synthesize the assembled package. Emit the partial package, mark the blocked stage, and state precisely which input is needed and which skill or artifact supplies it.

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

05 · Risks & Caveats

Not documented yet for this skill.