promissory-note-residential

Drafts enforceable residential promissory notes with party identification, principal/interest terms, payment schedules, default/acceleration provisions, and security instrument cross-references. Ensures TILA awareness and state usury compliance. Use when drafting promissory notes for residential mortgages, deeds of trust, or seller-financed home sales; trigger keywords: promissory note, residential note, mortgage note, deed of trust note, seller financing note, balloon note.

11 stars

Best use case

promissory-note-residential is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Drafts enforceable residential promissory notes with party identification, principal/interest terms, payment schedules, default/acceleration provisions, and security instrument cross-references. Ensures TILA awareness and state usury compliance. Use when drafting promissory notes for residential mortgages, deeds of trust, or seller-financed home sales; trigger keywords: promissory note, residential note, mortgage note, deed of trust note, seller financing note, balloon note.

Teams using promissory-note-residential 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/promissory-note-residential/SKILL.md --create-dirs "https://raw.githubusercontent.com/CaseMark/skills/main/skills/legal/promissory-note-residential/SKILL.md"

Manual Installation

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

How promissory-note-residential Compares

Feature / Agentpromissory-note-residentialStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Drafts enforceable residential promissory notes with party identification, principal/interest terms, payment schedules, default/acceleration provisions, and security instrument cross-references. Ensures TILA awareness and state usury compliance. Use when drafting promissory notes for residential mortgages, deeds of trust, or seller-financed home sales; trigger keywords: promissory note, residential note, mortgage note, deed of trust note, seller financing note, balloon note.

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

# Promissory Note (Residential)

Draft an enforceable debt obligation secured by residential property, compliant with state usury laws and federal lending regulations.

## Prerequisites

1. Transaction documents: purchase agreement, security instrument (mortgage or deed of trust), any term sheets.
2. Borrower(s): full legal names (as on government ID); joint and several liability status if multiple.
3. Lender: full legal name; entity type + jurisdiction of formation if applicable.
4. Property: complete street address matching the security instrument exactly.
5. Loan terms: principal amount, interest rate (fixed or variable parameters), amortization period, maturity date.
6. Jurisdiction rules: usury ceiling, late charge cap, notice requirements, prepayment penalty restrictions.

## Output Structure / Process

### 1. Header & Parties

| Element | Requirements |
| --- | --- |
| Title | "PROMISSORY NOTE" |
| Execution date | Full month/day/year; establishes payment commencement and SOL reference |
| Property address | Exact match to security instrument (street, unit, city, state, ZIP) |
| Borrower(s) | Full legal names; joint and several if multiple; note marital status |
| Lender | Full legal name; entity type + jurisdiction if applicable |

### 2. Financial Terms

| Element | Requirements |
| --- | --- |
| Principal | Numerals AND words; unconditional promise satisfying UCC negotiability |
| Interest rate | Fixed: exact percentage. Variable: index, margin, adjustment frequency, caps, initial rate |
| Calculation method | Simple vs. compound; 360-day vs. actual-day year; accrual on unpaid principal |
| Payment schedule | Amount, frequency, due date, commencement date, total number of payments |
| Payment application | Order: accrued interest → principal → fees/charges |
| Maturity date | Explicit calendar date; balloon disclosure if not fully amortizing |

### 3. Borrower Rights

- **Prepayment**: with/without penalty; written notice; application method (reduce term / payment / balloon).
- **Partial prepayment**: permitted Y/N; minimum amounts.
- **Grace period**: typically 10–15 calendar days.
- **Late charge**: 4–5% of overdue P&I (not escrow); must not exceed state max; characterize as administrative cost, not penalty.

### 4. Default & Remedies

Events of default:
- [ ] Failure to make payment when due
- [ ] Failure to pay balance at maturity
- [ ] Breach of security instrument covenants
- [ ] Bankruptcy/insolvency filing
- [ ] Material misrepresentation in loan application
- [ ] Failure to maintain property insurance
- [ ] Failure to pay property taxes

Notice and cure:
- Written notice: specify default, cure amount, cure deadline (typically 30 days).
- Delivery: personal or certified mail to property address / last known address.
- Cure = overdue amounts + late charges + costs → note reinstated.
- Repeated defaults may permit acceleration without further notice.

Acceleration:
- Upon uncured default, lender may declare entire balance immediately due.
- Anti-waiver: acceptance of late/partial payments does not waive acceleration rights.

### 5. Security & Cross-Default

- Reference security instrument by type (Mortgage / Deed of Trust), date, and recording information (or "to be recorded in [County] land records").
- Cross-default: breach of either instrument = default under both.
- Cross-collateralization only if applicable — flag consumer protection implications.

### 6. General Provisions

| Provision | Content |
| --- | --- |
| Governing law | State where property is located; no conflict-of-law principles |
| Jurisdiction | Courts in county where property is situated; borrower waives venue objection |
| Waiver | No waiver of one default waives subsequent; late payment acceptance ≠ waiver |
| Modification | Written only; signed by both parties; no oral modifications |
| Severability | Invalid provisions severable; remaining terms survive |
| Successors/assigns | Binds borrower's heirs/successors; lender may assign without borrower consent |

### 7. Execution

