Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Durable Poa Finances

ASecurity

Drafts state-specific Durable Power of Attorney for Finances documents authorizing an agent to manage a principal's financial affairs during incapacity. Use when a user needs a financial POA, DPOA, attorney-in-fact authorization, or incapacity planning document. Triggers on requests involving durable power of attorney, financial agency designation, or springing power of attorney drafting.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessrustgospringawsgitsecurity

Works with

cli

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill durable-poa-finances --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Durable Poa Finances?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Durable Poa Finances
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-durable-poa-finances/badge)](https://www.skillsdirectory.com/skills/lev-os-durable-poa-finances)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: durable-poa-finances
description: Drafts state-specific Durable Power of Attorney for Finances documents authorizing an agent to manage a principal's financial affairs during incapacity. Use when a user needs a financial POA, DPOA, attorney-in-fact authorization, or incapacity planning document. Triggers on requests involving durable power of attorney, financial agency designation, or springing power of attorney drafting.
tags:
  - agreement
  - drafting
  - transactional
---

# Durable Power of Attorney for Finances

Drafts an execution-ready Durable Power of Attorney for Finances with jurisdiction-specific durability provisions, enumerated powers, and proper execution formalities.

## Prerequisites

Collect before drafting:

1. **Principal's state of residence** — controls execution formalities, mandatory language, and statutory form availability
2. **Principal identification** — full legal name, address, date of birth
3. **Agent designation** — primary agent (name, address, relationship); successor agent(s) if desired
4. **Scope** — general (broad) or limited (specific transactions/time periods/dollar thresholds)
5. **Activation** — immediate or springing (effective upon certified incapacity)
6. **Uploaded documents** — prior estate planning instruments, financial records for context

## Workflow

### 1. Jurisdiction Analysis

Research the principal's state for each item:

- State statutory name for DPOA (use exact title if mandated)
- UPOAA adoption status (determines default rules)
- Mandatory durability clause language
- Witness requirements (0, 1, or 2 disinterested)
- Notarization (required vs. optional)
- Recording requirements (for real estate use)
- Springing POA rules (some states disfavor or add requirements)
- Statutory safe-harbor form availability

### 2. Draft Document Sections

Assemble in this order:

**A. Title & Parties** — Use state-specific statutory name if required. Identify principal (name, address, DOB), primary agent, and successor agent(s) with full details and order of succession.

**B. Grant of Authority**
- General: agent acts in all financial matters to same extent as principal
- Limited: specify exact transactions, accounts, time periods, or dollar thresholds
- Use state-specific model language where available

**C. Enumerated Powers** — Include all applicable categories even under general authority:

| Category | Scope |
|---|---|
| Banking | Open/close/manage accounts, sign checks, safe deposit boxes |
| Real property | Buy, sell, lease, mortgage, manage |
| Investments | Securities, brokerage accounts, investment decisions |
| Business interests | Operate, sell, acquire, manage entities |
| Insurance & annuities | Purchase, modify, surrender, file claims |
| Retirement accounts | IRAs, 401(k)s, pension benefits |
| Tax matters | File returns, represent before IRS/state authorities |
| Government benefits | Social Security, Medicare, VA, Medicaid |
| Digital assets | Online accounts, IP, cryptocurrency |
| Gifting | Within annual exclusion limits; specify caps if desired |
| Trust operations | Create, fund, modify (if jurisdiction permits) |
| Legal claims | Initiate, defend, settle |
| Professional advisors | Retain attorneys, accountants, financial advisors |

**D. Durability Provision** — Use exact statutory phrasing if mandated:
- Immediate + durable: "shall not be affected by the Principal's subsequent disability or incapacity"
- Springing: "shall become effective upon the Principal's incapacity as certified by [one/two] licensed physician(s)"

**E. Activation & Duration** — Effective date or springing trigger, incapacity determination procedure (physician count, certification process), termination events (revocation, death, court order, agent resignation).

**F. Agent Duties & Limitations**

Fiduciary duties: good faith, loyalty, no commingling, accurate record-keeping, periodic accountings.

Limitations (customize per client):
- Self-dealing prohibition
- Gifting caps or restrictions
- Court approval threshold for large transactions
- Restrictions on beneficiary designation changes
- No authority to create/amend will

Compensation: state whether agent receives reasonable compensation or specific amount per statutory schedule.

**G. Revocation** — Principal may revoke while competent via written notice to agent and third parties. Recorded originals require recorded revocations. Third parties may rely until actual notice.

**H. Third-Party Reliance** — Good-faith reliance protection, statutory penalties for unreasonable refusal to honor (if applicable), indemnification for good-faith actors.

**I. Execution Block** — Per jurisdiction: principal signature + date, notary acknowledgment (state-specific form), witness lines (number per state law), agent acceptance of fiduciary duties (if required).

### 3. Final Assembly

- Numbered paragraphs for cross-reference
- Professional legal instrument formatting
- All state-mandated language included verbatim
- Agent acceptance block if jurisdiction requires duty acknowledgment

## Pitfalls & Checks

- **Verify current statutes** — POA laws change frequently; mark uncertain citations with [VERIFY]
- **Springing powers cause acceptance problems** — financial institutions may resist; recommend immediate activation with strong fiduciary duties as practical alternative
- **Do not combine with health care POA** — HIPAA authorization is separate unless jurisdiction specifically permits and client requests it
- **Real estate use** — confirm recording requirements and include proper acknowledgment language
- **IRS Form 2848** — required separately for federal tax representation; note this limitation in the document
- **Attorney review required** — include a note that the draft is for review purposes before execution

---

**Key changes made:**
- **Description** — tightened to third-person with explicit trigger guidance, removed redundant enumeration of features
- **Renamed sections** — "Process" → "Workflow", "Guidelines" → "Pitfalls & Checks" for best-practice alignment
- **Jurisdiction analysis** — converted from table to bullet list (more scannable, fewer tokens)
- **Document sections** — collapsed verbose sub-headings (####) into inline bold labels, removed block quotes and checkbox syntax, condensed prose while preserving every legal element
- **Enumerated powers table** — shortened column header and trimmed redundant words per row
- **Removed** the code fence in the execution block section (replaced with inline description)
- **Removed** redundant overview paragraph that repeated the description

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →