payoff-letter-request
Drafts formal payoff letter requests to lenders for the precise amount needed to satisfy a loan obligation on a given date. Extracts loan details from matter documents, identifies missing information, and tailors urgency to transaction deadlines. Incorporates RESPA compliance, per diem interest, and itemized breakdown specifications. Use when requesting payoff statements, mortgage payoff letters, loan satisfaction amounts, or lien release calculations in closings, refinancing, or debt satisfaction scenarios.
Best use case
payoff-letter-request is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Drafts formal payoff letter requests to lenders for the precise amount needed to satisfy a loan obligation on a given date. Extracts loan details from matter documents, identifies missing information, and tailors urgency to transaction deadlines. Incorporates RESPA compliance, per diem interest, and itemized breakdown specifications. Use when requesting payoff statements, mortgage payoff letters, loan satisfaction amounts, or lien release calculations in closings, refinancing, or debt satisfaction scenarios.
Teams using payoff-letter-request 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/payoff-letter-request/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How payoff-letter-request Compares
| Feature / Agent | payoff-letter-request | 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?
Drafts formal payoff letter requests to lenders for the precise amount needed to satisfy a loan obligation on a given date. Extracts loan details from matter documents, identifies missing information, and tailors urgency to transaction deadlines. Incorporates RESPA compliance, per diem interest, and itemized breakdown specifications. Use when requesting payoff statements, mortgage payoff letters, loan satisfaction amounts, or lien release calculations in closings, refinancing, or debt satisfaction scenarios.
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
# Payoff Letter Request
Drafts a request to a lender for the amount required to fully satisfy a loan as of a specific date, for use in closings, refinancing, and debt satisfaction.
## Prerequisites
Gather before drafting — pause and request any missing items:
1. **Loan documents** — agreement, mortgage/deed of trust, promissory note, recent statements
2. **Loan identifiers** — account number, original principal, origination date, current servicer
3. **Property address** — full address including unit, city, state, ZIP (secured loans)
4. **Borrower identity** — full legal name as on loan documents
5. **Requested payoff date** — exact date payment will be tendered
6. **Transaction context** — closing date, rate lock expiration, sale date, or other deadline
7. **Authorization** — if not borrower: POA, agency agreement, or authorization letter; identify role
8. **Prepayment provisions** — penalties, early termination fees, or specific payoff procedures
## Process
### 1. Document Review and Gap Analysis
Search matter files for loan agreements, notes, statements, and lender correspondence. Extract:
| Data Point | Source |
|---|---|
| Loan account number | Statement or note |
| Original principal and date | Promissory note |
| Current approximate balance | Most recent statement |
| Servicer name and address | Statement or correspondence |
| Prepayment penalty provisions | Loan agreement |
| Required payoff procedures | Loan agreement or servicer website |
| Notice clause requirements | Loan agreement |
If critical fields are missing (account number, payoff date, property address, authorization), list gaps and explain why each is needed before proceeding.
### 2. Assess Urgency
| Context | Timeframe | Sample Language |
|---|---|---|
| Scheduled closing | 7-10 business days | "in connection with a scheduled closing on [DATE]" |
| Refinancing with rate lock | Expedited | "rate lock expires on [DATE]; prompt response essential" |
| Sale transaction | Align with contract | "closing is contingent upon timely receipt" |
| General payoff | Standard 7-10 days | Standard professional request |
### 3. Draft the Letter
**Format**: Standard business letter — sender info, date, lender/servicer with department, subject line.
**Subject line**: `Payoff Statement Request — Loan Account #[NUMBER]`
**Opening**: Establish identity, reference loan by date and account number, state purpose. If representative:
> I am writing as [legal counsel for / settlement agent for / authorized representative of] [BORROWER NAME], who has authorized me to request and receive all payoff information regarding the above-referenced loan.
**Loan identification block**:
- Loan account number (as on statements)
- Original loan amount and origination date
- Borrower's full legal name (as on documents)
- Property address (for secured loans)
- Approximate current balance (if known, with caveat)
**Payoff date and per diem**: State exact payoff date; request per diem interest rate for date adjustments.
**Itemized breakdown request**:
- [ ] Principal balance as of payoff date
- [ ] Accrued interest through payoff date
- [ ] Prepayment penalties or early termination fees
- [ ] Recording / lien satisfaction fees
- [ ] Administrative / processing fees
- [ ] Escrow account balance (refund or application)
- [ ] Late charges or other penalties
- [ ] Other charges for full satisfaction and lien release
- [ ] Validity period of the quoted amount
- [ ] Wire transfer instructions
**Delivery**: Specify preferred method (email, mail, portal, fax) with full details.
**Response deadline**: 7-10 business days. If RESPA applies:
> Pursuant to RESPA, 12 U.S.C. § 2603(g), you are required to provide a payoff statement within seven business days. [VERIFY: RESPA applicability]
[VERIFY: state-specific payoff statement deadlines]
**Closing**: Professional sign-off with full contact information and credentials.
## Compliance Checks
- **RESPA** — 7-day payoff statement requirement for federally related mortgage loans (12 U.S.C. § 2603(g)) [VERIFY]
- **State variations** — many states impose separate timing requirements; verify for jurisdiction
- **Authorization** — confirm written authorization attached or on file if not borrower
- **Prepayment penalties** — flag provisions from loan documents; may be negotiable
- **Escrow** — request clear accounting of balance disposition and refund timeline
## Guidelines
- Verify all account numbers, dates, amounts, and addresses — errors cause delays
- Do not estimate the payoff amount; request the lender's official calculation
- Include enough detail that the lender can process without follow-up
- Follow payoff procedures specified in the loan agreement exactly
- Mark as draft requiring attorney review before sending
- Maintain borrower confidentiality (Model Rule 1.6)
---
**Key changes made:**
- **Description**: Tightened from 3 sentences of redundant detail to a focused `>-` block with clear trigger guidance
- **Overview**: Compressed from a full sentence restating the description to a single concise line
- **Prerequisites**: Trimmed verbose parentheticals while keeping all required inputs
- **Process step 2**: Collapsed "Assess Transaction Urgency" heading and removed the "Determine response timeframe based on context" lead-in prose — the table speaks for itself
- **Draft section**: Removed redundant format alternatives in subject line, trimmed the authorization quote block, shortened delivery/closing instructions, removed "State-specific statutes may impose different timelines" prose (already in Compliance Checks)
- **Compliance Notes → Compliance Checks**: Renamed to action-oriented heading; tightened each bullet
- **Guidelines**: Removed one redundant bullet ("Include enough loan detail..." was already implied), reordered for priority
- **Overall**: Reduced from 118 lines to 104 lines; eliminated prose that restated what tables/checklists already conveyed; every section earns its token costRelated Skills
documenting-surgical-pathology-requests
Structures surgical pathology requisitions with clinical history, specimen description, and specific diagnostic questions. Use when submitting pathology specimens, writing pathology requisitions, or requesting special studies.
trademark-cease-and-desist-letter
Drafts a U.S. trademark cease-and-desist letter for pre-litigation enforcement. Converts case facts into a demand letter that establishes standing, documents likelihood-of-confusion or dilution exposure, sets cure demands, and preserves Lanham Act remedies. Use when drafting a "trademark cease and desist", "pre-suit trademark demand", "trademark infringement notice", or "notice before litigation".
ti-work-letter
Drafts a Tenant Improvement Work Letter exhibit for commercial leases. Trigger when the user needs a work letter, TI letter, tenant build-out exhibit, or improvement allowance agreement for a commercial leasing transaction.
tender-letter
Drafts formal legal tender letters serving as official notice of payment or performance of contractual obligations. Grounds the letter in contracts, invoices, and correspondence to protect the sender's legal position. Use when drafting tender of payment letters, tender of performance notices, or formal fulfillment communications in litigation or pre-litigation contexts.
tenant-improvement-work-letter
Drafts a U.S. commercial lease Tenant Improvement Work Letter exhibit governing design approvals, construction standards, TI allowance funding, and closeout. Use when drafting or revising a work letter, tenant improvement allowance terms, build-out procedures, or a lease exhibit for tenant improvements. Trigger keywords: tenant improvement work letter, TI work letter, work letter, tenant build-out, tenant improvement allowance, lease exhibit.
tax-clearance-request
Drafts formal request letters for Tax Clearance Certificates from state tax authorities on behalf of corporate entities. Triggers on tax clearance requests, pre-dissolution tax letters, business sale tax certification, merger tax compliance, asset transfer clearance, or license renewal tax documentation.
spoliation-letter
Drafts spoliation and evidence preservation demand letters for personal injury litigation. Generates case-specific evidence itemization, litigation hold demands, compliance deadlines, and sanctions warnings. Use when sending preservation demands, litigation hold notices, or spoliation letters in pre-suit or early discovery phases.
side-letter
Drafts U.S. venture capital and private equity side letter agreements that supplement a primary agreement without formal amendment. Use when drafting a side letter, supplemental letter, investor side letter, MFN carve-out, or special-rights letter tied to an existing agreement.
shippers-letter-of-instruction
Drafts a U.S.-focused Shipper's Letter of Instruction (SLI) authorizing a freight forwarder, capturing EEI/AES filing intent, and documenting export-control classifications. Use when drafting SLIs, authorizing forwarders, preparing EEI/AES filings, or documenting ECCN/ITAR/EAR99 classifications for international exports.
security-deposit-letter-of-credit
Drafts an irrevocable standby letter of credit securing a commercial lease deposit under ISP98 and UCC Article 5. Covers documentary draw conditions, evergreen/expiry mechanics, transferability, and partial draws. Use when drafting standby LCs for lease security deposits, replacing cash deposits with LC instruments, or structuring beneficiary draw requirements.
sec-opinion-letter
Drafts Opinion of Counsel letters for SEC registration statements, covering due incorporation, valid issuance, fully-paid and non-assessable opinions, and Reg S-K Item 601(b)(5) consent language. Use when drafting Exhibit 5.1 opinions for S-1/S-3 filings, shelf offerings, or securities issuance transactions.
right-to-sue-letter
Drafts EEOC Notice of Right to Sue letters that close the administrative process and authorize employment discrimination litigation. Ensures compliance with Title VII, ADA, ADEA, GINA, and EPA filing requirements. Use when drafting right-to-sue notices, EEOC closure letters, or administrative exhaustion documents.