What problem does it solve? Evolving an existing DIVA business table (adding, modifying, or removing a field) requires coordinated changes across the data dictionary (.dhsd), the screen mask (.dhsf), recompilation, and SQL synchronization, with byte-position recalculation that is error-prone when done manually. ## Core Features & Use Cases - Dictionary Field Operations: Add, modify, or remove fields in a .dhsd table with automatic position recalculation, Filler adjustment, and index position updates. - FK Zoom Binding: Attach a standard zoom (foreign key toward T013, T007, ART, CLI) to an existing field via Module Check (.dhsp) and mask updates. - Human-Validated Workflow: A 7-step orchestration with 4 validation checkpoints, optional SVN pre-modification checks, and automatic .bak backups. - Use Case: A developer needs to add a NbPages field (Nature 11,0) after Libelle in the Livre table; the skill lists current fields, presents the impact, applies the change with backup, validates the dictionary, updates the mask, recompiles, and syncs SQL. ## Quick Start Ask the assistant to add a new field with a given Nature to a specific table in your .dhsd dictionary and let it guide you through the validation checkpoints.