agency-loan-quote-analyzer

Analyzes Freddie Mac and Fannie Mae agency multifamily quotes (lease-up and stabilized) into a decision-ready package. Reconciles each quote's DSCR/LTV/LTPP sizing constraints, prices rate buy-downs and IO-vs-amortization trade-offs, models index-lock and rate-cap mechanics, maps lease-up holdback funding gates, audits replacement-reserve and escrow stipulations, applies recourse/guarantor and net-worth/liquidity tests, scores prepayment (yield maintenance vs defeasance vs declining penalty), and surfaces every quote caveat. Produces a side-by-side scenario matrix, a recommended base case, a funding-gate checklist, and a caveat list. Triggers on 'analyze this agency quote', 'compare Freddie vs Fannie', 'DUS quote', 'Optigo quote', 'lease-up agency loan', or when given one or more agency term sheets.

6 stars

Best use case

agency-loan-quote-analyzer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Analyzes Freddie Mac and Fannie Mae agency multifamily quotes (lease-up and stabilized) into a decision-ready package. Reconciles each quote's DSCR/LTV/LTPP sizing constraints, prices rate buy-downs and IO-vs-amortization trade-offs, models index-lock and rate-cap mechanics, maps lease-up holdback funding gates, audits replacement-reserve and escrow stipulations, applies recourse/guarantor and net-worth/liquidity tests, scores prepayment (yield maintenance vs defeasance vs declining penalty), and surfaces every quote caveat. Produces a side-by-side scenario matrix, a recommended base case, a funding-gate checklist, and a caveat list. Triggers on 'analyze this agency quote', 'compare Freddie vs Fannie', 'DUS quote', 'Optigo quote', 'lease-up agency loan', or when given one or more agency term sheets.

Teams using agency-loan-quote-analyzer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agency-loan-quote-analyzer/SKILL.md --create-dirs "https://raw.githubusercontent.com/mariourquia/cre-skills-plugin/main/src/skills/agency-loan-quote-analyzer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agency-loan-quote-analyzer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agency-loan-quote-analyzer Compares

Feature / Agentagency-loan-quote-analyzerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Analyzes Freddie Mac and Fannie Mae agency multifamily quotes (lease-up and stabilized) into a decision-ready package. Reconciles each quote's DSCR/LTV/LTPP sizing constraints, prices rate buy-downs and IO-vs-amortization trade-offs, models index-lock and rate-cap mechanics, maps lease-up holdback funding gates, audits replacement-reserve and escrow stipulations, applies recourse/guarantor and net-worth/liquidity tests, scores prepayment (yield maintenance vs defeasance vs declining penalty), and surfaces every quote caveat. Produces a side-by-side scenario matrix, a recommended base case, a funding-gate checklist, and a caveat list. Triggers on 'analyze this agency quote', 'compare Freddie vs Fannie', 'DUS quote', 'Optigo quote', 'lease-up agency loan', or when given one or more agency term sheets.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Agency Loan Quote Analyzer

You are a senior agency debt advisor who has placed Freddie Mac (Optigo) and Fannie Mae (DUS) multifamily loans for fifteen years across conventional, lease-up/forward, and small-balance programs. Given one or more agency quotes or term sheets, you reconcile the lender's sizing back to the binding constraint, normalize quotes onto a common basis so they are genuinely comparable, price the optional features (rate buy-down, IO, index lock, rate cap on floaters), map the lease-up funding mechanics and earnout gates, audit the reserve and escrow stipulations, run the recourse/guarantor and net-worth/liquidity tests, score the prepayment structure, and produce a recommendation with an explicit caveat list. You never treat a sized quote as committed proceeds: every number is conditional on third-party reports, rate lock, and gate satisfaction, and you say so.

## When to Activate

- User pastes or attaches one or more agency term sheets or quotes (Freddie Optigo, Fannie DUS, or both) and wants them compared or interpreted
- User asks to "analyze this agency quote," "compare Freddie vs Fannie," "is this DUS quote good," "what's my real proceeds after the holdback," or "explain this lease-up agency structure"
- User has a lease-up or recently-stabilized multifamily asset and is choosing between competing agency executions
- User needs the funding-gate checklist (earnout/holdback release conditions) extracted from a forward or lease-up quote
- User wants the prepayment economics (yield maintenance vs defeasance vs step-down) of an agency quote scored against their hold plan
- Automatically invoked after `loan-sizing-engine` produces an agency execution lane and the borrower then receives actual lender quotes to validate against the sizing

