disposition-strategy-engine

Produces a comprehensive sell/hold/refinance analysis with market cycle positioning, tax impact quantification, marginal return on equity, buyer universe assessment, and 15 selectable disposition scenario variants (value-add MF, portfolio 1031, distressed office, sale-leaseback, and more).

6 stars

Best use case

disposition-strategy-engine is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Produces a comprehensive sell/hold/refinance analysis with market cycle positioning, tax impact quantification, marginal return on equity, buyer universe assessment, and 15 selectable disposition scenario variants (value-add MF, portfolio 1031, distressed office, sale-leaseback, and more).

Teams using disposition-strategy-engine 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/disposition-strategy-engine/SKILL.md --create-dirs "https://raw.githubusercontent.com/mariourquia/cre-skills-plugin/main/src/skills/disposition-strategy-engine/SKILL.md"

Manual Installation

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

How disposition-strategy-engine Compares

Feature / Agentdisposition-strategy-engineStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Produces a comprehensive sell/hold/refinance analysis with market cycle positioning, tax impact quantification, marginal return on equity, buyer universe assessment, and 15 selectable disposition scenario variants (value-add MF, portfolio 1031, distressed office, sale-leaseback, and more).

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

# Disposition Strategy Engine

You are a disposition decision engine. Given a property's current position, you produce a complete sell/hold/refinance analysis with return decomposition, tax friction quantification, marginal return on equity, market cycle positioning, buyer universe assessment, and scenario-specific supplements. The marginal return on equity -- not the IRR from acquisition -- is the primary decision metric: would you deploy your current equity into this asset today at these forward returns?

## When to Activate

Trigger on any of these signals:

- **Explicit**: "should we sell," "hold vs. sell," "disposition," "exit timing," "refinance analysis," "sell/hold/refi," "exit strategy"
- **Implicit**: user mentions a fund approaching end of life; user has a maturing loan and is evaluating options; user asks about the return on remaining equity; user is evaluating timing for a sale
- **Scenario-specific**: user mentions "1031," "distressed," "sale-leaseback," "partner buyout," "ground lease sale," "receivership," "auction vs. negotiated"

Do NOT trigger for: initial acquisition underwriting (use deal-underwriting-assistant), property disposition preparation/marketing (use disposition-prep-kit), or portfolio-level analysis.

## Input Schema

### Required

| Field | Type | Notes |
|---|---|---|
| `property.name` | string | Property name |
| `property.type` | enum | multifamily, office, retail, industrial, land, mixed_use |
| `property.size` | string | Units or SF |
| `property.submarket` | string | Submarket location |
| `ownership.acquisition_date` | string | Date acquired |
| `ownership.acquisition_price` | float | Original purchase price |
| `ownership.total_capex_invested` | float | Capital improvements to date |
| `ownership.cost_basis` | float | Acquisition + capex |
| `ownership.hold_period_years` | float | Years held |
| `current_performance.noi` | float | Current annual NOI |
| `current_performance.occupancy` | float | Current occupancy |
| `current_performance.current_market_value` | float | Estimated current value |
| `current_performance.current_cap_rate` | float | Implied cap rate |
| `debt.loan_balance` | float | Outstanding loan balance |
| `debt.interest_rate` | float | Current interest rate |
| `debt.maturity_date` | string | Loan maturity date |
| `debt.prepayment_penalty` | string | Description or dollar amount |

### Optional

| Field | Type | Notes |
|---|---|---|
| `scenario` | string | One of 15 scenario keys (see below) |
| `market_conditions` | object | cap_rate_trend, sales_activity, competing_listings |
| `ownership_objectives` | string | e.g., "hit return target," "redeploy capital" |
| `tax_considerations.depreciation_taken` | float | Cumulative depreciation |
| `tax_considerations.exchange_1031_interest` | boolean | 1031 exchange interest |
| `tax_considerations.state_tax_rate` | float | State capital gains rate |
| `fund_context.fund_life_remaining` | integer | Years remaining in fund |
| `fund_context.target_irr` | float | Fund target IRR |

## Process

### Step 1: Executive Summary

Current position snapshot with 3-path comparison summary:

| Path | Gross Proceeds | Tax Friction | Net Proceeds | Total Return | IRR | Equity Multiple |
|---|---|---|---|---|---|---|
| Sell Now | | | | | | |
| Hold 3-5 Years | n/a | n/a | projected | | | |
| Refinance & Hold | cash-out | n/a | ongoing | | | |

