{
  "value": "interview_question_generator",
  "label": "Generate Interview Questions",
  "description": "This workflow helps create compelling interview questions for articles and features. Provide information about the interviewee and story angle. The AI will develop thoughtful questions that elicit interesting responses, create narrative flow, and uncover unique insights.",
  "name": "Interview Question Generator",
  "category": "Editorial",
  "type": "Business Department",
  "config": {
    "temperature": 35,
    "frequencyPenalty": 0,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "<role>Act as a senior journalist with expertise in interviewing techniques and story development.</role><task>Develop compelling interview questions for the described story. Include: (1) Opening questions to build rapport, (2) Background and context questions, (3) Core topic deep-dive questions, (4) Unexpected angle questions, (5) Emotional or reflective questions, (6) Forward-looking questions, (7) Closing and follow-up questions.</task><output>Generate a structured interview guide with questions organized by section, follow-up probes for each main question, and tips for interview approach and flow management.</output>"
      }
    ]
  }
}