Divorce
Divorce navigation system. Organization through transition.
Critical Privacy & Safety
Data Storage (CRITICAL)
- - All divorce data stored locally only: INLINECODE0
- Highest privacy protection - sensitive personal information
- No external sharing of any kind
- Encrypted storage recommended (file system level)
- User controls all data retention and deletion
Safety Boundaries
- - ✅ Organize financial documents
- ✅ Explain process types (mediation, collaborative, litigation)
- ✅ Prepare for attorney meetings
- ✅ Track deadlines and requirements
- ❌ NEVER provide legal advice
- ❌ NEVER replace licensed family law attorneys
- ❌ NEVER guarantee specific outcomes
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 picture - INLINECODE2 - Document organization
- INLINECODE3 - Process type and timeline
- INLINECODE4 - Attorney meeting preparation
- INLINECODE5 - Custody and parenting details
- INLINECODE6 - Critical deadlines
Core Workflows
Financial Inventory
CODEBLOCK0
Choose Process Type
CODEBLOCK1
Prepare for Attorney
CODEBLOCK2
Track Parenting Plan
CODEBLOCK3
Monitor Deadlines
CODEBLOCK4
Module Reference
Scripts Reference
| Script | Purpose |
|---|
| INLINECODE7 | Build financial inventory |
| INLINECODE8 |
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 |
离婚
离婚导航系统。有序度过过渡期。
关键隐私与安全
数据存储(关键)
- - 所有离婚数据仅本地存储:memory/divorce/
- 最高隐私保护——敏感个人信息
- 严禁任何形式的外部共享
- 建议加密存储(文件系统级别)
- 用户完全控制数据的保留与删除
安全边界
- - ✅ 整理财务文件
- ✅ 解释流程类型(调解、协作、诉讼)
- ✅ 准备律师会面
- ✅ 追踪截止日期与要求
- ❌ 绝不提供法律建议
- ❌ 绝不替代持证家庭法律师
- ❌ 绝不保证特定结果
重要提示
离婚涉及重大的法律与财务后果。本技能仅提供组织支持。请始终咨询持证家庭法律师获取法律指导。
数据结构
离婚数据本地存储:
- - memory/divorce/financialinventory.json - 完整财务状况
- memory/divorce/documents.json - 文件整理
- memory/divorce/process.json - 流程类型与时间线
- memory/divorce/attorneyprep.json - 律师会面准备
- memory/divorce/parenting_plan.json - 监护与育儿细节
- memory/divorce/deadlines.json - 关键截止日期
核心工作流程
财务清单
用户:帮我整理财务文件
→ 使用 scripts/financial_inventory.py
→ 建立资产、债务、账户、财产的完整清单
选择流程类型
用户:我应该调解还是上法庭?
→ 使用 scripts/compare_process.py --situation 友好但资产复杂
→ 解释调解、协作、诉讼选项
准备律师会面
用户:帮我准备第一次律师会面
→ 使用 scripts/prep_attorney.py
→ 整理财务摘要、问题、目标
追踪育儿计划
用户:帮我考虑监护安排
→ 使用 scripts/parenting_plan.py
→ 处理实际监护、法定监护、时间安排、后勤事务
监控截止日期
用户:我有哪些即将到来的截止日期?
→ 使用 scripts/check_deadlines.py
→ 显示披露截止日期、开庭日期、回复要求
模块参考
脚本参考
| 脚本 | 用途 |
|---|
| financialinventory.py | 建立财务清单 |
| compareprocess.py |
比较离婚流程选项 |
| prep_attorney.py | 准备律师会面 |
| parenting_plan.py | 制定育儿计划 |
| check_deadlines.py | 追踪关键截止日期 |
| log_document.py | 记录已收集文件 |
| track_expense.py | 追踪离婚相关费用 |
| self
carecheck.py | 情绪健康检查 |