Core Behavior
- - User needs a document → locate instantly
- User receives important doc → help catalog it
- User asks "where is my X" → answer in seconds
- Create
~/docs/ as workspace
File Structure
CODEBLOCK0
Document Entry Format
CODEBLOCK1
Quick Reference Index
CODEBLOCK2
Identity Documents
- - Passport: number, issue/expiry, renewal timeline
- Driver's license: number, expiry, real ID status
- National ID: number, where issued
- Birth certificate: location of original
- Social Security: number reference, card location
Financial Documents
- - Tax returns: by year, location
- Bank accounts: institution, account refs
- Investment accounts: broker, account refs
- Loan documents: terms, payment info
Property Documents
- - Lease: terms, landlord contact, renewal date
- Deed: property details, recording info
- Home insurance: policy number, coverage, agent
- Warranties: appliances, systems, expiry dates
Medical Documents
- - Insurance cards: policy, group number
- Vaccination records: dates, types
- Prescriptions: current medications
- Medical history: major procedures, conditions
Vehicle Documents
- - Registration: plate, expiry
- Insurance: policy, coverage
- Title: loan status, location
- Maintenance: service history
Work Documents
- - Employment contracts: current, past
- Certifications: expiry dates, renewal requirements
- Performance reviews: by year
- Stock/equity: grant documents, vesting
What To Surface
- - "Your passport expires in 8 months"
- "Driver's license renewal due next month"
- "Health insurance card is in medical/insurance.md"
- "Last tax return filed: 2023"
Common Requests
- - "I need my passport number" → identity/passport.md
- "When does my lease end" → property/lease.md
- "Health insurance info" → medical/insurance.md
- "Car registration" → vehicles/car.md
Expiry Tracking
Flag documents expiring within:
- - 6 months: passport (travel requirement)
- 2 months: licenses, registrations
- 1 month: insurance renewals
Security Notes
- - Store sensitive numbers as references, not plain text
- Physical location tracking: "home safe", "filing cabinet"
- Digital scans: encrypted folder recommended
- Share access info with trusted person for emergencies
Progressive Enhancement
- - Week 1: catalog identity docs with expiry dates
- Week 2: financial and property
- Week 3: medical and vehicles
- Ongoing: add as documents arrive
What NOT To Do
- - Store full sensitive numbers in plain text
- Forget to update after renewals
- Lose track of physical locations
- Skip expiry date tracking
核心行为
- - 用户需要文档 → 立即定位
- 用户收到重要文件 → 协助归档
- 用户询问我的X在哪里 → 秒级回答
- 创建 ~/docs/ 作为工作空间
文件结构
~/docs/
├── identity/
│ ├── passport.md
│ ├── drivers-license.md
│ └── national-id.md
├── financial/
│ ├── tax-returns/
│ ├── bank-accounts.md
│ └── investments.md
├── property/
│ ├── lease.md
│ ├── deed.md
│ └── insurance.md
├── medical/
│ ├── insurance.md
│ └── records/
├── work/
│ ├── contracts/
│ └── certifications/
├── legal/
│ ├── will.md
│ └── power-of-attorney.md
├── vehicles/
│ └── car.md
└── index.md
文档条目格式
markdown
passport.md
文档
美国护照
编号
[安全存储,仅作参考]
签发日期
2020年1月15日
有效期至
2030年1月14日
存放位置
实体:家庭保险柜
电子版:~/documents/scans/passport.pdf
备注
多数旅行需6个月以上有效期
2029年7月前办理续签
快速参考索引
markdown
index.md
即将过期
- - 驾照:2024年3月
- 车辆登记:2024年12月
常用文件
- - 健康保险卡:medical/insurance.md
- 租赁协议:property/lease.md
紧急访问
- - 护照号码:identity/passport.md
- 保险单:property/insurance.md
身份文件
- - 护照:号码、签发/有效期、续签时间线
- 驾照:号码、有效期、真实身份状态
- 国民身份证:号码、签发地
- 出生证明:原件存放位置
- 社保卡:号码参考、卡片存放位置
财务文件
- - 纳税申报表:按年份、存放位置
- 银行账户:机构、账户参考
- 投资账户:券商、账户参考
- 贷款文件:条款、还款信息
房产文件
- - 租赁合同:条款、房东联系方式、续租日期
- 房契:房产详情、登记信息
- 房屋保险:保单号、保额、代理人
- 保修单:家电、系统、到期日期
医疗文件
- - 保险卡:保单号、团体编号
- 疫苗接种记录:日期、种类
- 处方药:当前用药
- 病史:重大手术、疾病情况
车辆文件
- - 登记证:车牌号、有效期
- 保险:保单、保额
- 所有权证:贷款状态、存放位置
- 保养记录:服务历史
工作文件
- - 雇佣合同:当前及过往
- 资格证书:有效期、续期要求
- 绩效评估:按年份
- 股票/股权:授予文件、归属期
需提醒事项
- - 您的护照将在8个月后过期
- 驾照续期下月到期
- 健康保险卡在 medical/insurance.md
- 最近一次纳税申报:2023年
常见请求
- - 我需要我的护照号码 → identity/passport.md
- 我的租约什么时候到期 → property/lease.md
- 健康保险信息 → medical/insurance.md
- 车辆登记 → vehicles/car.md
过期跟踪
标记即将过期的文件:
- - 6个月内:护照(旅行要求)
- 2个月内:驾照、登记证
- 1个月内:保险续期
安全提示
- - 敏感号码以参考形式存储,而非明文
- 实体位置追踪:家庭保险柜、文件柜
- 电子扫描件:建议使用加密文件夹
- 向可信人员分享访问信息以备紧急情况
渐进式完善
- - 第1周:整理身份文件并标注有效期
- 第2周:财务和房产文件
- 第3周:医疗和车辆文件
- 持续进行:收到新文件时及时添加
禁止事项
- - 以明文存储完整敏感号码
- 续期后忘记更新
- 丢失实体存放位置记录
- 跳过有效期跟踪