Include cycle positioning signal (SELL NOW / HOLD / WAIT / CONDITIONAL) and recommendation.

### Step 2: Return Decomposition

Break total return into four components, both historical (to date) and forward-looking (if hold):

| Component | Historical ($) | Historical (%) | Forward ($) | Forward (%) |
|---|---|---|---|---|
| Income return (cumulative CoC) | | | | |
| NOI growth appreciation | | | | |
| Cap rate movement | | | | |
| Leverage effect (paydown + spread) | | | | |
| **Total** | | **100%** | | **100%** |

This reveals whether future returns are driven by controllable factors (NOI growth) or market factors (cap rate compression).

### Step 3: 3-Path Comparison

**Path A -- Sell Now**:
- Gross sale price, selling costs (1-2%), prepayment penalty, net proceeds
- Tax computation: depreciation recapture (25% federal), capital gains (20% federal + 3.8% NIIT + state), total tax
- After-tax net proceeds
- Total return (from acquisition): cash flows + after-tax reversion
- IRR and equity multiple

**Path B -- Hold 3-5 Years**:
- Projected NOI growth, exit valuation at projected cap rate
- Total return with additional hold period
- IRR and equity multiple (from acquisition and from today)
- Key assumption: reinvestment of cash flows at specified rate

**Path C -- Refinance & Hold**:
- Cash-out refinance: 75% LTV at current market rates, 30-year amort, 5-7 year term
- Cash-out proceeds (refi proceeds minus payoff of existing debt)
- Post-refi cash-on-cash return
- Post-refi equity and projected returns
- IRR if hold additional 3-5 years post-refi
- Sensitivity to interest rate assumptions

### Step 4: Marginal Return on Equity

This is the most important analytical frame. Do not skip.

```
Current equity = Market value - Loan balance
Forward annual cash yield on current equity = Forward NOI after debt service / Current equity
Forward IRR on current equity = IRR of (Current equity out, Forward cash flows in)
```

Compare forward yield/IRR on current equity to alternative deployment at market rates. If a $2M equity position yields 4% forward CoC, and the market offers 6% on comparable risk, the equity is misallocated.

### Step 5: Tax Impact Analysis

| Tax Component | Amount | Rate | Tax |
|---|---|---|---|
| Depreciation recapture | [cumulative depreciation] | 25% (federal) | |
| Long-term capital gain | [gain above depreciation] | 20% (federal) | |
| Net investment income tax | [on total gain] | 3.8% | |
| State capital gains | [total gain] | [state rate] | |
| **Total tax on sale** | | | |
| **After-tax proceeds** | | | |

Tax cost of selling as % of equity. Breakeven additional hold return needed to justify tax friction.

**1031 Exchange Analysis** (if applicable):
- Tax deferred via exchange
- Additional purchasing power from deferred taxes
- Effective return boost (typically 200-400 bps of IRR)
- 1031 execution risk: 45-day identification, 180-day closing, QI requirements, market availability

### Step 6: Market Cycle Positioning

Assess where the asset's submarket sits in the cycle:
- **Recovery/expansion**: rising occupancy, rent growth accelerating, limited new supply. Signal: HOLD
- **Late expansion**: peak occupancy, rent growth decelerating, supply pipeline growing. Signal: SELL NOW
- **Hypersupply**: new deliveries exceeding absorption, rent growth flattening. Signal: SELL NOW (if possible)
- **Recession**: declining occupancy, negative rent growth, no new starts. Signal: WAIT

Include: months since trough (estimated), cap rate vs. 10-year average, 12-month rolling transaction volume vs. 5-year average.

### Step 7: Buyer Universe

Profile 5 likely buyer types:

| Buyer Type | Est. Cap Rate | Est. Price | Certainty of Close | Timeline | Retrade Risk | Effective Price |
|---|---|---|---|---|---|---|
| 1031 exchange buyer | | | High | 30-45 days | Low | |
| Value-add fund | | | Medium | 60-90 days | Medium | |
| REIT / institutional | | | High | 60-90 days | Low | |
| Local operator / syndicator | | | Medium | 45-60 days | High | |
| Foreign capital | | | Low-Medium | 90-120 days | Medium | |

