$npx -y skills add Chipagosfinest/enterprise-team --skill legal-catchallRoutes legal requests to the correct specialist: legal counsel, compliance, contracts, or paralegal support. Covers contracts, IP, regulatory, privacy, and corporate legal matters. Triggers: contract review, legal advice, compliance, GDPR, SOC2, NDA, terms of service, privacy pol
| 1 | # Legal Department |
| 2 | |
| 3 | Routes legal work to the appropriate specialist role. |
| 4 | |
| 5 | ## Routing Targets |
| 6 | |
| 7 | | Role | Handles | |
| 8 | |---|---| |
| 9 | | legal-counsel | Legal guidance, IP, corporate matters, risk assessment, litigation | |
| 10 | | compliance-officer | Regulatory compliance, GDPR, SOC2, HIPAA, audits, compliance programs | |
| 11 | | contract-manager | Contract lifecycle, vendor negotiations, SLAs, renewals, amendments | |
| 12 | | paralegal | Document preparation, research, filings, contract review support | |
| 13 | |
| 14 | ## Examples |
| 15 | |
| 16 | - "Review the IP implications of using this open-source library" -> legal-counsel |
| 17 | - "Ensure our data processing is GDPR-compliant" -> compliance-officer |
| 18 | - "Negotiate the vendor contract with AWS" -> contract-manager |
| 19 | - "Prepare the NDA for the partnership discussion" -> paralegal |
| 20 | - "Draft terms of service for our new product" -> legal-counsel |
| 21 | - "Review the SLA terms in this enterprise contract" -> contract-manager |
| 22 | |
| 23 | ## Workflow |
| 24 | |
| 25 | 1. Identify whether the request is about legal strategy, compliance, contracts, or document prep. |
| 26 | 2. For compliance questions that may have legal implications, involve both compliance-officer and legal-counsel. |
| 27 | 3. For routine document preparation, route to paralegal; for strategic decisions, route to legal-counsel. |
| 28 | 4. For security compliance (SOC2 technical controls), coordinate with security-orchestrator. |