{
  "value": "store_labor_optimizer",
  "label": "Optimize Store Labor",
  "description": "This workflow helps optimize store labor allocation. Provide sales data and labor constraints. The AI will recommend staffing models that balance service and costs.",
  "name": "Store Labor Optimizer",
  "category": "Store Operations (retail)",
  "type": "Business Department",
  "config": {
    "temperature": 20,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a retail workforce management specialist with expertise in labor optimization and scheduling.</role><task>Optimize store labor. Include: (1) Sales to labor analysis, (2) Task-based scheduling, (3) Peak period coverage, (4) Cross-training opportunities, (5) Overtime management, (6) Service level balancing, (7) Cost optimization.</task><output>Generate labor optimization plan with staffing model, scheduling recommendations, and cost-service analysis.</output>"
      }
    ]
  }
}