Effective price = gross price adjusted for close probability and retrade risk. Rank by effective price.

Calibrate buyer types by property type. A 100-unit multifamily attracts different buyers than a 500K SF industrial.

### Step 8: Scenario-Specific Supplement

If a scenario is selected, add the relevant supplement:

| Scenario Key | Additional Analysis |
|---|---|
| `stabilized_value_add_mf` | Value creation story, before/after financials, renovation ROI, positioning for core + value-add buyers |
| `portfolio_1031` | Closing sequencing, price allocation by property, 1031 timing coordination, QI requirements |
| `distressed_office` | BPO with multiple methodologies, buyer universe (value-add/opportunistic/user), lender expectations |
| `sale_leaseback` | Lease term scenarios (15/20/25yr), rent vs. proceeds tradeoff, balance sheet impact |
| `off_market_approach` | Outreach strategy, preliminary valuation, seller psychology, confidential discussion framework |
| `pre_marketing_prep` | T-12 normalization, rent roll cleaning, defensible financial presentation |
| `firpta_foreign_seller` | Withholding calculation, withholding certificate strategy, refund timeline |
| `pricing_disagreement` | Valuation reconciliation, comparable adjustments, seller education |
| `1031_identification` | Replacement property sourcing, preliminary underwriting, deadline management |
| `auction_vs_negotiated` | Method comparison, expected value by method, competitive tension strategies |
| `bts_credit_sale` | Credit tenant analysis, NNN lease marketing, pre-marketing timeline |
| `partner_buyout` | Multiple valuation methods, OA analysis, buyout structuring |
| `ground_lease_sale` | Leasehold valuation, ground lease education, reversion risk |
| `receivership_sale` | Court approval process, receiver improvements, bidding procedures |
| `pre_disposition_leaseup` | Lease-up war room, stabilization timeline, marketing sprint before listing |

### Step 9: Risk Assessment

3 risks for each path:

| Path | Risk | Probability | Impact | Mitigation |
|---|---|---|---|---|
| Sell | [market timing] | | | |
| Sell | [buyer retrade] | | | |
| Sell | [tax friction] | | | |
| Hold | [NOI decline] | | | |
| Hold | [cap rate expansion] | | | |
| Hold | [debt maturity] | | | |
| Refi | [rate risk] | | | |
| Refi | [qualification] | | | |
| Refi | [market decline post-refi] | | | |

### Step 10: Recommendation

**Verdict**: SELL / HOLD / REFINANCE

3 supporting reasons. Key conditions. Implementation timeline with milestones.

## Output Format

1. Executive Summary (3-path comparison table, cycle signal, recommendation)
2. Return Decomposition (income, NOI growth, cap rate, leverage -- historical and forward)
3. 3-Path Comparison (sell/hold/refi with full metrics)
4. Marginal Return on Equity (forward yield on current equity vs. alternatives)
5. Tax Impact Analysis (recapture, cap gains, NIIT, state, 1031 if applicable)
6. Market Cycle Positioning (phase, signal, context metrics)
7. Buyer Universe (5 profiles ranked by effective price)
8. Scenario-Specific Supplement (if applicable)
9. Risk Assessment (3 risks per path)
10. Recommendation (SELL/HOLD/REFINANCE with reasons, conditions, timeline)

## Red Flags & Failure Modes

1. **Looking at IRR from acquisition instead of marginal return on current equity**: the question is not "how have we done?" but "would we deploy this equity here today?" IRR from acquisition is historical; marginal return on equity is the forward decision metric.
2. **Ignoring tax friction**: selling triggers depreciation recapture (25%), capital gains (20%+), NIIT (3.8%), and state taxes. The after-tax IRR can be 200-400 bps below pre-tax. Always show both.
3. **Sell recommendation without reinvestment assumption discipline**: if the sell recommendation depends on deploying proceeds at a higher return, specify what that return assumption is and whether it is realistic in the current market.
4. **Missing 1031 analysis when applicable**: 1031 exchanges typically add 200-400 bps to effective IRR by deferring tax. Always evaluate if the seller has exchange interest.
5. **No cycle positioning**: analyzing the asset without analyzing the market timing is the most common gap. Late-cycle sales at peak pricing look obvious in hindsight but require the discipline to evaluate in real time.
6. **Single buyer assumption**: profiling only one buyer type (e.g., "a 5.5% cap buyer") ignores the range of pricing across buyer types. The effective price (adjusted for close certainty and retrade risk) matters more than the headline cap rate.

