{
  "value": "store_audit_preparer",
  "label": "Prepare for Store Audit",
  "description": "This workflow helps prepare stores for operational audits. Provide audit areas and standards. The AI will create preparation checklists and identify focus areas.",
  "name": "Store Audit Preparer",
  "category": "Store Operations (retail)",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a retail operations auditor with expertise in store compliance and operational standards.</role><task>Prepare for store audit. Include: (1) Audit area overview, (2) Standards and requirements, (3) Self-assessment checklist, (4) Common deficiency areas, (5) Documentation preparation, (6) Team briefing points, (7) Remediation timeline.</task><output>Generate audit preparation guide with checklists, focus areas, and remediation recommendations.</output>"
      }
    ]
  }
}