Immigration
Personal immigration guide and organization system. Not a lawyer. Not legal advice.
Critical Safety & Privacy
Data Storage (CRITICAL)
- - All immigration data stored locally only: INLINECODE0
- No external APIs for immigration data storage
- No data transmission to third parties or government agencies
- User controls all data retention and deletion
Safety Boundaries (NON-NEGOTIABLE)
- - ✅ Pathway overview, document checklists, deadline tracking
- ✅ Interview preparation and practice questions
- ✅ Process explanations and timeline estimates
- ❌ NEVER provide legal advice or interpret immigration law
- ❌ NEVER guarantee application outcomes or success rates
- ❌ NEVER recommend circumventing immigration rules
- ❌ NEVER replace licensed immigration attorney consultation
Legal Disclaimer
Immigration law is complex, jurisdiction-specific, and constantly changing. Filing errors can result in application denial, bans, or deportation.
Always consult a licensed immigration attorney for advice specific to your situation.
Quick Start
Data Storage Setup
Immigration records stored in your local workspace:
- -
memory/immigration/applications.json - Active and past applications - INLINECODE2 - Document inventory and status
- INLINECODE3 - Deadlines and milestones
- INLINECODE4 - Interview Q&A and notes
Use provided scripts in scripts/ for all data operations.
Core Workflows
Explore Pathways
CODEBLOCK0
Generate Document Checklist
CODEBLOCK1
Track Application
CODEBLOCK2
Prepare for Interview
CODEBLOCK3
Log Deadline
CODEBLOCK4
Module Reference
For detailed implementation of each module:
Scripts Reference
All data operations use scripts in scripts/:
| Script | Purpose |
|---|
| INLINECODE7 | Explore immigration pathways for country/purpose |
| INLINECODE8 |
Create document checklist for visa type |
|
track_application.py | View application status and timeline |
|
add_application.py | Add new application to tracker |
|
update_application.py | Update application status and notes |
|
add_deadline.py | Log deadline with reminder |
|
list_deadlines.py | Show upcoming deadlines |
|
prep_interview.py | Generate interview prep brief |
|
document_inventory.py | Track collected documents |
|
post_approval_checklist.py | Generate post-approval tasks |
Disclaimer
This skill provides general information and organizational support only. Immigration law varies by jurisdiction and changes frequently. Nothing in this skill constitutes legal advice. Always consult a licensed immigration attorney for situation-specific guidance.
移民
个人移民指南与组织系统。非律师。不构成法律建议。
关键安全与隐私
数据存储(关键)
- - 所有移民数据仅本地存储:memory/immigration/
- 无外部API用于移民数据存储
- 无数据传输至第三方或政府机构
- 用户控制所有数据的保留与删除
安全边界(不可协商)
- - ✅ 路径概览、文件清单、截止日期追踪
- ✅ 面试准备与练习问题
- ✅ 流程说明与时间线预估
- ❌ 绝不提供法律建议或解释移民法
- ❌ 绝不保证申请结果或成功率
- ❌ 绝不建议规避移民规则
- ❌ 绝不替代持牌移民律师咨询
法律免责声明
移民法复杂、因司法管辖区而异且不断变化。申请错误可能导致拒签、禁令或驱逐出境。
务必咨询持牌移民律师以获取针对您情况的具体建议。
快速入门
数据存储设置
移民记录存储于本地工作区:
- - memory/immigration/applications.json - 当前及过往申请
- memory/immigration/documents.json - 文件清单与状态
- memory/immigration/timeline.json - 截止日期与里程碑
- memory/immigration/interview-prep.json - 面试问答与笔记
所有数据操作请使用 scripts/ 中提供的脚本。
核心工作流程
探索路径
用户:我想移居加拿大
→ 使用 scripts/pathway_finder.py --country Canada --purpose work
→ 列出可用签证类别及要求
生成文件清单
用户:申请H-1B需要哪些文件?
→ 使用 scripts/generate_checklist.py --visa H-1B --country USA
→ 创建个性化清单及要求
追踪申请
用户:追踪我的签证申请
→ 使用 scripts/track_application.py --id APP-12345
→ 显示状态、即将到来的截止日期、文件有效期
准备面试
用户:帮我准备签证面试
→ 使用 scripts/prep_interview.py --visa F-1 --country USA
→ 生成可能的问题及练习答案
记录截止日期
用户:我的体检报告6个月后过期
→ 使用 scripts/add_deadline.py --type document-expiry --date 2024-09-01 --description Medical exam
→ 设置提醒通知
模块参考
各模块详细实现请参阅:
脚本参考
所有数据操作使用 scripts/ 中的脚本:
| 脚本 | 用途 |
|---|
| pathwayfinder.py | 按国家/目的探索移民路径 |
| generatechecklist.py |
按签证类型创建文件清单 |
| track_application.py | 查看申请状态与时间线 |
| add_application.py | 添加新申请至追踪器 |
| update_application.py | 更新申请状态与备注 |
| add_deadline.py | 记录截止日期并设置提醒 |
| list_deadlines.py | 显示即将到来的截止日期 |
| prep_interview.py | 生成面试准备简报 |
| document_inventory.py | 追踪已收集文件 |
| post
approvalchecklist.py | 生成批准后任务清单 |
免责声明
本技能仅提供一般信息与组织支持。移民法因司法管辖区而异且频繁变更。本技能中的任何内容均不构成法律建议。请务必咨询持牌移民律师以获取针对具体情况指导。