## Chain Notes

- **Upstream**: deal-underwriting-assistant (original underwriting provides cost basis), supply-demand-forecast (market data), market-memo-generator (cycle context)
- **Downstream**: ic-memo-generator (if acquiring replacement property), lp-pitch-deck-builder (fund-level disposition results for reporting)
- **Parallel**: reit-profile-builder (portfolio-level disposition analytics)

Related Skills

tenant-retention-engine

6
from mariourquia/cre-skills-plugin

Generates comprehensive tenant retention strategies with per-tenant renewal probability scoring, retention NPV analysis, WALT impact quantification, DSCR covenant monitoring, competitive intelligence, game theory framing for multi-tenant dynamics, and blend-and-extend modeling. Includes backfill mode (lease-up war room) when retention fails. Triggers on 'tenant retention', 'lease expiration', 'renewal strategy', 'WALT', 'rollover risk', or significant lease rollover exposure.

psa-redline-strategy

6
from mariourquia/cre-skills-plugin

Analyzes a Purchase & Sale Agreement draft, identifies problematic provisions, and produces a risk-tiered redline strategy with specific markup language, negotiation talking points, and a battle plan for attorney-to-attorney negotiation. Triggers on 'review this PSA', 'redline strategy', or when a buyer receives a PSA draft from seller's counsel.

partnership-allocation-engine

6
from mariourquia/cre-skills-plugin

Structures and models Section 704(b) tax allocation provisions for real estate partnerships. Covers capital account maintenance, operating income/loss allocation, depreciation allocation, minimum gain chargeback, qualified income offset, and sale/disposition gain allocation. Includes REIT compliance testing module.

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.

leasing-strategy-marketing-planner

6
from mariourquia/cre-skills-plugin

Marketing material creation, broker event planning, TI cost benchmarking, marketing plan development, and commission structure benchmarking for Leasing Directors.

leasing-operations-engine

6
from mariourquia/cre-skills-plugin

Front-of-house leasing operations: inquiry response, tour preparation, pipeline CRM management, space readiness coordination, listing management, commission tracking, and marketing ROI analysis. Triggers on 'leasing pipeline', 'tour prep', 'inquiry response', 'leasing report', 'space availability', 'commission calc', 'marketing ROI', 'prospect follow-up', or when given leasing activity data, vacancy information, or prospect details.

lease-strategy-papering

6
from mariourquia/cre-skills-plugin

Top-level workspace for leasing workflows. Routes through tenant retention, lease-up campaigns, negotiations, rent optimization, and lease documentation. Manages persistent leasing context across sessions.

fund-raise-negotiation-engine

6
from mariourquia/cre-skills-plugin

Tracks LP-by-LP capital raise negotiations with persistent state, models fee concession impact in real-time including MFN cascade analysis, and maintains a live ledger of blended fund economics as commitments lock in. Scales from 10-LP seed funds to 300+ LP institutional raises.

disposition-prep-kit

6
from mariourquia/cre-skills-plugin

Produces a complete disposition preparation package: T-12 normalization, rent roll scrub, data room index, buyer Q&A, retrade defense, broker selection, marketing timeline, value story, and buyer targeting. Covers decision-to-sell through close.

dev-proforma-engine

6
from mariourquia/cre-skills-plugin

Builds a full ground-up development pro forma at monthly granularity from land closing through construction, lease-up, and stabilization. Produces TDC budget, monthly draw schedule with compounding interest, lease-up cash flows, development spread analysis, and a green/yellow/red go/no-go framework.

construction-procurement-contracts-engine

6
from mariourquia/cre-skills-plugin

GC selection, bid leveling, GMP/lump sum negotiation, CO compliance, punch list management, and design team evaluation for Development Managers.

annual-budget-engine

6
from mariourquia/cre-skills-plugin

Produces institutional-quality annual operating budgets with IREM/BOMA benchmarking, component-specific escalators, NOI sensitivity grids, budget-to-value linkage, reserve adequacy testing, and IC challenge Q&A. Triggers on 'build an operating budget', 'prepare next year's budget', 'benchmark property expenses', or budget season preparation.