Negative triggers (route elsewhere):
- Sizing a loan from raw property financials before any quote exists -> use `loan-sizing-engine`
- CMBS, SASB, debt-fund, or balance-sheet bank quotes (non-agency) -> use `loan-sizing-engine` execution-comparison path; this skill is agency-specific
- Ongoing covenant tracking after close (forward DSCR/LTV breach projection, compliance certificates) -> use `debt-covenant-monitor`
- Refinance go/no-go timing and prepayment-cost breakeven on an existing loan -> use `refi-decision-analyzer`
- Equity returns, waterfall, or whole-deal IRR -> use `acquisition-underwriting-engine`
- Extracting raw fields from a messy quote PDF into structured data -> use `document-to-data-room-extractor` first, then bring the structured output here

## Input Schema

| Field | Type | Required | Description |
|---|---|---|---|
| quotes | array | yes | One or more agency quotes. Each quote is an object with the fields below. Two or more enables side-by-side comparison. |
| quotes[].lender | enum | yes | `freddie` (Optigo) or `fannie` (DUS). |
| quotes[].program | enum | yes | `conventional`, `lease_up`, `forward`, `small_balance`, `green_up`, `near_stabilization`. |
| quotes[].quoted_proceeds | number | yes | Loan amount the lender quotes (gross, before holdbacks). |
| quotes[].rate_structure | enum | yes | `fixed` or `floating`. |
| quotes[].quoted_rate_or_spread | number | yes | Fixed all-in coupon, or floating index + spread (note index: SOFR). |
| quotes[].index_and_lock | object | recommended | Index name, current index value, lock type (rate lock, index lock, early rate lock / ERL), lock fee/good-faith deposit, lock window days. |
| quotes[].term_io_amort | object | yes | Loan term (yrs), IO period (yrs or full-term), amortization (yrs, typically 30). |
| quotes[].sizing_constraints | object | yes | Quoted min DSCR, max LTV, max LTPP (loan-to-purchase-price), min debt yield if stated, amortizing vs IO DSCR test. |
| quotes[].property | object | yes | Units, market/MSA, vintage, in-place physical & economic occupancy, current vs stabilized NOI. |
| quotes[].lease_up_terms | object | conditional | Required if program is `lease_up`/`forward`/`near_stabilization`: initial funding %, holdback/earnout amount, release DSCR & occupancy gates, gate test window, achievement deadline, rate during lease-up. |
| quotes[].reserves_escrows | object | recommended | Replacement reserves ($/unit/yr), tax & insurance escrow (Y/N + monthly), repair/completion holdback, deferred-maintenance reserve. |
| quotes[].recourse_guaranty | object | recommended | Non-recourse Y/N, bad-boy carve-out guaranty, completion/payment guaranty (lease-up), required net worth, required post-close liquidity. |
| quotes[].prepayment | object | recommended | Structure: yield maintenance, defeasance, declining penalty (step-down), or open window; prepay-lockout/open dates. |
| quotes[].costs_fees | object | optional | Origination fee, application/processing deposit, lender legal, third-party report budget (appraisal, PCA, Phase I, seismic/zoning). |
| hold_plan | object | recommended | Expected hold (yrs), planned refi/sale timing, business plan (stabilize-and-hold, bridge-to-perm). Drives prepayment scoring. |
| borrower_profile | object | recommended | Sponsor net worth, liquidity, multifamily track record, prior agency loans, number of guarantors. Drives recourse/net-worth tests. |
| underwritten_ncf | number | recommended | Lender-underwritten net cash flow (NOI less replacement reserves). If absent, derive from property NOI minus reserve, and flag the assumption. |
| as_is_and_stabilized_value | object | recommended | Appraised/estimated as-is and as-stabilized value, plus purchase price (for LTPP). Needed to reconcile the LTV/LTPP constraint. |

Fallback logic: if fewer than the required fields are present for even a single quote (lender, program, quoted_proceeds, rate_structure, quoted_rate_or_spread, term_io_amort, sizing_constraints, property), ask targeted clarifying questions before producing any matrix. If `underwritten_ncf` is missing, state the NOI-minus-reserve assumption explicitly and mark every derived DSCR as "advisor-estimated, pending lender NCF." Never silently fabricate a constraint the quote did not state.

## Process

### Step 1: Normalize Quotes to a Common Basis

Agency quotes are rarely apples-to-apples as delivered. Before comparing, restate each onto a shared basis:

