Regulatory Landscape
Map the full regulatory landscape for "$ARGUMENTS". Identify every applicable regulation based on where the business operates, what data it processes, what industries its customers serve, and what certifications those customers require.
Prerequisites
None — this is a Phase 0 (Scope) skill.
Process
Read context files:
- Read
plugins/compliance/shared/grc-lifecycle-guide.md for GRC methodology reference
Jurisdiction mapping:
- Identify all jurisdictions where the business operates (headquarters, offices, data centers, customers)
- Map each jurisdiction to its regulatory requirements (EU, US federal, US state, UK, APAC, etc.)
- Note cross-border data transfer implications
Data classification:
- Identify data types processed (PII, PHI, PCI, financial data, children's data, biometric data, etc.)
- Map each data type to regulations that govern it
- Note data residency and sovereignty requirements
Industry and customer analysis:
- Identify industries the business serves (healthcare, finance, government, education, etc.)
- Map industry-specific regulations (HIPAA, PCI DSS, FedRAMP, FERPA, etc.)
- Document certifications customers require or request in sales cycles
Regulation inventory:
- Create a comprehensive regulation inventory table with columns: regulation name, jurisdiction, data types covered, industry applicability, mandatory vs. customer-driven, enforcement status
- Map each regulation to applicability criteria specific to "$ARGUMENTS"
- Flag regulations with upcoming enforcement dates or recent changes
Write the artifact to .metapowers/compliance/$ARGUMENTS/00-scope.md with sections:
- Jurisdiction Map — where the business operates and applicable jurisdictions
- Data Type Inventory — data types processed and governing regulations
- Industry Requirements — sector-specific regulations and customer demands
- Regulation Inventory Table — full list of applicable regulations with applicability criteria
- Cross-Border Considerations — data transfer and sovereignty requirements
Output
The regulatory landscape analysis written to .metapowers/compliance/$ARGUMENTS/00-scope.md. Present a summary to the user highlighting:
- Total number of applicable regulations identified
- Top regulations by business impact
- Any surprising applicability findings
- Recommended next step: run
/compliance:compliance-priorities $ARGUMENTS
1---2name: regulatory-landscape3description: Map all applicable regulations based on jurisdiction, industry, data types, and customer requirements4---56# Regulatory Landscape78Map the full regulatory landscape for "$ARGUMENTS". Identify every applicable regulation based on where the business operates, what data it processes, what industries its customers serve, and what certifications those customers require.910## Prerequisites1112None — this is a Phase 0 (Scope) skill.1314## Process15161. **Read context files:**17 - Read `plugins/compliance/shared/grc-lifecycle-guide.md` for GRC methodology reference18192. **Jurisdiction mapping:**20 - Identify all jurisdictions where the business operates (headquarters, offices, data centers, customers)21 - Map each jurisdiction to its regulatory requirements (EU, US federal, US state, UK, APAC, etc.)22 - Note cross-border data transfer implications23243. **Data classification:**25 - Identify data types processed (PII, PHI, PCI, financial data, children's data, biometric data, etc.)26 - Map each data type to regulations that govern it27 - Note data residency and sovereignty requirements28294. **Industry and customer analysis:**30 - Identify industries the business serves (healthcare, finance, government, education, etc.)31 - Map industry-specific regulations (HIPAA, PCI DSS, FedRAMP, FERPA, etc.)32 - Document certifications customers require or request in sales cycles33345. **Regulation inventory:**35 - Create a comprehensive regulation inventory table with columns: regulation name, jurisdiction, data types covered, industry applicability, mandatory vs. customer-driven, enforcement status36 - Map each regulation to applicability criteria specific to "$ARGUMENTS"37 - Flag regulations with upcoming enforcement dates or recent changes38396. **Write the artifact** to `.metapowers/compliance/$ARGUMENTS/00-scope.md` with sections:40 - **Jurisdiction Map** — where the business operates and applicable jurisdictions41 - **Data Type Inventory** — data types processed and governing regulations42 - **Industry Requirements** — sector-specific regulations and customer demands43 - **Regulation Inventory Table** — full list of applicable regulations with applicability criteria44 - **Cross-Border Considerations** — data transfer and sovereignty requirements4546## Output4748The regulatory landscape analysis written to `.metapowers/compliance/$ARGUMENTS/00-scope.md`. Present a summary to the user highlighting:49- Total number of applicable regulations identified50- Top regulations by business impact51- Any surprising applicability findings52- Recommended next step: run `/compliance:compliance-priorities $ARGUMENTS`