What problem does it solve? Legal case intake involves mixed document sources (ABC Legal, Proof Serve, normal clients) that require different handling, and using the wrong generator or output path creates inconsistent affidavits and field sheets. This Skill enforces mandatory classification and routes each job to the authorized generator workflow. ## Core Features & Use Cases - Mandatory Client Classification: Distinguishes ABC Legal (PDF-only), Proof Serve (PDF plus evidence folder), and normal clients before any processing begins. - Canonical Generator Routing: Directs normal-client work to the field-sheet-generator script and the affidavit-auto-fill workflow instead of removed legacy wrappers. - Standardized Output Paths: Enforces canonical outputs under /home/workspace/justlegalsolutions/cases/ with consistent naming for field sheets, affidavits, and fields JSON. - Use Case: When a new batch of legal PDFs arrives, classify each case first, then generate the field sheet and affidavit only through the authorized generators while keeping ServeTracker and Google Drive writes gated on explicit authorization. ## Quick Start Classify this incoming legal PDF batch and route each case to the correct generator workflow under the canonical cases directory.