From Legal Pathways Engineering
Analyze credential gaps and design the optimal pathway to obtain professional licenses across borders. Covers education gap analysis, credential evaluation, exam preparation, supervised hours planning, and visa strategy. The "how do I get licensed in X as a foreigner?" skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/legal-pathways:credential-engineering [target credential] [target jurisdiction] or "US counselor license with foreign psychology degree"[target credential] [target jurisdiction] or "US counselor license with foreign psychology degree"The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Designs the complete pathway from your current qualifications to a target professional license in another jurisdiction. Treats licensing boards as regulatory modules — each has specific inputs (degrees, hours, exams) and outputs (licenses, privileges).
Designs the complete pathway from your current qualifications to a target professional license in another jurisdiction. Treats licensing boards as regulatory modules — each has specific inputs (degrees, hours, exams) and outputs (licenses, privileges).
Load pathway profile. Read ~/.claude/plugins/config/legal-engineering/legal-pathways/CLAUDE.md. If not populated, suggest running /legal-pathways:cold-start-interview first.
Identify the target credential. From $ARGUMENTS or profile:
Load reference data. Read the relevant reference file:
legal-pathways/references/us-counselor-licensing.mdlegal-pathways/references/citizenship-investment-matrix.mdMap current qualifications against target requirements. Build a gap matrix:
Produce the gap analysis matrix:
| Requirement | Target | Current | Gap | Severity | Cost to close | Time to close |
|---|---|---|---|---|---|---|
| Degree level | Master's (60 cr) | Bachelor's (128 cr) | Need Master's | Critical | $15K-60K | 2-3 years |
| CACREP accreditation | Required/preferred | N/A | Need CACREP program | Critical | included | included |
| ... | ... | ... | ... | ... | ... | ... |
Design the optimal pathway. Considering budget, timeline, and risk tolerance, recommend:
For each pathway, produce a detailed SOP:
| Step | Action | Timeline | Cost | Dependencies | CTA |
|---|---|---|---|---|---|
| 1 | Credential evaluation (WES/ECE) | Weeks 1-8 | $200-350 | Transcripts from home university | Order transcripts NOW |
| 2 | Apply to CACREP program | Months 2-4 | $50-100 app fee | Credential evaluation complete | Research programs NOW |
| ... | ... | ... | ... | ... | ... |
Jurisdiction shopping analysis. If the user is flexible on jurisdiction:
Offer next steps:
What next?
- Deep dive on [recommended jurisdiction] — full regulatory analysis
- Program comparison — I'll compare specific degree programs for your situation
- Visa strategy — immigration pathway to study and practice
- Case research — find precedent for credential recognition from your country
- Timeline builder — interactive Gantt-style timeline with milestones
- Something else
All licensing requirements are verified via web search against the relevant licensing board's official website. Requirements change frequently — every data point is tagged with its source and verification date. State-specific requirements reference the relevant state statute or administrative code (via eCFR/Westlaw where applicable).
| Domain | US License | Typical requirements | Key governing body |
|---|---|---|---|
| Mental health counseling | LPC / LMHC / LCPC | Master's (48-60 cr) + 2,000-4,000 hrs + NCE/NCMHCE | State licensing board + NBCC |
| Clinical social work | LCSW | MSW (60 cr) + 3,000-4,000 hrs + ASWB exam | State board + ASWB |
| Psychology | Licensed Psychologist | Doctoral (PhD/PsyD) + 1,500-2,000 hrs + EPPP | State board + ASPPB |
| Marriage & family therapy | LMFT | Master's (60 cr) + 2,000-4,000 hrs + MFT exam | State board + AAMFT |
| Engineering | PE (Professional Engineer) | BS + 4 yrs experience + FE + PE exam | State board + NCEES |
| Accounting | CPA | 150 credit hours + experience + CPA exam | State board + AICPA/NASBA |
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.