What problem does it solve? Keeping a public macroeconomic dashboard for Spain current requires manually checking many official sources (INE, Banco de España, BCE, Eurostat, Federal Reserve) and carefully editing a structured JSON dataset without breaking the schema. This Skill guides the full update workflow so the panel, home widget, recession-risk gauge, and FAQ section stay synchronized with the latest published figures. ## Core Features & Use Cases - Official data sourcing: Fetches the latest published figures for IPC, risk premium, ECB rate, Euríbor, Fed rate, GDP, and EPA unemployment from official sources via web search, never inventing numbers. - Schema-safe data.json editing: Updates indicators, historicalData, and the Spain vs. eurozone comparison while respecting fixed ids, quarterly repetition rules, and year-over-year change conventions. - Derived content regeneration: Rewrites the executive summary and regenerates the static sparkline SVG from the last 6 months of historical data using a provided Python script. - Use Case: A site maintainer says "actualiza MacroData" and the assistant checks each official source, appends new monthly entries, refreshes the Eurostat comparison, regenerates the sparkline, and reports which figures changed. ## Quick Start Ask the assistant to update the MacroData España panel with the latest official economic figures.