What problem does it solve? Procurement dashboards often display stale mock data because there is no automated bridge between live inventory, purchase order, and vendor records and the dashboard backend. This Skill closes that gap by computing the full 5-tab dashboard payload and writing it as JSON snapshots that the dashboard reads automatically. ## Core Features & Use Cases - Five Snapshot Writers: Generates inventory, purchase-orders, vendors, stock-movements, and accounting-bridge JSON snapshots covering all dashboard tabs (Pulse, Inventory Catalog, Stock Movements, PO & Vendors, Accounting Bridge). - Idempotent and Empty-Brain-Safe: Every run fully recomputes and overwrites each snapshot; an empty brain produces zeroed payloads and exits cleanly without crashing. - Flexible Triggers: Run via the /refresh-procurement-dashboard slash command, a daily 7AM cron before standup, or manually with a --dry-run flag to preview payloads. - Use Case: After a bulk inventory update, run the snapshot writer so the procurement dashboard immediately reflects current SKU counts, open PO values, vendor scorecards, and accounting sync status. ## Quick Start Ask the procurement agent to refresh the dashboard snapshots now, or run the write_snapshots.py script with the --dry-run flag to preview the JSON payloads before writing them to gbrain.