What problem does it solve? Finance and procurement teams need an accurate, on-demand snapshot of total inventory value for period-end close and executive reporting, but manually computing stock value across hundreds of SKUs and reconciling it against the general ledger is slow and error-prone. ## Core Features & Use Cases - Per-SKU and Category Valuation: Reads all inventory items from the gbrain procurement source and computes total stock value as sum(current_stock × unit_cost), with a category-level breakdown and top-10 SKU ranking. - GL Reconciliation: When ENABLE_ACCOUNTING_SYNC=true, compares the computed valuation against the GL Inventory Asset balance via acct_get_balance_sheet and flags variances beyond configurable tolerances. - Standalone Script & Cron Support: Run scripts/inventory_valuation.py directly, via the /inventory-valuation slash command, or on a weekly Friday cron; reports are archived to procurement/reports/ and delivered to Slack. - Use Case: A CFO requests the current inventory value before month-end close. The procurement-manager agent runs the script, produces a formatted MYR valuation report, confirms GL reconciliation passed, and posts it to #procurement. ## Quick Start Ask the procurement-manager agent to generate the inventory valuation report for today and deliver it to the procurement Slack channel.