Name: Estate Manager Tagline: A comprehensive, AI-powered estate administration platform for executors, attorneys, and families managing estates after the death of a loved one — spanning WordPress, desktop (Electron + Tauri), and PWA. Current status: Beta (WordPress plugin v1.5.0 production-ready; desktop and PWA in development) First commit / project start: 2025–2026 development cycle; WordPress plugin through v1.5.0; desktop and PWA tracks in progress
Estate Manager is a multi-platform estate administration system that helps executors, estate attorneys, and families organize and manage every aspect of settling an estate. The WordPress plugin provides asset inventory, task management (with Kanban board), financial tracking, beneficiary management, veterans benefits, trust administration, calendar/key dates, service provider directory, comprehensive reporting, and an AI-powered chatbot for estate guidance. The desktop application (built in both Electron and Tauri) extends this with local-first SQLite storage, offline capability, and native OS integration. A PWA track (React/TypeScript/Vite) is in early development.
Estate Manager addresses the specific, overwhelming complexity of estate settlement — a process that most people face only once or twice in their lives, with high stakes, legal deadlines, and emotional stress. Unlike generic project management tools, it provides estate-specific modules (probate tracking, beneficiary distributions, veterans benefits, trust compliance), a curated knowledgebase covering all 50 US states’ probate laws, and an AI chatbot that combines Claude/OpenAI with Pinecone vector search and Tavily web research to answer estate-specific questions with appropriate disclaimers and professional referral guidance.
Platform: WordPress plugin (PHP) + Desktop app (Electron 28 / Tauri 2) + PWA (React 19 / Vite 7) Deployment: WordPress: self-hosted (WP 6.0+, PHP 8.0+); Desktop: macOS/Windows native installers; PWA: browser-based with offline capability Primary interface: WordPress admin dashboard with tabbed modules; Desktop native window with SQLite; PWA responsive web app; AI chatbot embedded in all platforms
Primary user: Estate executors — family members appointed to manage a deceased parent’s estate Secondary users: Estate attorneys coordinating multiple estates; financial advisors working with estate clients; families with minimal prior estate planning; beneficiaries tracking distributions User environment: Home office, attorney office, or mobile; emotionally stressful situation requiring clear guidance and organized tracking
When a loved one dies, the executor faces an overwhelming combination of legal requirements, financial tracking, asset management, beneficiary coordination, and deadline compliance — often with no prior experience. The process involves 11+ categories of tasks, state-specific probate laws, tax deadlines, and coordination with attorneys, CPAs, and financial advisors. No existing tool is purpose-built for this workflow; executors typically use spreadsheets, paper files, and generic project management tools that do not understand estate-specific requirements.
| Need | How the product addresses it | Source of evidence |
|---|---|---|
| Estate-specific task and asset management | 10+ task categories, 10+ asset categories, beneficiary tracking, veterans benefits, trust management, probate case details | wordpress/README.md — feature list |
| State-specific probate guidance | Curated knowledgebase with per-state resources covering 50 US states | wordpress/knowledgebase/ — resources/state/ directory |
| AI-powered estate guidance with appropriate disclaimers | Chatbot with Claude/OpenAI, Pinecone RAG, Tavily web search, and comprehensive disclaimer/referral system | wordpress/includes/chatbot-system-prompt.txt, wordpress/documentation/Chatbot Requirements.md |
| Offline-capable estate management | Desktop app (Electron/Tauri) with local SQLite storage for sensitive estate data | desktop/README.md, desktop/src-tauri/ |
Executors used combinations of spreadsheets, paper files, generic project management tools (Trello, Asana), email, and physical file folders. They hired attorneys for guidance at $300–500/hour. Some used Everplans or similar estate planning tools, which focus on pre-death planning rather than post-death administration. Google searches for state-specific probate requirements yielded fragmented, often unreliable information.
Primary category: Estate administration / probate management software Market maturity: Growing (estate planning tools exist, but post-death administration tools are underdeveloped) Key dynamics: An aging population is increasing demand for estate administration tools. Most existing products focus on pre-death estate planning rather than the post-death administration process that executors actually face. ⚡
| Product / Company | Approach | Strengths | Key gap this project addresses | Source |
|---|---|---|---|---|
| Everplans ⚡ | Pre-death estate planning vault | Good document organization | Focuses on pre-death planning, not post-death administration; no AI guidance | ⚡ Public product |
| Atticus (formerly Empathy) ⚡ | Post-death estate settlement guidance | User-friendly, guided workflow | Web-only; no asset inventory depth; no AI chatbot; limited customization | ⚡ Public product |
| Estateably ⚡ | Professional estate administration for lawyers | Deep legal workflow | Designed for attorneys, not families; expensive; no AI guidance | ⚡ Public product |
| Generic project management (Trello, Asana) ⚡ | General task/project management | Flexible, well-known | No estate-specific modules, no probate guidance, no AI assistance | ⚡ Public products |
Estate Manager positions as the most comprehensive estate administration platform for non-professional executors — combining the depth of professional tools (asset inventory, financial tracking, probate management) with the accessibility of guided consumer tools (AI chatbot, state-specific guidance) and the flexibility of multi-platform deployment (WordPress, desktop, PWA).
The product’s defensibility rests on its comprehensive estate-specific data model (11+ database tables covering all aspects of estate administration), its curated 50-state knowledgebase with professional referral guidance, its AI chatbot with estate-specific system prompt and appropriate disclaimers, and its multi-platform architecture (WordPress + Desktop + PWA) that addresses different deployment needs.
Extensive requirements documentation spanning 4,400+ lines across multiple requirements files (requirements.md, requirementsv2.md, requirementsv3.md), plus focused requirements for the chatbot, agents, disclaimers, and desktop application. Requirements were developed through iterative Cursor AI sessions.
Hard constraints:
Explicit non-goals:
| Decision | Alternatives considered | Rationale | Evidence source |
|---|---|---|---|
| Multi-platform (WordPress + Desktop + PWA) | WordPress-only | Different users need different deployment models: attorneys want WordPress, families want desktop/offline, mobile users want PWA | desktop/README.md, pwa/README.md |
| 50-state knowledgebase with per-state JSON | Generic guidance without state specificity | Probate laws vary dramatically by state; state-specific guidance is essential for accurate administration | wordpress/knowledgebase/resources/state/ |
| AI chatbot with comprehensive disclaimers | No AI guidance, or AI without disclaimers | Estate decisions have legal/financial consequences; AI must be helpful while clearly disclaiming legal advice and recommending professionals | wordpress/documentation/Disclaimer of Liability Requirements.md, chatbot-system-prompt.txt |
| Electron AND Tauri desktop tracks | Single desktop framework | Electron for rapid development; Tauri for smaller binary, better security, native performance; parallel tracks allow comparison | desktop/README-TAURI-SUCCESS.md |
KB type: Curated JSON/Markdown knowledgebase + Pinecone vector DB + chatbot system prompt Location in repo: wordpress/knowledgebase/ (73 files), wordpress/includes/chatbot-system-prompt.txt Estimated size: 73 files across professionals, resources, state-specific JSON, index files, and documentation
wordpress/knowledgebase/
├── README.md # KB overview
├── KNOWLEDGEBASE-SUMMARY.md # Comprehensive summary (475 lines)
├── CHATBOT-INTEGRATION-GUIDE.md # Chatbot integration guide (369 lines)
├── Estate_Liquidation_Playbook_v3_1.md # Estate liquidation guide (951 lines)
├── index/
│ └── by-situation.json # Situation-based resource index
├── professionals/
│ └── *.json # Professional referral resources
├── resources/
│ ├── state/ # Per-state probate resources (50+ JSON files)
│ └── *.json # General estate resources
├── embeddings/ # Vector embeddings
├── guardrails/ # Content guardrails
└── disambiguations/ # Term disambiguation
wordpress/includes/
└── chatbot-system-prompt.txt # 366-line estate guidance system prompt
| Category | Files / format | Purpose | Update frequency |
|---|---|---|---|
| State-specific probate resources | 50+ JSON files in resources/state/ |
Per-state probate laws, deadlines, requirements | Updated as laws change |
| Professional referral guidance | JSON files in professionals/ |
When and how to engage attorneys, CPAs, financial advisors | Stable with periodic updates |
| Situation-based index | index/by-situation.json |
Routes users to relevant resources based on their estate situation | Updated with new resources |
| Estate liquidation playbook | Markdown (951 lines) | Comprehensive guide to estate liquidation process | Versioned (v3.1) |
| Chatbot system prompt | Text (366 lines) | Defines AI estate advisor persona, disclaimers, referral rules | Per version |
| KB documentation | Markdown (README, Summary, Integration Guide) | Developer and integrator guidance | Per version |
The knowledgebase was built through research into probate laws across all 50 US states, professional referral best practices, and estate administration workflows. State-specific JSON files contain structured data about each state’s probate requirements, deadlines, and professional resources. The chatbot system prompt was developed to encode estate advisory expertise while maintaining clear disclaimers and professional referral guidance. The Estate Liquidation Playbook (v3.1) represents a comprehensive, iteratively refined guide to the liquidation process.
System prompt approach: A 366-line system prompt (chatbot-system-prompt.txt) that defines the AI as an estate administration advisor with deep knowledge of probate processes, financial management, and beneficiary coordination. Key behavioural guardrails: Comprehensive disclaimer of liability (not legal advice); mandatory professional referral for legal, tax, and complex financial decisions; transparent about AI limitations; escalation to human professionals for high-stakes decisions. Persona / tone configuration: Empathetic, knowledgeable estate advisor; acknowledges the emotional context of estate administration; professional but approachable. Tool use / function calling: Pinecone vector search (RAG from knowledgebase), Tavily web search (real-time information), Google Maps API (service provider locations).
Multi-platform development using Cursor AI-assisted sessions, with the WordPress plugin as the primary platform and desktop (Electron/Tauri) and PWA as extension platforms. Extensive requirements documentation (4,400+ lines across 3 versions) guided development. The knowledgebase was built as a foundational layer that serves all platforms.
| Phase | Approximate timeframe | What was built | Key commits or milestones |
|---|---|---|---|
| WordPress v1.0.0 | 2025–2026 | Core plugin: estate profiles, asset inventory, task management, financial tracking, beneficiary management | Plugin header version |
| WordPress v1.3.3–v1.4.0 | 2026 | Veterans benefits, trust management, calendar, reporting, security roles | Plugin install ZIPs |
| WordPress v1.5.0 | 2026 | AI chatbot (Claude/OpenAI), Pinecone RAG, Tavily web search, knowledgebase, Google Maps | Current WP version (ESTATE_MANAGER_VERSION) |
| Desktop (Electron) | 2026 | Electron 28 app with SQLite, chatbot, API integrations, auto-updater | desktop/package.json |
| Desktop (Tauri) | 2026 | Tauri 2 app with Rust backend, rusqlite, AES-GCM encryption | desktop/src-tauri/Cargo.toml v4.0.1 |
| PWA | 2026 | React 19 / TypeScript / Vite 7 / Tailwind 4 / Dexie / Zustand — early development | pwa/package.json v0.0.0 |
The CLAUDE.md provides project context for AI development tools. Extensive cursor-chats/ directory preserves development conversation history. Multiple desktop session documents (migration logs, build notes) follow AI-assisted development patterns. The knowledgebase documentation includes a Chatbot Integration Guide specifically for AI-tool-assisted development. Requirements documents evolved through three versions (requirements.md, v2, v3).
| Challenge | How resolved | Evidence |
|---|---|---|
| Multi-platform architecture with shared business logic | WordPress plugin as primary with REST API; desktop apps with SQLite + API client layer; shared knowledgebase | Architecture spans wordpress/, desktop/, pwa/ |
| Electron to Tauri migration for better security and size | Built parallel Tauri implementation with rusqlite, AES-GCM encryption, Rust-native commands; documented success | desktop/README-TAURI-SUCCESS.md (257 lines) |
| Estate-specific AI chatbot with appropriate legal disclaimers | 366-line system prompt with mandatory disclaimer rules, professional referral guidance, and escalation protocols | wordpress/includes/chatbot-system-prompt.txt, documentation/Disclaimer of Liability Requirements.md |
| State-specific probate law variation across 50 states | Per-state JSON knowledge files with structured probate requirements, deadlines, and professional resources | wordpress/knowledgebase/resources/state/ (50+ files) |
| Model / API | Provider | Role in product | Integration method |
|---|---|---|---|
Claude 3.5 Sonnet (claude-3-5-sonnet-20241022) |
Anthropic | Primary chatbot LLM for estate guidance | Direct API via class-chatbot.php (WP), chatbot-service.js (desktop) |
GPT-4 Turbo (gpt-4-turbo-preview) |
OpenAI | Alternative chatbot LLM (user-selectable) | Direct API via class-chatbot.php (WP), chatbot-service.js (desktop) |
| Pinecone Vector DB | Pinecone | Knowledge base storage and semantic retrieval for estate resources | Direct API via class-pinecone-api.php (WP), api-integrations.js (desktop) |
| Tavily Search | Tavily | Real-time web search for current estate/legal information | Direct API via class-tavily-api.php (WP), api-integrations.js (desktop) |
| Google Maps API | Service provider location display and mapping | class-google-maps-api.php |
|
| GitHub Releases | GitHub | Desktop app auto-update distribution | electron-updater in desktop/package.json |
| Tool | Category | Purpose |
|---|---|---|
| WordPress chatbot handler | Chat pipeline | Processes user messages through system prompt + RAG + web search + LLM |
| Pinecone vector search | RAG | Retrieves relevant knowledgebase content based on user queries |
| Tavily web search | Real-time augmentation | Supplements knowledgebase with current information |
| Streaming response | UX | Real-time token streaming for chatbot responses |
| Knowledgebase index | Routing | Situation-based index routes queries to relevant resources |
| Tool | How used in build |
|---|---|
| Cursor | Primary development IDE; iterative code generation for WordPress PHP, Electron JS, Tauri Rust, React PWA; knowledgebase creation; requirements documentation |
| Claude (via Cursor) | Architecture design, code generation, knowledgebase content creation, system prompt development, requirements refinement |
| Antigravity | Autonomous test execution, browser QA, visual regression testing — used per global CLAUDE.md tool lane |
| Version / Phase | Date | Summary of changes | Significance |
|---|---|---|---|
| WordPress v1.0.0 | 2025–2026 | Core plugin: estates, assets, tasks, financials, beneficiaries | Plugin header version (foundation) |
| WordPress v1.3.3–v1.4.0 | 2026 | Veterans benefits, trust management, calendar, reporting, security | Feature expansion (ZIP installs preserved) |
| WordPress v1.5.0 | 2026 | AI chatbot, Pinecone RAG, Tavily search, knowledgebase, Google Maps | Current WP version — AI-powered |
| Desktop (Electron) v1.0.0 | 2026 | Electron 28 desktop app with SQLite, chatbot, auto-updater | Desktop availability |
| Desktop (Tauri) v4.0.1 | 2026 | Tauri 2 migration with Rust backend, AES-GCM encryption, rusqlite | Native performance + security |
| PWA v0.0.0 | 2026 | React 19 / Vite 7 / Tailwind 4 scaffold with Dexie offline storage | Early PWA development |
ESTATE_MANAGER_VERSION constant is v1.5.0), indicating significant feature expansion after initial release.documentation/ has HTML guides but some reference “coming soon” features| Artifact | Path | Type | What it shows |
|---|---|---|---|
| WordPress admin UI | wordpress/admin/ (partials, CSS, JS) |
PHP/CSS/JS | Tabbed estate management dashboard |
| React Kanban board | wordpress/assets/js/ (React + FullCalendar) |
React components | Task management Kanban and calendar views |
| Desktop UI | desktop/src/renderer/ (HTML, CSS, JS) |
Electron renderer | Desktop estate management interface |
| Tauri UI | desktop/src-tauri/ |
Rust + web view | Native desktop with Rust backend |
| PWA scaffold | pwa/src/ |
React/TypeScript | Early PWA responsive design |
| Document | Path | Type | Status |
|---|---|---|---|
| WordPress README | wordpress/README.md (442 lines) |
Product overview | Complete |
| Desktop README | desktop/README.md (262 lines) |
Desktop guide | Complete |
| Tauri Success Report | desktop/README-TAURI-SUCCESS.md (257 lines) |
Migration documentation | Complete |
| Requirements (v1–v3) | wordpress/requirements/*.md (3 files, 4,400+ lines each) |
Full requirements | Complete |
| Documentation Requirements | wordpress/documentation/Requirements.md (2,475 lines) |
Feature documentation | Complete |
| Chatbot Requirements | wordpress/documentation/Chatbot Requirements.md |
AI chatbot spec | Complete |
| Agent Requirements | wordpress/documentation/agents requirements.md (217 lines) |
Agent/KB spec | Complete |
| Disclaimer Requirements | wordpress/documentation/Disclaimer of Liability Requirements.md |
Legal disclaimer spec | Complete |
| Desktop LOE | wordpress/documentation/Desktop LOE.md (71 lines) |
Effort estimate | Complete |
| Documentation Complete | wordpress/documentation/DOCUMENTATION-COMPLETE.md (353 lines) |
Documentation inventory | Complete |
| KB README | wordpress/knowledgebase/README.md (80 lines) |
KB guide | Complete |
| KB Summary | wordpress/knowledgebase/KNOWLEDGEBASE-SUMMARY.md (475 lines) |
KB comprehensive summary | Complete |
| Chatbot Integration Guide | wordpress/knowledgebase/CHATBOT-INTEGRATION-GUIDE.md (369 lines) |
Chatbot-KB integration | Complete |
| HTML documentation | wordpress/documentation/*.html (4 files) |
Web-ready user guides | Complete |
| Plugin install notes | wordpress/plugin-installs/*.md |
Version-specific install guides | Multiple versions |
| Artifact | Path | Description |
|---|---|---|
| Chatbot system prompt | wordpress/includes/chatbot-system-prompt.txt (366 lines) |
Estate advisor persona with disclaimers |
| 50-state knowledgebase | wordpress/knowledgebase/resources/state/ (50+ JSON files) |
Per-state probate resources |
| Estate Liquidation Playbook | wordpress/knowledgebase/Estate_Liquidation_Playbook_v3_1.md (951 lines) |
Comprehensive liquidation guide |
| Situation-based index | wordpress/knowledgebase/index/by-situation.json |
Query routing index |
| Professional referral resources | wordpress/knowledgebase/professionals/*.json |
Professional engagement guidance |
| Plugin install ZIPs | wordpress/plugin-installs/ (v1.3.3, v1.4.0, v1.5.0) |
Distributable plugin packages |
| Desktop build config | desktop/electron-builder.json |
macOS/Windows build configuration |
| Tauri build config | desktop/src-tauri/tauri.conf.json |
Tauri app configuration |
| Estate Planner spec | wordpress/requirements/Estate Planner.md |
Future product concept |
Estate Manager was born from the firsthand experience of managing a parent’s estate — an overwhelming process involving legal deadlines, financial tracking, asset inventory, beneficiary coordination, and emotional stress, with no purpose-built tool to help. The realization that most executors face this process with zero prior experience, using spreadsheets and paper files, drove the creation of a comprehensive estate administration platform. [CLAUDE NOTE: inferred from product focus on “managing estates after the death of a loved one” and executor-centric design]
Research approach used: Analysis of existing estate planning/administration tools; research into probate law variation across 50 states; review of executor pain points and professional referral needs. Key market observations:
What existing products got wrong: Existing tools either focus on pre-death planning (Everplans), target professional administrators (Estateably), or provide guided checklists without depth (Atticus). None combine comprehensive data management with AI guidance, state-specific knowledge, and multi-platform access.
If executors get a comprehensive, estate-specific management platform with AI-powered guidance that knows the probate laws of their state, appropriate disclaimers, and professional referral paths — they will manage estates more efficiently, miss fewer deadlines, and reduce their reliance on expensive professional hours for routine questions.
The product started as a WordPress plugin focused on estate data management (assets, tasks, financials, beneficiaries). It expanded significantly with the addition of veterans benefits, trust management, and reporting modules. The AI chatbot was added as a major enhancement (v1.5.0), backed by a curated 50-state knowledgebase and comprehensive system prompt with disclaimer rules. The desktop track was initiated to address the need for offline-capable, secure local storage of sensitive estate data — first with Electron, then with a parallel Tauri implementation for better security and performance. A PWA track was started for mobile accessibility. The progression from WordPress-only to three platforms reflects the product’s growing ambition.
What works well: Comprehensive WordPress plugin with 10+ estate management modules; curated 50-state knowledgebase; AI chatbot with appropriate disclaimers and professional referral guidance; desktop app with local-first SQLite storage; Kanban board and calendar (React components); extensive documentation (4,400+ line requirements, multiple user guides). Current limitations: PWA is scaffold-only (v0.0.0); two parallel desktop frameworks (Electron + Tauri) add maintenance burden; marketing materials empty; version discrepancy between plugin header (1.0.0) and constant (1.5.0) could cause confusion; no automated test suite visible. Estimated completeness: WordPress plugin ~90% (v1.5.0, production-ready); Desktop ~70% (functional but dual-track); PWA ~10% (scaffold only).
ESTATE_MANAGER_VERSION constant (1.5.0)requirements/Estate Planner.md)_Manual input required — this section cannot be populated automatically._
| File / Path | What it contributed |
|---|---|
wordpress/CLAUDE.md (115 lines) |
Sections 1, 5, 6 — project overview, structure, development context |
wordpress/CLAUDE.md.backup (40 lines) |
Section 8 — earlier version for comparison |
wordpress/README.md (442 lines) |
Sections 1, 2, 3, 4, 9 — product overview, features, requirements |
wordpress/estate-manager.php (261 lines) |
Sections 1, 6, 8 — version numbers, plugin architecture, class structure |
wordpress/includes/chatbot-system-prompt.txt (366 lines) |
Section 5 — estate advisor system prompt with disclaimers |
wordpress/knowledgebase/README.md (80 lines) |
Section 5 — KB overview |
wordpress/knowledgebase/KNOWLEDGEBASE-SUMMARY.md (475 lines) |
Section 5 — comprehensive KB documentation |
wordpress/knowledgebase/CHATBOT-INTEGRATION-GUIDE.md (369 lines) |
Section 5 — chatbot-KB integration |
wordpress/knowledgebase/Estate_Liquidation_Playbook_v3_1.md (951 lines) |
Section 9 — estate liquidation guide |
wordpress/knowledgebase/index/by-situation.json |
Section 5 — situation-based routing |
wordpress/documentation/Requirements.md (2,475 lines) |
Section 4 — feature requirements |
wordpress/requirements/requirements.md (4,464 lines) |
Section 4 — comprehensive requirements v1 |
wordpress/requirements/requirementsv2.md (4,463 lines) |
Section 4 — requirements v2 |
wordpress/requirements/requirementsv3.md (4,463 lines) |
Section 4 — requirements v3 |
wordpress/documentation/Chatbot Requirements.md (20 lines) |
Section 4 — chatbot spec |
wordpress/documentation/agents requirements.md (217 lines) |
Section 4 — agent/KB requirements |
wordpress/documentation/Disclaimer of Liability Requirements.md (24 lines) |
Section 4 — disclaimer spec |
wordpress/documentation/Desktop LOE.md (71 lines) |
Section 6 — desktop effort estimate |
wordpress/documentation/DOCUMENTATION-COMPLETE.md (353 lines) |
Section 9 — documentation inventory |
wordpress/requirements/Estate Planner.md (22 lines) |
Section 11 — future product concept |
desktop/README.md (262 lines) |
Sections 1, 6 — desktop architecture and features |
desktop/README-TAURI-SUCCESS.md (257 lines) |
Section 6 — Tauri migration documentation |
desktop/package.json |
Sections 1, 7, 8 — dependencies, version, build config |
desktop/electron-builder.json |
Section 9 — build configuration |
desktop/src/main/main.js (395 lines) |
Section 6 — Electron main process |
desktop/src-tauri/Cargo.toml |
Sections 1, 7 — Rust dependencies, Tauri version |
desktop/src-tauri/tauri.conf.json |
Section 8 — Tauri app version and config |
desktop/src-tauri/src/main.rs (253 lines) |
Section 6 — Tauri Rust entry point |
desktop/src/services/chatbot-service.js (492 lines) |
Section 7 — desktop chatbot integration |
desktop/src/services/api-integrations.js |
Section 7 — desktop API integrations |
desktop/src/config.js |
Section 7 — API environment configuration |
pwa/package.json |
Sections 1, 8 — PWA dependencies and version |
pwa/README.md (74 lines) |
Section 1 — PWA scaffold description |
pwa/src/main.tsx (11 lines) |
Section 6 — PWA entry point |
pwa/src/App.tsx (42 lines) |
Section 6 — PWA app component |
wordpress/assets/js/package.json |
Section 9 — React build dependencies |
Estate administration software sits at the intersection of two accelerating trends: the democratization of software development through AI-assisted coding tools, and the rapid integration of AI capabilities into every vertical SaaS product. The vibe coding phenomenon — now a $9.4 billion ecosystem where 41% of all code produced globally is AI-generated — means that purpose-built estate tools can emerge faster than ever. Estate Manager itself was built with AI-assisted development, and competitors are using the same tools to close feature gaps quickly. The window between “novel feature” and “table-stakes expectation” has compressed from years to months.
The more significant shift for Estate Manager is LLM capability convergence. When Estate Manager launched its AI chatbot with Claude and Pinecone RAG, “AI-powered estate guidance” was a genuine differentiator. By April 2026, EstateExec has shipped “Lenore” (an AI agent), SwiftProbate offers contextual AI chat with 3,200+ county guides, CounselPro runs a three-model AI pipeline for financial document reconstruction, and Trust & Will launched AI document extraction for attorneys. The AI layer alone no longer differentiates. Differentiation must come from the depth of estate-specific domain knowledge embedded in prompts, workflows, and data models — and from solving the specific, emotionally charged problems that executors face.
For a consultancy product, this landscape validates Estate Manager’s strategic premise: the tools to build AI-powered estate software are widely available, but the judgment about what executors actually need — state-specific compliance, trauma-aware UX, appropriate disclaimers, professional referral paths — comes from domain expertise, not model capability. That said, competitors are adding features at a pace that demands a response.
| Competitor | Model | Price Point | Key Threat |
|---|---|---|---|
| SwiftProbate | Low-cost guided probate | $39 one-time | 3,200+ county guides; AI chat; guided asset discovery; aggressive pricing |
| CounselPro | AI financial analysis | Custom (professional) | Three-model AI pipeline for document reconstruction; court-ready reports |
| Elayne | Hybrid software + concierge | $250+ per estate | Dedicated specialists paired with software |
| Trust & Will (Attorney Platform) | AI platform for estate attorneys | $499-$599 | Document extraction AI; client management |
| EverSettled | Step-by-step checklists | Varies | Optional specialist support; guided workflow |
| Feature | Shipped By | Estate Manager Status |
|---|---|---|
| AI will/trust analysis (auto-extract beneficiaries, executors, bequests) | EstateExec (Lenore), Trust & Will | Not built — now P0 parity gap |
| AI financial document parsing (bank statements, tax docs) | CounselPro, EstateExec | Not built — added to roadmap |
| County-level probate guidance (3,200+ counties) | SwiftProbate | Not built — our 50-state KB is state-level only |
| AI chat agent with estate-specific context | EstateExec (Lenore), SwiftProbate | Built but reactive — needs estate-data-aware enhancement |
| Guided asset discovery questionnaire | SwiftProbate, Atticus | Not built — simple but effective UX pattern |
| Family collaboration with permissions | SwiftProbate, Atticus, EstateExec | Not built — collaboration gap persists |
| 160+ institution-specific closure guides | SwiftProbate | Not built — new opportunity |
| Differentiator | Erosion | Remaining Advantage |
|---|---|---|
| AI chatbot for estate guidance | Significant — 3 competitors now have AI chat | Our chatbot has deeper disclaimer/referral system; needs estate-data awareness |
| 50-state knowledgebase | Partial — SwiftProbate has 3,200+ county guides | State-level coverage is less granular than county-level |
| Desktop/offline capability | Maintained — all competitors are web-only | Genuine advantage for attorneys handling sensitive data |
| Multi-platform (WP + Desktop + PWA) | Maintained | No competitor spans self-hosted + native desktop |
The roadmap is organized into four tiers. The strategic logic: Tier 1 closes critical parity gaps that competitors have already shipped. Tier 2 builds the features that create durable differentiation. Tier 3 delivers the “Executor Copilot” — a proactive AI advisor that represents the product’s long-term strategic bet. Tier 4 explores platform expansion.
Tier 1 — “From Tracker to Advisor” (Next Build Cycle, 6-8 weeks)
Tier 2 — “Professional-Grade Administration” (Near-Term)
Tier 3 — “AI-Powered Estate Intelligence” (Medium-Term)
Prioritization rationale: AI will analysis moved from Phase 5 (January roadmap) to Tier 1 because EstateExec and Trust & Will shipped it. County-level guidance added because SwiftProbate’s 3,200+ county database exposed our state-level coverage as insufficient. Executor Preparation Mode in Tier 2 because no competitor does full lifecycle (pre-death to post-death) — this is where domain judgment, not AI capability, creates defensible differentiation.
The following Skills have been added to the ITI knowledge system since the last sell sheet update, directly supporting Estate Manager’s roadmap:
| Skill | What It Enables |
|---|---|
estate-jurisdiction-engine |
Jurisdiction-specific probate rules, thresholds, deadlines, forms, and terminology for US states and Canadian provinces. Powers the Tier 1 compliance foundation and Tier 2 expanded coverage. |
estate-document-extraction |
AI-powered extraction of structured data from wills, trusts, deeds, and financial statements using Claude Vision API. Enables Tier 1 will analysis and Tier 2 financial document parsing. |
estate-accounting |
Double-entry bookkeeping for estate and trust accounting — capital vs. income classification, court-formatted reports. Supports Tier 1 transaction tracking and Tier 2 court reports. |
estate-task-automation |
Jurisdiction-aware task template system with dependency tracking and deadline calculation. Powers Tier 1 automated task generation. |
trauma-informed-product-design |
Language guidelines, visual constraints, and interaction models for products serving vulnerable populations. Directly applicable — estate executors are navigating grief while managing legal deadlines. |
agentic-task-execution |
Patterns for AI agents performing real-world actions with confirmation flows, rollback, and audit logging. Supports the Tier 3 Executor Copilot’s proactive guidance capabilities. |
Strengths:
Gaps we’re honest about:
What we’re watching:
Portfolio context: Estate Manager demonstrates ITI’s ability to apply AI to a domain where emotional sensitivity, legal accuracy, and professional referral judgment matter more than raw model capability. The product’s value as consulting portfolio evidence lies in showing that responsible AI product development requires domain expertise — not just API integration.