What problem does it solve? When options researchers have a new idea (hedging, volatility trading, spreads, covered calls) but the strategy elements are not yet structured, this Skill turns natural-language descriptions into a validated OptionsSpec draft that downstream tools can consume. ## Core Features & Use Cases - Strategy Clarification: Identifies strategy type (directional, volatility, arbitrage, hedge, covered call) and locks in underlying, expiry, strike range, and call/put preference. - Constraint Confirmation: Captures risk limits such as max Delta/Gamma, margin caps, and whether short options are allowed. - Structured Output: Produces an OptionsSpec draft validated against the Pydantic schema schemas.options.OptionsSpec, ready to trigger build_vol_surface or the options-vol-surface skill. - Use Case: A researcher says "GC near-month put protection, delta neutral" and receives a validated OptionsSpec with underlying, as-of date, data path, and research questions. ## Quick Start Ask the agent to turn my options idea about GC near-month put protection with delta neutrality into a validated OptionsSpec draft.