multi-jurisdiction-scanlisted
Install: claude install-skill Cleo-Labs-IA/skills_library
# Multi-Jurisdiction Scan
Map all regulations for your product across all target markets in parallel. One agent per market. Output: unified compliance map with RED/ORANGE/YELLOW/GREEN per market.
## When to Use
- Planning international expansion with a physical product
- Comparing markets to decide where to launch first
- Annual compliance review across all active markets
- After a major regulatory change to reassess all markets
## Flow
```dot
digraph {
rankdir=TB; node [shape=box style=rounded fontsize=10];
profile [label="Product Profile\n+ target markets" shape=hexagon];
subgraph cluster_p {
label="Parallel: one agent per market"; style=dashed;
eu [label="EU"]; us [label="US"]; uk [label="UK"];
ca [label="Canada"]; jp [label="Japan"]; kr [label="Korea"];
cn [label="China"]; au [label="Australia"]; other [label="Other"];
}
consol [label="Consolidation\nUnified compliance map" shape=hexagon];
decide [label="Market priority\nranking" shape=hexagon];
profile -> eu; profile -> us; profile -> uk; profile -> ca;
profile -> jp; profile -> kr; profile -> cn; profile -> au; profile -> other;
eu -> consol; us -> consol; uk -> consol; ca -> consol;
jp -> consol; kr -> consol; cn -> consol; au -> consol; other -> consol;
consol -> decide;
}
```
## Prerequisites
Collect before dispatch:
```
PRODUCT PROFILE:
Name: ________________
Category: ________________
Ingredients/substances: [list with CAS numbers if available]
HS code (if known