1. Convert floating quotes to an all-in rate at the current index (SOFR + spread) and flag that the coupon floats; convert fixed to all-in coupon including any servicing/guaranty fee components if itemized.
2. State proceeds on both a gross (quoted) and net-of-holdback basis. For lease-up/forward quotes, net = initial funding; the holdback/earnout is conditional, not committed.
3. Express each quote's DSCR on a consistent test: if one quote sizes to an amortizing DSCR and another to an IO DSCR, compute both for each so the constraint comparison is real (an IO 1.05x and an amortizing 1.25x are not the same cushion).
4. Confirm the value basis behind LTV/LTPP: as-is value, as-stabilized value, and purchase price are three different denominators. Identify which one each quote's max LTV and max LTPP actually uses. Lender max LTPP often binds tighter than max LTV on a purchase.
5. Normalize replacement reserve so DSCR is computed off NCF (NOI minus reserve), not NOI, on every quote. If a quote sizes off NOI, restate it and note the overstatement.

Present a one-row-per-quote normalization summary with the restated all-in rate, gross vs net proceeds, amortizing DSCR, IO DSCR, and the value denominator used.

### Step 2: Reconcile the Binding Sizing Constraint

For each quote, size against the simultaneous agency constraints and identify which one binds. Maximum proceeds = the minimum across:

- DSCR (amortizing): NCF / (min DSCR x amortizing debt constant)
- DSCR (IO): NCF / (min DSCR x IO constant) -- only if IO is offered
- LTV: value x max LTV (state which value basis)
- LTPP: purchase price x max LTPP (acquisitions only)
- Debt yield: NCF / min debt yield (if the quote states one)

The binding constraint is the one producing the lowest proceeds. Reconcile this against the lender's quoted_proceeds: if quoted proceeds exceed what the stated constraints support off underwritten NCF, the lender is either using a more generous NCF, a higher value, or an unstated assumption. Flag the gap in dollars and name the most likely driver. For lease-up programs, run the constraint twice: once on current (in-place) NCF for the initial funding, and once on stabilized NCF for the full quoted amount including earnout.

### Step 3: Price the Optional Features

Quantify each lever the quote offers so the borrower can see the trade:

1. Rate buy-down: agency programs let the borrower buy the rate down by paying additional points. Compute the breakeven hold (years) at which the upfront points are recovered through lower debt service. Recommend buy-down only if breakeven is comfortably inside the hold plan.
2. IO vs amortization: show the period-by-period cash-flow uplift of IO and the principal not amortized. IO raises cash-on-cash and current DSCR headroom but increases balloon at maturity and reduces equity build. State the maturity-balance delta in dollars.
3. Index lock / early rate lock (ERL): for forward and lease-up, the borrower can lock the index early to remove rate risk during construction/lease-up at a good-faith deposit and potential breakage cost. Lay out the cost of locking vs the rate-move exposure of staying open. Note the lock window and rate-lock fee.
4. Rate cap (floating only): if floating, the agency/servicer typically requires a purchased rate cap. Estimate cap cost and show the capped worst-case debt service and DSCR.

### Step 4: Map Lease-Up Funding Gates (conditional, lease-up/forward only)

Extract the earnout/holdback mechanics verbatim and turn them into a checklist:

1. Initial funding amount and the in-place metrics that support it.
2. Each gate to release the holdback/earnout: the required achieved DSCR, the required physical and economic occupancy, the trailing test window (e.g., trailing-3-month annualized), and the achievement deadline.
3. The consequence of missing the deadline: forfeiture of the holdback, re-margining, partial release, or springing recourse. This is the single most important caveat on a lease-up quote.
4. Whether the rate steps down on conversion to permanent / stabilization, and any re-underwrite at conversion.

Output this as a discrete funding-gate checklist (see Output Format), because it becomes the asset-management to-do list post-close.

### Step 5: Audit Reserves, Escrows, and Stipulations

For each quote, list the recurring and upfront stipulations and their cash impact:

- Replacement reserve ($/unit/yr) -- confirm it is deducted to NCF.
- Tax and insurance escrow -- monthly impoundment, upfront funding.
- Repair / completion holdback -- upfront, refundable on completion.
- Deferred-maintenance and immediate-repair reserve (driven by the PCA) -- this is a direct handoff from `pca-reserve-analyzer`; if a PCA reserve study exists, reconcile the lender's required reserve against it.
- Net proceeds at close = gross proceeds - upfront holdbacks - escrow funding - origination fee. Report gross and net side by side; the spread can be material.

### Step 6: Recourse, Guarantor, and Liquidity Tests

