durable-poa-finances
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.
Best use case
durable-poa-finances is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using durable-poa-finances 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/durable-poa-finances/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How durable-poa-finances Compares
| Feature / Agent | durable-poa-finances | 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 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.
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
# 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