From asset-management
Evaluate hold, refinance, recapitalize, and sell options with forward return comparison
npx claudepluginhub firststreetai/realestate-services-plugins --plugin asset-managementThis skill uses the workspace's default tool permissions.
Evaluate strategic options for an asset -- hold, sell, refinance, or recapitalize -- by comparing forward returns under each scenario.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Evaluate strategic options for an asset -- hold, sell, refinance, or recapitalize -- by comparing forward returns under each scenario.
hold-sell-framework -- decision framework, scenario comparison methodologyunderwriting-standards (core) -- pro forma projection for hold scenariovaluation-methods (core) -- current value estimate for sell scenariounderwriting/proforma.xlsx -- original UW pro formaunderwriting/assumptions.json -- original UW assumptionsvaluation/valuation-summary.md -- prior valuation if availablestrategy/hold-sell.xlsx, hold-sell.mdhold_forward_irr, sell_forward_irr, refi_forward_irr, recommendation, current_value_estimateInvoke valuation-methods to estimate current market value using direct cap and DCF approaches. If user provides a BOV or recent appraisal, use that as primary input.
Invoke underwriting-standards to project forward cash flows for remaining hold period. Calculate forward IRR from current equity basis (current value - debt = implied equity).
Estimate net sale proceeds: disposition value - transaction costs (brokerage, legal, transfer tax) - loan payoff. Factor in tax implications (depreciation recapture, capital gains) if tax basis provided. Calculate reinvestment yield on net proceeds.
Model refinance: new loan terms, cash-out proceeds, revised CFAD. Model recapitalization: partner buyout, JV restructuring, preferred equity. Calculate forward returns under each structure.
Invoke hold-sell-framework to compare all scenarios on:
CRITICAL: All IRR and return calculations MUST use scripts/returns.py. Do NOT compute forward returns by reasoning through the math.
Generate hold-sell.xlsx with scenario comparison tabs:
Generate hold-sell.md with narrative recommendation.
Write to strategy directory and update manifest.