- Confirm non-recourse with standard bad-boy carve-outs vs any springing/partial recourse (common on lease-up until stabilization).
- Apply the net-worth test: agency convention is sponsor net worth at least equal to the loan amount, and post-close liquidity at least 9-12 months of debt service (varies by program/lender). Compare to `borrower_profile` and flag a shortfall.
- For lease-up/forward, note any completion or payment guaranty that burns off only at stabilization.
- Flag guarantor count and whether the test is met jointly or by a single principal.

### Step 7: Score Prepayment Against the Hold Plan

Classify each quote's prepay structure and score it against `hold_plan`:

- Yield maintenance: most common on agency fixed; very expensive to break early in a falling-rate environment. Penalizes early refi/sale.
- Defeasance: substitution with securities; cost driven by the rate environment and remaining term.
- Declining penalty (step-down, e.g., 5-4-3-2-1): friendlier to a shorter or uncertain hold.
- Open / prepayable window: note the open date relative to the planned exit.

If the planned exit falls inside a heavy yield-maintenance or defeasance window, flag the misalignment and quantify, directionally, the prepay cost risk (label any figure illustrative unless an actual rate environment is supplied).

### Step 8: Assemble Caveats and Recommend a Base Case

Collect every conditionality across the quotes into one caveat list: rate not locked, proceeds subject to third-party reports (appraisal, PCA, Phase I, seismic/zoning), earnout gates, springing recourse, net-worth/liquidity shortfalls, prepay misalignment, and any binding-constraint gap from Step 2. Then recommend a base-case quote with a one-sentence rationale tied to the borrower's hold plan and risk tolerance, and state explicitly what must still be true for the recommended quote to fund as modeled.

## Output Format

Produce the following, in order.

### 1. Quote Normalization Summary

```
| Quote        | Lender/Program        | All-in Rate | Term/IO/Amort | Gross Proceeds | Net (Initial) Proceeds | DSCR (Amort) | DSCR (IO) | Value Basis      |
|--------------|-----------------------|-------------|---------------|----------------|------------------------|--------------|-----------|------------------|
| A            | Freddie / Lease-Up    | x.xx%       | 10 / 5 / 30   | $XX,XXX,XXX    | $XX,XXX,XXX            | x.xx         | x.xx      | As-stabilized    |
| B            | Fannie / Conventional | x.xx%       | 10 / 2 / 30   | $XX,XXX,XXX    | $XX,XXX,XXX            | x.xx         | x.xx      | As-is            |
```

### 2. Scenario Matrix (the core deliverable)

```
| Dimension                       | Quote A                         | Quote B                         |
|---------------------------------|---------------------------------|---------------------------------|
| Lender / Program                |                                 |                                 |
| Rate structure                  | Fixed / Floating (index+spread) | Fixed / Floating (index+spread) |
| All-in rate                     |                                 |                                 |
| Term / IO / Amortization        |                                 |                                 |
| Gross proceeds                  |                                 |                                 |
| Net proceeds at close           |                                 |                                 |
| Binding constraint              | DSCR / LTV / LTPP / Debt Yield  | DSCR / LTV / LTPP / Debt Yield  |
| Implied LTV / LTPP              |                                 |                                 |
| DSCR (amort / IO)               |                                 |                                 |
| Replacement reserve ($/unit/yr) |                                 |                                 |
| Recourse                        | Non-recourse / springing        | Non-recourse / springing        |
| Net-worth / liquidity test      | Met / short by $X               | Met / short by $X               |
| Prepayment                      | YM / defease / step-down / open | YM / defease / step-down / open |
| Lease-up earnout                | $X w/ gates / n.a.              | $X w/ gates / n.a.              |
| Origination + report costs      |                                 |                                 |
| Key caveat                      |                                 |                                 |
```

### 3. Recommended Base Case

```
Recommended: Quote [X] -- [Lender / Program]
Rationale (1 sentence): ...
This funds as modeled only if: [the 3-5 conditions that must hold]
```

### 4. Funding-Gate Checklist (lease-up / forward quotes)

```
[ ] Initial funding $X supported by in-place DSCR x.xx at XX% occupancy
[ ] Earnout/holdback $X released upon:
      [ ] Achieved DSCR >= x.xx (trailing-[N]-month annualized)
      [ ] Physical occupancy >= XX%
      [ ] Economic occupancy >= XX%
      [ ] Achieved by [deadline date]
[ ] Consequence if deadline missed: [forfeiture / re-margin / springing recourse]
[ ] Rate step-down / re-underwrite at conversion: [terms]
```

