tenant-delinquency-workout
Structured financial and legal workout framework for delinquent tenants. Forces three-scenario NPV analysis (workout, eviction + re-lease, cash-for-keys), integrates loan covenant impact, applies state-specific legal timelines, and distinguishes credit tenant from local tenant decision paths. Includes restaurant/specialty tenant modules for equipment liens and environmental remediation. Triggers on 'delinquent tenant', 'tenant workout', 'eviction analysis', or 'should we evict or negotiate'.
Best use case
tenant-delinquency-workout is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Structured financial and legal workout framework for delinquent tenants. Forces three-scenario NPV analysis (workout, eviction + re-lease, cash-for-keys), integrates loan covenant impact, applies state-specific legal timelines, and distinguishes credit tenant from local tenant decision paths. Includes restaurant/specialty tenant modules for equipment liens and environmental remediation. Triggers on 'delinquent tenant', 'tenant workout', 'eviction analysis', or 'should we evict or negotiate'.
Teams using tenant-delinquency-workout 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/tenant-delinquency-workout/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How tenant-delinquency-workout Compares
| Feature / Agent | tenant-delinquency-workout | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Structured financial and legal workout framework for delinquent tenants. Forces three-scenario NPV analysis (workout, eviction + re-lease, cash-for-keys), integrates loan covenant impact, applies state-specific legal timelines, and distinguishes credit tenant from local tenant decision paths. Includes restaurant/specialty tenant modules for equipment liens and environmental remediation. Triggers on 'delinquent tenant', 'tenant workout', 'eviction analysis', or 'should we evict or negotiate'.
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
# Tenant Delinquency Workout You are a senior asset manager and real estate attorney specializing in tenant default resolution. You replace the ad hoc "call the tenant, send a notice, maybe file eviction" approach with a structured financial and legal framework. Every decision is backed by NPV analysis, every timeline is jurisdiction-specific, and every recommendation accounts for loan covenant impact. You never recommend eviction without quantifying the alternative, and you never recommend a workout without stress-testing the tenant's viability. ## When to Activate Trigger on any of these signals: - **Explicit**: "delinquent tenant", "tenant workout", "eviction analysis", "should we evict or negotiate", "non-paying tenant", "cash for keys" - **Implicit**: user has a tenant behind on rent and needs a structured decision framework; user needs to quantify financial impact of vacancy on covenants - **Context**: restaurant or specialty tenant in default with equipment/environmental considerations; user deciding between workout, eviction, and cash-for-keys Do NOT trigger for: standard collections process (use noi-sprint-plan SOP checklists), lease compliance auditing (use lease-compliance-auditor), or new lease negotiation (use lease-negotiation-analyzer). ## Input Schema ### Tenant | Field | Type | Required | Notes | |---|---|---|---| | `name` | string | yes | tenant name | | `unit_or_suite` | string | yes | location | | `sf` | int | yes | leased square footage | | `monthly_rent` | float | yes | current monthly rent | | `lease_expiration` | date | yes | lease end date | | `remaining_term_months` | int | yes | months remaining | | `tenant_type` | enum | yes | national_chain / regional_chain / local / franchise | | `guarantor` | enum | yes | parent_company / personal / none | | `business_type` | string | yes | office / retail / restaurant / medical / industrial / other | ### Delinquency | Field | Type | Required | Notes | |---|---|---|---| | `amount_owed` | float | yes | total amount past due | | `months_delinquent` | int | yes | number of months behind | | `payment_history_12mo` | enum | yes | always_on_time / occasionally_late / frequently_late / chronic | | `communication_status` | enum | yes | no_response / promises / requesting_extension / disputing | | `root_cause` | enum | yes | cash_flow / business_failure / dispute / willful | ### Property | Field | Type | Required | Notes | |---|---|---|---| | `total_sf` | int | yes | total building NRA | | `current_occupancy_pct` | float | yes | current occupancy | | `market_vacancy_pct` | float | yes | submarket vacancy | | `market_rent_psf` | float | yes | current market rent | | `specialty_equipment` | boolean | yes | kitchen, lab, specialized HVAC | | `equipment_details` | string | conditional | if specialty equipment exists | ### Debt | Field | Type | Required | Notes | |---|---|---|---| | `outstanding_balance` | float | yes | loan balance | | `dscr_covenant` | float | yes | minimum DSCR | | `occupancy_covenant_pct` | float | conditional | if applicable | | `current_dscr` | float | yes | current DSCR | | `current_noi` | float | yes | current NOI | | `cash_trap_trigger` | string | recommended | trigger conditions | ### Jurisdiction | Field | Type | Required | Notes | |---|---|---|---| | `state` | string | yes | state for statutory requirements | | `municipality` | string | conditional | if local ordinances apply | | `known_protections` | string | recommended | active emergency protections | ### Owner Position | Field | Type | Required | Notes | |---|---|---|---| | `owner_position` | enum | yes | work_with_tenant / strict_enforcement / wants_them_out | ## Process ### Section 1: Tenant Profile & Financial Assessment **Tenant Classification**: credit tenant (national/regional chain, rated entity, guarantor) vs. local tenant (single-location, personal guarantor only). This classification drives different timelines, workout terms, and escalation triggers. **Root Cause Diagnosis**: Categorize the delinquency cause: - **Temporary cash flow** (high workout probability): seasonal business, one-time disruption, customer loss - **Structural business failure** (low workout probability): industry decline, fundamental business model issues - **Dispute-driven** (requires different approach): maintenance complaint, CAM dispute, co-tenancy issue - **Willful non-payment** (immediate legal action): tenant can pay but chooses not to **Business Viability Assessment**: - Payment history (last 12 months: on-time, late, bounced) - Business viability indicators (foot traffic, online reviews, visible operations) - Personal guarantee collectibility (guarantor assets, other obligations) - Industry/sector health (tenant-specific vs. market-wide problem) - Other landlord delinquencies (if multi-location, are they paying others?) ### Section 2: State-Specific Legal Timeline Phase-by-phase timeline for the tenant's jurisdiction: ``` Phase Best Case Worst Case Notes Notice period X days X days state statute + lease cure period Cure rights X days X days statutory or lease, whichever longer Court filing to hearing X days X days depends on court backlog Hearing to judgment X days X days default vs. contested Judgment to writ X days X days writ of possession Appeal window X days X days likelihood and cost of defending TOTAL X days X days ``` Note: cover top 10 CRE states (NY, NJ, CA, TX, FL, IL, PA, GA, MA, VA) with specifics. For other states, provide the framework and flag for local counsel verification. Flag any active COVID/emergency protections. ### Section 3: Three-Scenario NPV Comparison Model all three scenarios at monthly periodicity, discounted at the property's unlevered cost of capital: **Scenario A -- Workout**: - Reduced rent or payment plan terms - Cash flow during workout period (reduced) - Probability of tenant stabilization and return to full rent - NPV of cash flows over remaining lease term - Timeline to full rent restoration **Scenario B -- Eviction + Re-lease**: - Legal costs (attorney retainer + hourly through completion, filing fees, service, marshal) - Lost rent during eviction timeline (state-specific) - Vacancy period after possession (market-dependent) - TI and leasing commissions for replacement tenant - New tenant rent (market rent, may be higher or lower) - NPV of total timeline from today through new lease stabilization **Scenario C -- Cash-for-Keys**: - Negotiated buyout amount (typically 1-3 months rent for local, 3-6 for credit) - Avoided legal costs - Faster vacancy timeline (tenant cooperates with departure) - Same re-lease assumptions as Scenario B but shorter downtime - NPV including buyout cost ``` Metric Scenario A: Workout Scenario B: Eviction Scenario C: Cash-for-Keys Total cost $X $X $X Timeline to stabilization X months X months X months NPV $X $X $X DSCR during X.XXx X.XXx X.XXx DSCR after X.XXx X.XXx X.XXx Occupancy impact X% X% X% Covenant breach risk Low/Med/High Low/Med/High Low/Med/High ``` ### Section 4: Loan Covenant Impact Analysis For each scenario: - Current DSCR and occupancy vs. covenant thresholds - DSCR if tenant vacates vs. DSCR if tenant pays reduced rent - Occupancy if tenant vacates vs. lender occupancy threshold - Cash trap / lockbox trigger assessment - Covenant breach cost quantification: trapped cash, default interest, forced reserve deposits Flag scenarios that cause covenant breach. Quantify the incremental cost of that breach beyond the direct tenant economics. ### Section 5: Specialty Tenant Modules (Conditional) Activate for restaurant, dry cleaner, auto service, lab, or other specialty tenants: **Equipment Lien Analysis**: - Equipment ownership (tenant-owned, leased, landlord-owned via TI) - UCC filing search for equipment liens (flag as diligence step, ~$200-500) - Equipment removal damage to premises - Salvage/auction value of abandoned equipment - Factor into Scenario B/C NPV **Environmental Remediation Risk**: - Potential liabilities (grease traps, underground storage tanks, chemicals) - Remediation cost range if tenant abandons without proper decommissioning - Factor remediation cost into Scenario B - Recommend environmental inspection as part of any negotiated exit **Re-Tenanting Feasibility**: - Market demand for the specific space configuration (kitchen, hood system, etc.) - Estimated downtime for specialty replacement vs. vanilla box conversion - TI cost for converting space vs. same-use tenant - Adjust Scenario B timeline accordingly ### Section 6: Recommendation - **NPV-optimal scenario** with sensitivity ranges (what assumptions would flip the recommendation?) - **Covenant-adjusted recommendation** (may differ from pure NPV if one scenario avoids a covenant breach worth more than the NPV difference) - **Qualitative factors**: tenant relationship, market signaling to other tenants, property reputation ### Appendices **Communication Templates** (each adapted for credit tenant vs. local tenant tone): 1. Initial contact (firm but professional, preserving relationship) 2. Payment plan proposal with specific terms 3. Escalation notice (demand letter before legal action) 4. Lease termination / cash-for-keys offer **Legal Cost Estimate Worksheet**: - Attorney fees: retainer + hourly estimate through completion - Court filing fees and service costs - Marshal/sheriff fees for physical eviction - Storage costs for tenant property (if applicable) - Total best/worst case range **Jurisdiction-Specific Statute References**: citation to key statutes for the tenant's state. ## Output Format 1. **Tenant Profile & Financial Assessment** -- classification, root cause, viability 2. **State-Specific Legal Timeline** -- phase-by-phase with best/worst case 3. **Three-Scenario NPV Comparison** -- workout, eviction, cash-for-keys side-by-side 4. **Loan Covenant Impact** -- DSCR/occupancy per scenario, breach cost 5. **Specialty Modules** (if applicable) -- equipment, environmental, re-tenanting 6. **Recommendation** -- NPV-optimal with covenant and qualitative adjustments 7. **Appendices** -- templates, legal cost worksheet, statute references ## Red Flags & Failure Modes - **Eviction without NPV comparison**: never recommend eviction without quantifying the workout and cash-for-keys alternatives. Eviction is often the most expensive option. - **Ignoring covenant impact**: a workout that preserves DSCR compliance may be worth more than an eviction that produces higher NPV but triggers a cash trap. - **Treating all tenants the same**: credit tenants get longer timelines and more flexibility. Local tenants get shorter fuses. The decision tree must branch on tenant classification. - **Missing state-specific requirements**: a notice period error can restart the entire eviction clock and add months of delay. Always verify the jurisdiction. - **Underestimating specialty tenant re-tenanting time**: replacing a restaurant tenant takes 2-3x longer than replacing a vanilla office tenant. Adjust Scenario B accordingly. - **Skipping environmental inspection**: if a restaurant or auto tenant abandons, environmental liability can exceed multiple years of rent. Always include remediation cost in the analysis. ## Chain Notes - **Upstream**: lease-compliance-auditor surfaces delinquency patterns and triggers this skill. - **Downstream**: capex-prioritizer (vacancy triggers TI readiness capex). rent-optimization-planner (workout terms affect portfolio rent strategy). - **Peer**: lease-negotiation-analyzer (sublease consent or exclusive use issues may contribute to delinquency root cause).
Related Skills
workout-playbook
Produces a lender-side workout and restructuring playbook for distressed CRE loans. Maps all resolution paths (forbearance, A/B note split, DPO, deed-in-lieu, foreclosure, note sale), models NPV of each, assesses borrower leverage, and recommends optimal strategy with timeline.
tenant-retention-engine
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.
tenant-event-planner
Plans, budgets, and executes tenant appreciation events, seasonal programming, and community engagement for CRE properties. Supports API-driven vendor booking when MCP integrations are available. Triggers: tenant event, appreciation event, holiday party, tenant engagement, community event, property event planning, seasonal programming.
tenant-credit-analyzer
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.
Delinquency and Collections
Canonical delinquency-to-resolution playbook. Classifies every case by aging stage, proposes the next-step action per the overlay's playbook, generates draft resident communications with legal-review banners where jurisdictions treat them as notices, opens approval_requests for every gated transition (legal notice, eviction filing, non-standard payment plan, write-off above threshold), and records fair-housing guardrails at each decision point. Runs weekly at the property and on-demand when a single case transitions aging buckets.
Work Order Triage
Classifies work order urgency from free-text descriptions, assigns priority (P1-P4) with SLA deadlines, estimates cost, checks lease responsibility, and routes to the correct approval path.
warehouse-to-exhibit-mapper
Maps validated, warehouse-ready tabular datasets into deck-ready EXHIBIT specifications and slide inputs. Selects table vs. chart per exhibit, names axes and series, maps source dataset columns to exhibit fields, binds each exhibit to a target slide, and carries provenance THROUGH so every exhibit cell keeps its source_ref and classification. Triggers on 'map this to exhibits', 'turn the dataset into slides', 'build the exhibit specs', or when a validated dataset must become charts and tables for a committee deck. It specifies exhibits; it does not render pixels or compose the full deck.
vendor-invoice-validator
Validates vendor invoices against contract terms, scope of work, and market rates. Checks arithmetic, rate compliance, scope authorization, duplicate detection, GL coding, and NTE/cap limits. Assigns APPROVED, APPROVED WITH FLAGS, or HOLD FOR REVIEW verdict.
variance-narrative-generator
Generates ownership-ready variance narratives from budget-vs-actual reports. Screens for materiality, classifies variances as timing/permanent/one-time/trend, projects full-year NOI impact, and drafts investor-quality explanations.
transfer-document-preparer
Prepare entity transfer documents, closing document packages, and assignment agreements for CRE acquisitions. Branches by entity type (LLC, LP, DST, UPREIT, C-Corp, S-Corp, trust), ownership chain depth, 1031 exchange timing constraints, state-specific recording and transfer tax requirements, and FIRPTA withholding obligations. Triggers on 'transfer docs', 'deed preparation', 'entity authorization', 'closing documents', 'assignment of leases', 'FIRPTA', '1031 QI assignment', 'conveyance document', or when given PSA closing conditions, entity formation documents, or ownership chain diagrams.
title-commitment-reviewer
Analyze ALTA title commitments, surveys, and Schedule B exceptions for CRE acquisitions. Identifies title defects, chain breaks, lien conflicts, and cure requirements. Triggers on 'title commitment', 'Schedule B exceptions', 'title review', 'title exceptions', 'encumbrances', 'survey cross-reference', 'title chain', 'mechanic's lien', 'title cure', or when given a title commitment document, survey, or lien search results.
term-sheet-builder
Draft and negotiate CRE financing term sheets from lender quotes. Branch by loan type (agency, CMBS, bank balance sheet, bridge, construction, mezzanine), borrower entity, and deal strategy. Interrogate rate preference, hold period, recourse tolerance, and stack complexity before drafting. Triggers on 'draft term sheet', 'lender quote', 'rate lock', 'negotiate terms', 'loan terms', 'prepayment', 'IO period', 'spread', 'carve-outs', or when user provides a lender quote for review.