cognovit-promissory-note

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.

11 stars

Best use case

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

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.

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

Manual Installation

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

How cognovit-promissory-note Compares

Feature / Agentcognovit-promissory-noteStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

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

# Cognovit Promissory Note

Draft an enforceable cognovit promissory note compliant with governing-state law. A cognovit clause lets a borrower authorize entry of judgment without prior notice or hearing — most states prohibit or heavily restrict this, so enforceability must be confirmed before drafting.

## Prerequisites

Collect before drafting:

- **Governing law / forum** — state and venue for enforcement
- **Parties** — legal names, entity types, formation states, addresses, authorized signers
- **Loan terms** — principal, rate, term, payment schedule, fees, prepayment
- **Transaction type** — commercial vs consumer classification; any statutory exemptions
- **Authority docs** — resolutions, incumbency certificates, consents (if entity borrower)
- **Collateral / guaranties** — summary of related security documents, if any

## Quick Start

1. Run the **Enforceability Gate** (below) — if cognovit is prohibited, stop and output a standard note + guaranty + security agreement instead.
2. Draft the note using the **Document Sections** outline.
3. Walk the **Checks** list before finalizing.

## Enforceability Gate (Do First)

| Check | Action | Output |
|---|---|---|
| Cognovit permitted? | Research governing-state statutes + recent case law | Allow / deny with citations or `[VERIFY]` |
| Consumer restriction? | Confirm borrower classification | If consumer or mixed-use, treat as **prohibited** unless clear statutory exception |
| Required warnings / format? | Identify mandatory warning text, font size, capitalization, separate acknowledgment | Insert exact statutory warning or `[VERIFY]` |
| Execution formalities? | Check witness / notary / affidavit / attorney requirements | Add required signature formalities |

**If prohibited or materially restricted:** output alternative structure (standard note + guaranty + security agreement) and stop.

## Document Sections

### 1. Preamble and Parties

- Date, principal (numeric and words)
- Lender and Borrower: legal name, entity type, formation state, address, signatory title
- Authority evidence: resolution/consent, incumbency, power/authority certification

### 2. Economic Terms

| Term | Details |
|---|---|
| Principal | Amount; fees/points treatment |
| Interest | Fixed/variable; index, margin, caps/floors; accrual method; day-count |
| Payments | Amounts, dates, schedule type, grace period |
| Application | Order: fees → interest → principal (or specified) |
| Prepayment | Permitted? Penalty? Formula; usury compliance |

### 3. Confession of Judgment Clause

Include all of:

- **Authority grant** — borrower authorizes any attorney to confess judgment after default
- **Scope** — principal, interest, fees, costs, attorney fees
- **Timing** — upon default or after cure period
- **Forum** — permitted courts; must align with governing-law / venue clause
- **Waivers** — notice, hearing, defenses, discovery, jury trial (if allowed)
- **Statutory warning** — exact required text and formatting per governing state

### 4. Defaults and Remedies

- Monetary default (failure to pay; grace period)
- Cross-default (thresholds, if applicable)
- Insolvency events (bankruptcy, assignment for benefit of creditors)
- Misrepresentation (material statements)
- Collateral events (if secured: impairment, transfer, insurance failures)
- Remedies: acceleration, confession of judgment, collection costs

### 5. Governing Law, Jurisdiction, Venue

- Governing law with substantial relationship to transaction
- Consent to jurisdiction and venue
- Waiver of forum non conveniens (if allowed)
- **Jury trial waiver** — must be conspicuous

### 6. Execution and Acknowledgments

- Signature blocks with titles and entity capacity
- Witness / notary blocks (if required by state)
- Separate cognovit acknowledgment (if required by state)

### 7. Exhibits (as needed)

- Amortization schedule
- Authority documents
- Collateral schedule

## Template Skeleton

```text
COGNOVIT PROMISSORY NOTE

Date: [Date]
Principal Amount: $[Amount] ([Words])

FOR VALUE RECEIVED, [Borrower] ("Borrower") promises to pay to the
order of [Lender] ("Lender") the Principal Amount plus interest:

1.  Interest.
2.  Payments.
3.  Application of Payments.
4.  Prepayment.
5.  Events of Default.
6.  Remedies; Acceleration.
7.  Confession of Judgment. [Full clause + statutory warning + waivers]
8.  Governing Law; Jurisdiction; Venue.
9.  Jury Trial Waiver. [CONSPICUOUS]
10. Notices.
11. Miscellaneous.

BORROWER:                         LENDER:
By: ______________                By: ______________
Name/Title:                       Name/Title:
Date:                             Date:

[Notary / Witness Blocks if required]
[Separate Cognovit Acknowledgment if required]
```

## Checks

- [ ] Enforceability gate passed — cognovit is permitted for this transaction type in the governing state
- [ ] Consumer / mixed-use classification confirmed; if consumer, cognovit clause omitted
- [ ] Statutory warning language is exact, conspicuous, and placed per statute
- [ ] Confession clause forum aligns with governing law and has substantial relationship to transaction
- [ ] Usury analysis complete — includes all fees/charges treated as interest; exemptions noted
- [ ] Waivers are conspicuous and not buried in boilerplate
- [ ] Execution formalities match governing-state requirements (witnesses, notary, acknowledgment)
- [ ] If enforceability is unclear, alternative structure (standard note + guaranty + security agreement) recommended instead

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.

promissory-note-residential

11
from CaseMark/skills

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.

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-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.

analyzing-structured-note-payoffs

11
from CaseMark/skills

Deconstructs structured note payoffs with embedded option identification, issuer credit risk, and all-in cost analysis. Use when analyzing structured notes, evaluating embedded options, or assessing structured product costs.