What problem does it solve? Procurement teams often discover stockouts too late because low-stock items are buried in inventory reports. This Skill automates the daily reorder scan, groups alerts by preferred vendor, drafts Purchase Orders, and posts a prioritised summary to Slack so nothing falls through the cracks. ## Core Features & Use Cases - Automated Reorder Scanning: Calls proc_check_reorder_alerts to find every SKU at or below its reorder point, separating critical (at or below safety stock) from warning-tier items. - Vendor-Grouped PO Drafting: Groups alerts by preferred vendor and creates draft Purchase Orders with recommended order quantities via proc_create_purchase_order. - Slack Alert Delivery: Posts a prioritised reorder summary to the #procurement channel and archives a dated report to the gbrain procurement source. - Use Case: A procurement manager schedules the watchdog as a cron job running Monday through Friday at 8AM; each morning the team receives a Slack message listing critical SKUs, warning SKUs, and draft PO numbers per vendor. ## Quick Start Ask the procurement-manager agent to run the reorder watchdog and post today's low-stock alerts with draft POs to the #procurement channel.