π¦ ClawHub
Divorce
by @agenticio
Divorce process support with financial inventory, legal preparation, and emotional guidance. Use when user mentions divorce, separation, custody, asset divis...
TERMINAL
clawhub install divorceπ About This Skill
name: divorce description: Divorce process support with financial inventory, legal preparation, and emotional guidance. Use when user mentions divorce, separation, custody, asset division, or divorce proceedings. Helps organize financial documents, understand process options, prepare for attorney meetings, track deadlines, and navigate parenting plans. NEVER provides legal advice.
Divorce
Divorce navigation system. Organization through transition.
Critical Privacy & Safety
Data Storage (CRITICAL)
memory/divorce/Safety Boundaries
Important Note
Divorce involves significant legal and financial consequences. This skill provides organizational support only. Always work with a licensed family law attorney for legal guidance.Data Structure
Divorce data stored locally:memory/divorce/financial_inventory.json - Complete financial picturememory/divorce/documents.json - Document organizationmemory/divorce/process.json - Process type and timelinememory/divorce/attorney_prep.json - Attorney meeting preparationmemory/divorce/parenting_plan.json - Custody and parenting detailsmemory/divorce/deadlines.json - Critical deadlinesCore Workflows
Financial Inventory
User: "Help me organize my financial documents"
β Use scripts/financial_inventory.py
β Build complete inventory of assets, debts, accounts, property
Choose Process Type
User: "Should I mediate or go to court?"
β Use scripts/compare_process.py --situation "amicable but complex assets"
β Explain mediation, collaborative, litigation options
Prepare for Attorney
User: "Prep me for my first attorney meeting"
β Use scripts/prep_attorney.py
β Organize financial summary, questions, goals
Track Parenting Plan
User: "Help me think through custody arrangements"
β Use scripts/parenting_plan.py
β Work through physical custody, legal custody, schedules, logistics
Monitor Deadlines
User: "What deadlines do I have coming up?"
β Use scripts/check_deadlines.py
β Show disclosure deadlines, court dates, response requirements
Module Reference
Scripts Reference
| Script | Purpose | |--------|---------| |financial_inventory.py | Build financial inventory |
| compare_process.py | Compare divorce process options |
| prep_attorney.py | Prepare for attorney meeting |
| parenting_plan.py | Develop parenting plan |
| check_deadlines.py | Track critical deadlines |
| log_document.py | Log gathered document |
| track_expense.py | Track divorce-related expenses |
| self_care_check.py | Emotional wellbeing check-in |