## Turn 1

*   Task: Generate 5 synthetic benchmark scenarios inspired by email triage.
    *   Constraint 1: No real private data.
    *   Constraint 2: Return a numbered list.
    *   Constraint 3: Follow output format requirements (implied by system prompt, though not explicitly stated in the user prompt, usually means a clean, direct response).

    *   *Scenario 1: Spam/Phishing Detection.* Identifying malicious links, sense of urgency, and suspicious senders.
    *   *Scenario 2: Sentiment/Urgency Classification.* Sorting customer support tickets by emotional tone and priority (e.g., "angry" vs. "inquiry").
    *   *Scenario 3: Information Extraction.* Extracting dates, order numbers, and product names from messy, conversational emails.
    *   *Scenario 4: Summarization.* Taking a long thread of back-and-forth communication and condensing it into a 3-bullet point summary.
    *   *Scenario 5: Action Item Identification.* Parsing an email to identify specific tasks, deadlines, and assigned owners.

    *   *Scenario 1 (Spam/Phishing):* "Analyze a batch of 10 emails. Identify which ones are phishing attempts based on linguistic patterns (e.g., 'Action Required Immediately', 'Verify Account') and mismatched URLs."
    *   *Scenario 2 (Priority Triage):* "Categorize incoming customer service emails into 'High', 'Medium', or 'Low' priority based on the customer's sentiment and the severity of the reported technical issue."
    *   *Scenario 3 (Entity Extraction):* "Extract specific entities—including Order ID, Shipping Address, and Requested Delivery Date—from a series of informal emails regarding logistics updates."
    *   *Scenario 4 (Thread Summarization):* "Summarize a 15-message email thread between a project manager and a developer into a concise summary highlighting the current blockers and agreed-upon next steps."
    *   *Scenario 5 (Task Generation):* "Read a series of internal team emails and generate a structured To-Do list, identifying the specific action items, the deadline for each, and the person responsible."

    *   5 scenarios? Yes.
    *   Synthetic? Yes.
    *   No private data? Yes.
    *   Numbered list? Yes.