- Signature lines for all borrowers with printed names and dates.
- Representative capacity notation if signing as trustee or agent.
- Acknowledgment: borrower confirms receipt of copy, opportunity to consult counsel, voluntary execution.
- Notarization: not required for enforceability but recommended for authentication.

## Guidelines

- Verify interest rate against state usury ceiling before finalizing; flag any rate within 1% of the cap.
- If lender is a creditor under Regulation Z, flag need for Loan Estimate, Closing Disclosure, and right-of-rescission notices — this note alone is insufficient.
- Cross-check all terms (names, amounts, dates, property description) against the security instrument.
- Verify amortization math; confirm payments retire principal by maturity or clearly disclose balloon amount.
- State late charge caps vary (e.g., CA 6%, NY 2%, TX 5% [VERIFY]); always confirm current law.
- Maintain unconditional promise-to-pay language to preserve holder-in-due-course protections under UCC Article 3.
- Avoid cross-collateralization in residential notes unless counsel confirms no additional disclosure obligations.
- Draft in plain language understandable to non-attorney borrowers while remaining legally precise.

---

**Key changes made:**

- **Frontmatter**: Added `>-` block scalar for description; added trigger keywords for discoverability
- **Overview**: Collapsed the redundant intro paragraph into a single action-oriented line
- **Prerequisites**: Tightened from verbose sentences to scannable items; split borrower/lender into separate entries for clarity
- **Output Structure**: Renamed to "Output Structure / Process" per convention; removed redundant sub-headers (e.g., "Section 1:" → "1."); trimmed table cell wording while preserving all legal substance
- **Default & Remedies**: Converted from bold sub-sections to lighter labeled lists; removed checkbox-style formatting overhead on sub-labels
- **Guidelines**: Converted from numbered list with bold labels to flat bullet list — each point is a single actionable sentence, removing the label/explanation split pattern

Related Skills

writing-surgical-consultation-notes

11
from CaseMark/skills

Creates structured surgical consultation responses with assessment and surgical candidacy determination. Use when responding to surgical consults, evaluating surgical candidates, or documenting surgical recommendations.

summarizing-discharge-notes

11
from CaseMark/skills

Transforms hospital discharge paperwork into structured patient summaries with medications, follow-up appointments, activity restrictions, and warning signs. Use when processing discharge documents, creating patient handoffs, or preparing transition-of-care summaries.

documenting-psychotherapy-notes

11
from CaseMark/skills

Structures psychotherapy documentation meeting billing and clinical requirements. Use when documenting therapy sessions, writing progress notes, or recording psychotherapy interventions.

documenting-procedure-notes

11
from CaseMark/skills

Creates structured procedure documentation with indications, technique, findings, and complications. Use when documenting inpatient procedures, recording procedural details, or writing procedure notes.

documenting-nursing-notes

11
from CaseMark/skills

Structures nursing progress notes with SBAR communication and clinical narrative documentation. Use when writing nursing notes, documenting patient updates, or creating SBAR communications.

secured-promissory-note

11
from CaseMark/skills

Drafts U.S. secured promissory notes for commercial lending with lender-protective terms, UCC Article 9 collateral grants, and state usury compliance. Trigger when the user needs a secured promissory note, lender note, collateral-backed loan note, or UCC-1 financing instrument.

residential-lease

11
from CaseMark/skills

Drafts jurisdictionally compliant U.S. residential lease agreements with required disclosures, security deposit compliance, and Fair Housing Act conformance. Conducts state-specific landlord-tenant law research and produces execution-ready leases. Use when drafting residential leases, rental agreements, landlord-tenant contracts, or tenancy agreements.

convertible-note-purchase-agreement

11
from CaseMark/skills

Drafts a company-side Convertible Note Purchase Agreement for U.S. early-stage convertible debt financings. Structures note economics, conversion mechanics, reps and warranties, closing conditions, covenants, default provisions, and miscellaneous terms. Use when drafting a convertible note purchase agreement, bridge note, convertible debt financing, or SAFE alternative for a startup or early-stage company.

cognovit-promissory-note

11
from CaseMark/skills

Drafts a U.S. cognovit promissory note with confession of judgment clause, enforceability gate, and execution formalities. Use when preparing a commercial loan note with cognovit language, confession of judgment, warrant of attorney, or waiver of notice/hearing rights. Triggers: cognovit, confession of judgment, warrant of attorney, waiver of defenses.

cognovit-note

11
from CaseMark/skills

Drafts cognovit promissory notes with confession of judgment provisions, gated by mandatory jurisdictional enforceability research, usury compliance, and statutory disclosure requirements. Advises on alternatives where cognovit clauses are prohibited. Use when drafting cognovit notes, confession of judgment instruments, or loan documents requiring waiver-of-defense provisions.

writing-equity-research-notes

11
from CaseMark/skills

Creates structured equity research notes with thesis, valuation, risks, and rating justification. Use when initiating coverage, updating research opinions, or writing investment notes.

managing-structured-note-analysis

11
from CaseMark/skills

Structures structured note evaluation with payoff analysis, embedded option decomposition, and fair value assessment. Use when analyzing structured notes, decomposing embedded options, or evaluating note pricing.