What problem does it solve? Engineers maintaining the HT9045 handler codebase struggle to trace the LotInfo batch management logic spread across an 11,886-line uLotInfo.cpp file, making it hard to understand Lot Start/End flows, recipe download/upload, and SECS/GEM event triggers. ## Core Features & Use Cases - Lot Lifecycle Reference: Maps the complete SetLotStart and sbSECSLotEndClick state machines, including caller tables, guard conditions, and config.ini persistence keys. - Recipe Download/Upload Internals: Explains DownloadFromServer, DoBackupSetupFile, DoOverWriteSetupFile, and the Security_new.def parameter-protection flags that decide which local settings survive a server download. - Use Case: When a field engineer reports that Contact Height is overwritten after a recipe download, load this Skill to identify the Security_new.def [Network] Contact High flag and the DoOverWriteSetupFile restore logic responsible. ## Quick Start Ask the AI to explain how the HT9045 Lot Start flow works from sbSECSLotStartClick through SetLotStart and the DoLotStart SECS event.