What problem does it solve? Actuarial models built without a written specification take longer to debug and often silently diverge from the source system. This Skill enforces a structured discovery phase that pins down the source specification, data shape, assumptions, projection parameters, and outputs before any gaspatchio model code is written. ## Core Features & Use Cases - Hard gate on coding: Blocks model implementation until the user approves a written Gaspatchio Model Specification document. - Data inspection via CLI: Runs gspio describe --json on provided data files to detect table shape, column types, and dimensions before asking questions. - Spreadsheet conversion guidance: Uses the bundled reference on extracting Excel formula graphs with XL Marinade, detecting recurrences, lapse gates, rounding placement, and VLOOKUP overflow traps. - Actuarial knowledge lookup: Queries regulatory and methodology concepts (IFRS 17, Solvency II, mortality) through gspio knowledge instead of guessing. - Use Case: When porting a universal life model from Excel to gaspatchio, the Skill walks you through one question at a time, maps the workbook's formula graph, and produces an approved spec ready to hand to the model-building step. ## Quick Start Ask the assistant to help you plan a new gaspatchio model or port an existing Excel or lifelib model, and it will begin the discovery interview before writing any code.