estate-plan-summary-memo

Generate an estate plan summary memo from advisor interview inputs.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/terraleiloa/seren-skills --skill estate-plan-summary-memo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: estate-plan-summary-memo
Source: https://github.com/terraleiloa/seren-skills/tree/main/family-office/estate-plan-summary-memo
Command: npx skills add https://github.com/terraleiloa/seren-skills --skill estate-plan-summary-memo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, psycopg[binary], snowflake-connector-python, and includes scripts (resource) components.

What problem does it solve?

It turns scattered estate planning information into a clear, actionable summary memo that helps advisors and family offices review wills, trusts, directives, guardianship, beneficiary designations, and identify gaps.

Core Features & Use Cases

  • Structured estate interview: Collects only the minimum inputs needed to tailor an estate summary memo (documents, trustees/guardians, beneficiary designation review, state of residence, known gaps, and counsel).
  • Consistent memo deliverable: Produces a single markdown deliverable plus an interview.json that captures every advisor input for auditability.
  • Optional downstream publishing: Can store memory entries (when configured) and optionally push the artifact to external systems like SharePoint, Asana, Snowflake, and email/calendar via the Seren gateway.

Quick Start

Use the estate-plan-summary-memo skill to generate the Estate Plan Summary Memo for a client based on their current documents, beneficiaries, state of residence, and known gaps.

Frequently Asked Questions about estate-plan-summary-memo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a consistent estate planning memo from scattered client interview details?

To generate an estate planning memo, the Skill runs a local Python agent that collects advisor inputs on documents, trustees, guardians, and beneficiary designations, then renders a structured markdown deliverable. This ensures a consistent review format for family offices.

What is the best way to capture estate planning interview inputs for auditability?

The best way to capture estate planning interview inputs is through a structured local agent that records every detail into an interview.json file. This provides a complete audit trail alongside the final markdown memo for legal compliance.

Can I use this estate plan summary workflow for family office advisory reviews?

Yes, this estate plan summary workflow is specifically designed for family office and estate-advisory contexts. It standardizes the review of wills, trusts, directives, and beneficiary designations to identify gaps before document execution.

How do I identify risk gaps in beneficiary designations and estate documents?

You identify risk gaps by inputting known issues, state of residence, and beneficiary details into the structured interview. The agent processes these inputs to produce a memo that highlights missing directives or conflicting trustee designations for counsel review.

Does the estate plan memo tool support publishing artifacts to Snowflake or SharePoint?

Yes, the estate plan memo tool supports optional downstream publishing to Snowflake, SharePoint, Asana, and email/calendar systems via the Seren gateway. It can also store memory entries when configured.

Do I need Python and YAML configuration to run the estate memo interview agent?

Yes, you need a local Python environment with a YAML frontmatter-defined skill entry to run the interview agent. The workflow also uses dependencies like requests, psycopg, and snowflake-connector-python for data operations.