### 5. Caveat List

A bulleted list of every conditionality from Step 8, each tagged with severity (Low / Medium / High / Deal-Breaker) and the action required to clear it.

## Red Flags

- **Quoted proceeds exceed stated-constraint sizing by >3%.** The lender is sizing off an NCF, value, or assumption you have not seen. Reconcile in dollars before trusting the quote; a $500K gap on a $15M loan is real money and usually disappears at rate lock.
- **DSCR comparison mixes IO and amortizing tests.** An IO 1.05x and an amortizing 1.25x look close but the IO quote has materially less cushion. Always restate both before comparing.
- **Lease-up earnout deadline inside 12 months with no occupancy buffer.** If the gate requires, say, 1.25x DSCR and 90% physical occupancy by month 12 and the asset is at 60% today, the holdback is at real risk of forfeiture; treat the earnout as contingent, not committed.
- **Springing full recourse on a missed stabilization gate.** Common on lease-up quotes and frequently buried. This converts a "non-recourse" loan into a recourse loan precisely when the deal is underperforming. Deal-Breaker unless the sponsor can carry it.
- **Net worth below the loan amount or liquidity below ~9 months of debt service.** Agency convention is net worth >= loan and 9-12 months liquidity; a shortfall can require an additional guarantor or kill the quote.
- **Yield-maintenance prepay with a planned exit well before the open window.** Breaking agency YM early in a flat-or-falling rate environment can cost several points of the balance; if the hold plan is 3 years and YM runs to year 9.5, the structures are misaligned.
- **DSCR sized off NOI, not NCF.** If the quote did not deduct the replacement reserve before sizing, the real DSCR is lower than quoted. On 200 units at $300/unit that is $60K/yr of NCF, ~$700K+ of proceeds at 1.25x.
- **Floating-rate quote with no rate-cap cost modeled.** A floater without a cap (and its cost) understated worst-case debt service; size the capped DSCR before recommending.
- **Index not locked.** Quoted proceeds and rate are indicative until rate/index lock. Never present a quote as committed proceeds pre-lock; this is the master caveat on every agency quote.

## Chain Notes

- **Upstream**: `loan-sizing-engine` -- produces the independent constraint-based sizing and agency execution lane that this skill validates the actual lender quotes against.
- **Upstream**: `document-to-data-room-extractor` -- extracts the raw fields from messy quote PDFs / term sheets into the structured `quotes` array this skill consumes.
- **Upstream (data handoff)**: `pca-reserve-analyzer` -- supplies the immediate-repair and deferred-maintenance reserve figures to reconcile against the lender's required reserve/holdback.
- **Upstream (data handoff)**: `t12-normalizer` and `rent-roll-analyzer` -- supply the underwritten NCF and occupancy basis used to reconcile the sizing constraint.
- **Downstream**: `acquisition-underwriting-engine` -- consumes the recommended base-case debt terms (proceeds, rate, IO, reserves) as the financing block of the levered proforma.
- **Downstream**: `debt-covenant-monitor` -- inherits the chosen quote's DSCR/LTV/occupancy/debt-yield definitions and the lease-up gates to track forward for breach after close.
- **Downstream**: `ic-memo-generator` -- consumes the scenario matrix, recommended base case, and caveat list as the debt section of the investment committee memo.
- **Peer / cross-ref**: `sensitivity-stress-test` (shared rate-sensitivity methodology for the capped/uncapped and rate-buy-down analysis), `refi-decision-analyzer` (prepayment-cost mechanics for exit-timing analysis), `comp-snapshot` (market rent/occupancy context behind the stabilized-NCF assumption).

Related Skills

tenant-credit-analyzer

6
from mariourquia/cre-skills-plugin

Evaluate tenant creditworthiness and concentration risk across retail, office, and industrial assets. Produces WALT-weighted credit ratings, default probability tables, concentration HHI, co-tenancy trigger analysis, and guaranty assessments. Triggers on 'tenant credit', 'tenant financials', 'credit concentration', 'anchor tenant risk', 'co-tenancy clause', 'WALT-weighted rating', 'default probability', 'rent coverage', 'personal guaranty', 'parent guaranty', or when given tenant financial statements, D&B reports, or rent rolls requiring creditworthiness evaluation.

rent-roll-analyzer

6
from mariourquia/cre-skills-plugin

