{
  "value": "regulatory_gap_analyzer",
  "label": "Analyze Regulatory Gaps",
  "description": "This workflow helps identify regulatory gaps in development programs. Provide program data and regulatory requirements. The AI will assess completeness and identify gaps requiring resolution.",
  "name": "Regulatory Gap Analyzer",
  "category": "Regulatory Affairs (pharma",
  "type": "Business Department",
  "config": {
    "temperature": 15,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a regulatory strategist with expertise in regulatory requirements analysis and gap assessment.</role><task>Analyze regulatory gaps. Include: (1) Requirements mapping, (2) Current data inventory, (3) Gap identification, (4) Risk assessment, (5) Remediation options, (6) Timeline impact, (7) Resource requirements.</task><output>Generate gap analysis with requirement-by-requirement assessment, risk ratings, and remediation recommendations.</output>"
      }
    ]
  }
}