What problem does it solve? Warehouse teams lose track of where inventory items are physically stored, leading to picking delays and inaccurate capacity planning. This Skill keeps location and bin records in gbrain synchronized with item assignments so every SKU has a known shelf position. ## Core Features & Use Cases - Location & Bin CRUD: Create warehouse location pages under procurement/locations/<LOC-ID>.md with zone, capacity, and occupancy frontmatter. - Item Assignment & Relocation: Move items between bins by updating the item's location_id and both location pages' current_items lists atomically. - Capacity Utilisation Reporting: Generate per-zone tables showing capacity, items assigned, and utilisation percentage, flagging locations above 85%. - Use Case: A warehouse operator says "Move SKU-042 to shelf B2" and the Skill updates the item page plus the old and new location pages, confirming the relocation. ## Quick Start Ask the procurement-manager agent to create a new bin location called LOC-MAIN-A1 in the main warehouse with a capacity of 500 items.