Design and validate sales territories with fairness scoring and workload balancing
From opspal-gtm-planningnpx claudepluginhub revpalsfdc/opspal-commercial --plugin opspal-gtm-planning[--region <name>] [--reps <count>] [--method geography|industry|named]Design, validate, and optimize sales territory assignments with built-in fairness validation.
# Design territories for a region
/gtm-territory --region EMEA --reps 15
# Named account carveout
/gtm-territory --method named --accounts enterprise-list.csv
# Validate existing territories
/gtm-territory --validate
# Rebalance for fairness
/gtm-territory --rebalance --target-gini 0.25
| Method | Description | Best For |
|---|---|---|
geography | State/region boundaries | Field sales, SMB |
industry | Vertical segmentation | Specialists |
named | Named account lists | Enterprise |
hybrid | Combination approach | Complex orgs |
Territories are validated against:
Fairness Score: A (Gini: 0.18)
├── Territory 1: $2.1M potential, 45 accounts
├── Territory 2: $2.3M potential, 52 accounts
├── Territory 3: $1.9M potential, 48 accounts
└── Average: $2.1M ±9%
territory-design.json - Full territory definitionsterritory-map.csv - Rep-to-account assignmentsterritory-fairness-report.md - Validation resultsThis command invokes the gtm-territory-designer agent.
# Design EMEA territories for 15 reps using geography
/gtm-territory --region EMEA --reps 15 --method geography
# Output:
# Territory design complete for EMEA
# - 15 territories created
# - Gini coefficient: 0.22 (PASS)
# - Total potential: $31.5M
# - Files: territory-design.json, territory-map.csv