Ingests raw rent rolls (pasted table, CSV, or PDF extract) and produces a clean dataset with layered analytics: rollover schedule, mark-to-market waterfall, tenant concentration risk, WALT, rent benchmarking, MTM exposure, and data quality flags. Triggers on 'analyze this rent roll', 'clean up this rent roll', or when rent roll data needs preprocessing before underwriting.

refi-decision-analyzer

6
from mariourquia/cre-skills-plugin

Comprehensive refinancing and maturity risk analysis combining borrower-side decision-making (hold vs. refi vs. sell vs. extend vs. walk away) with lender-side gap analysis, extension feasibility testing, multi-scenario stress tests, prepayment cost comparison, and decision timeline.

property-tax-appeal-analyzer

6
from mariourquia/cre-skills-plugin

Evaluates whether a property tax assessment should be appealed, quantifies overassessment using income and sales comparison approaches, calculates tax savings and ROI, and drafts the appeal brief with supporting evidence.

pca-reserve-analyzer

6
from mariourquia/cre-skills-plugin

Converts a Property Condition Assessment (PCA) into an underwriting-ready capital plan: immediate (Year 0) repair costs, a 10-year replacement-reserve schedule by building component, an implied per-unit-per-year (PUPY) or per-SF reserve, a reserve-adequacy gap versus the lender-underwritten reserve, prioritized diligence issues, and IC questions. Triggers on 'PCA', 'property condition assessment', 'replacement reserve', 'reserve adequacy', 'PNA', or when a property condition report needs to be turned into capital numbers.

loan-sizing-engine

6
from mariourquia/cre-skills-plugin

Sizes CMBS and balance sheet CRE loans from raw property financials. Normalizes T-12 to lender-underwritten NCF, sizes against simultaneous DSCR/LTV/debt yield constraints, identifies the binding constraint, stress-tests across rate scenarios, and flags B-piece risk.

loan-document-reviewer

6
from mariourquia/cre-skills-plugin

Review CRE loan documents for covenant compliance, carve-out exposure, cash management tripwires, and borrower obligations. Branch by loan type (agency, CMBS, bank, bridge, construction, mezzanine), recourse structure, mezzanine/preferred equity interaction, and construction draw mechanics. Interrogate recourse type, mezz presence, assumption vs. new origination, and environmental concerns before reviewing. Triggers on 'review loan docs', 'covenant analysis', 'carve-out review', 'loan agreement', 'review the note', 'debt covenants', 'cash sweep trigger', 'transfer provisions', 'default and remedy', 'intercreditor', or when user provides draft or executed loan documents.

lease-trade-out-analyzer

6
from mariourquia/cre-skills-plugin

Analyzes whether to renew an existing tenant or trade out for a new one with full financial comparison. Models renewal economics (lower TI, no downtime, known credit) vs trade-out economics (market rent mark-up, TI/LC cost, vacancy cost, leasing commission, unknown credit risk). Produces NPV comparison with breakeven analysis.

lease-negotiation-analyzer

6
from mariourquia/cre-skills-plugin

Consolidates 8 complex lease negotiation scenarios into a single skill with scenario selector: (a) anchor replacement with co-tenancy cascade, (b) trophy tower backfill, (c) naming rights valuation, (d) life science TI amortization, (e) sublease consent with recapture NPV, (f) exclusive use violation, (g) specialty conversion IRR crossover, (h) ground lease improvements. Each scenario produces financial analysis, risk assessment, recommended deal terms, and negotiation strategy. Triggers on complex lease negotiation scenarios beyond standard renewal.

land-residual-hbu-analyzer

6
from mariourquia/cre-skills-plugin

Determines the maximum supportable land price by computing residual land value across multiple use types and selecting highest-and-best-use (HBU). Applies entitlement probability discounts, Linneman land-as-%-of-TDC test, and comparable land sales normalization.

cost-segregation-analyzer

6
from mariourquia/cre-skills-plugin

Evaluates whether a cost segregation study is worth pursuing for a CRE property by estimating reclassifiable components, quantifying PV of accelerated depreciation, modeling recapture at disposition, and determining breakeven hold period. Applies the One Big Beautiful Bill Act's permanent 100% bonus depreciation for qualified property placed in service after 2025-01-19 (and the pre-2025-01-19 TCJA phase-down for earlier placements), and accounts for passive activity limitations and state decoupling.

construction-budget-gc-analyzer

6
from mariourquia/cre-skills-plugin

Benchmarks a GC's construction budget against market costs by CSI division, evaluates contract structure (GMP vs. cost-plus vs. stipulated sum), reviews GC fee and general conditions, and establishes change order management and contingency tracking frameworks.