{
  "version": "1.0",
  "publisher": "aluraagenticsystems.ca",
  "manifestId": "alura-contact-workflow-v1",
  "registry_url": "https://aluraagenticsystems.ca/.well-known/ai-manifest-registry-placeholder.json",
  "task": {
    "id": "request-agentic-readiness-consultation",
    "description": "Guide an AI agent or browser automation tool through the public contact form for Alura Agentic Systems.",
    "steps": [
      {
        "step": 1,
        "action": "navigate",
        "selector": "#contact",
        "description": "Navigate to the contact section of the page."
      },
      {
        "step": 2,
        "action": "fill",
        "selector": "input[placeholder='Company']",
        "description": "Enter the visitor's company name."
      },
      {
        "step": 3,
        "action": "fill",
        "selector": "input[placeholder='Name']",
        "description": "Enter the visitor's name."
      },
      {
        "step": 4,
        "action": "fill",
        "selector": "input[placeholder='Phone']",
        "description": "Enter the visitor's phone number if provided."
      },
      {
        "step": 5,
        "action": "fill",
        "selector": "input[placeholder='Email']",
        "description": "Enter the visitor's email address."
      },
      {
        "step": 6,
        "action": "fill",
        "selector": "textarea[placeholder='Message']",
        "description": "Enter the visitor's message or consultation request."
      },
      {
        "step": 7,
        "action": "click",
        "selector": "input[type='checkbox'][required]",
        "description": "Confirm that the visitor has read and understood the privacy policy."
      },
      {
        "step": 8,
        "action": "assert",
        "selector": "button[type='submit']",
        "description": "Confirm the submit button is present. The human user should review the completed form and handle CAPTCHA verification before submission."
      }
    ]
  }
}
