From Legal Pathways Engineering
Analyze immigration options and design the optimal pathway to citizenship, permanent residence, or work authorization. Covers investor programs, skilled worker routes, points systems, leverage strategies, and cost optimization. The "how do I become a citizen of X for less?" skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal-pathways:immigration-pathway [target country] [target status: citizenship | PR | work permit] or "Singapore citizenship as tech professional"[target country] [target status: citizenship | PR | work permit] or "Singapore citizenship as tech professional"The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Designs the optimal immigration pathway, treating immigration systems as regulatory modules with specific inputs (money, skills, time, connections) and outputs (residency, work rights, citizenship). Finds the path that maximizes your leverage while minimizing cost and time.
Designs the optimal immigration pathway, treating immigration systems as regulatory modules with specific inputs (money, skills, time, connections) and outputs (residency, work rights, citizenship). Finds the path that maximizes your leverage while minimizing cost and time.
Load pathway profile. Read ~/.claude/plugins/config/legal-engineering/legal-pathways/CLAUDE.md.
Clarify the target. From $ARGUMENTS:
Load reference data. Read the relevant reference file:
legal-pathways/references/singapore-immigration.mdMap ALL available pathways to the target status:
For each pathway, assess:
Leverage analysis. Identify what the applicant has that the target country wants:
| Leverage | What you have | What they want | How to position it |
|---|---|---|---|
| Skills | [e.g., AI/ML expertise] | [e.g., Singapore's Smart Nation agenda] | [e.g., Apply through Tech.Pass or EP in AI sector] |
| Capital | [e.g., $500K savings] | [e.g., Investment in local economy] | [e.g., GIP Fund option or startup investment] |
| Network | [e.g., connections to TW tech ecosystem] | [e.g., Bridge to Greater China market] | [e.g., Position as cross-border tech bridge] |
| Education | [e.g., Top university degree] | [e.g., COMPASS points for qualifications] | [e.g., Maximize COMPASS scoring] |
"Face engineering" and condition exchange analysis. For each pathway:
Produce pathway comparison matrix:
| Pathway | Eligibility | Cost | Timeline | Conditions | Success rate | Risk |
|---|---|---|---|---|---|---|
| [Pathway A] | [Met/Not met/Partial] | [Total cost] | [Months/Years] | [Key conditions] | [Est. %] | [Key risks] |
| [Pathway B] | ... | ... | ... | ... | ... | ... |
Design the recommended SOP:
| Phase | Action | Timeline | Cost | Dependencies | CTA |
|---|---|---|---|---|---|
| 0. Preparation | [Credential evaluation, document gathering] | Months 1-2 | [cost] | None | Start NOW |
| 1. Entry | [Visa application, job search, investment] | Months 3-6 | [cost] | Phase 0 | [specific action] |
| 2. Status building | [Work, integrate, meet conditions] | Months 7-24 | [cost] | Phase 1 | [specific action] |
| 3. PR application | [Compile dossier, apply] | Month 25+ | [cost] | Phase 2 | [specific action] |
| 4. Citizenship | [Meet PR duration, apply] | Year 4+ | [cost] | Phase 3 | [specific action] |
Risk assessment:
Cross-border wealth structuring connection. Flag when immigration decisions interact with wealth structuring:
/cross-border-wealth:exit-analysis or /cross-border-wealth:structure-analysis where relevantOffer next steps:
What next?
- Deep dive on [recommended pathway] — full regulatory analysis with case law
- Visa application strategy — optimize your application for maximum approval odds
- Tax impact analysis — how does this immigration move affect your tax position?
- Timeline builder — detailed month-by-month action plan
- Leverage optimization — how to strengthen your application profile before applying
- Something else
Immigration requirements are verified via web search against official government sources (ICA for Singapore, USCIS for US, etc.). Immigration law changes frequently — every requirement is tagged with source and verification date. Processing times are estimates based on recent publicly reported data. Success rates are approximations based on published statistics where available.
npx claudepluginhub zereo0317/legal-engineering-system --plugin legal-pathwaysGuides test-driven development for Django applications using pytest-django, factory_boy, and Django REST Framework. Covers red-green-refactor workflow, conftest fixtures, and coverage reporting.