{
  "protocolVersion": "1.0",
  "name": "Helix Stax Assistant",
  "description": "Public Helix Stax assistant for company overview, services, CTGA framework, service area, and Helix Pulse booking questions.",
  "version": "1.0.0",
  "url": "https://helixstax.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://helixstax.com/api/a2a",
      "transport": "JSONRPC",
      "serviceUrl": "https://helixstax.com/api/a2a",
      "transportProtocol": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://helixstax.com/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "provider": {
    "organization": "Helix Stax",
    "url": "https://helixstax.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "modes": ["text"],
  "skills": [
    {
      "id": "company-overview",
      "name": "Company Overview",
      "description": "Answer questions about Helix Stax positioning, founder, and headquarters.",
      "tags": ["company", "overview"]
    },
    {
      "id": "list-services",
      "name": "Services",
      "description": "Summarize the Helix Stax service pillars.",
      "tags": ["services", "it-consulting"]
    },
    {
      "id": "ctga-framework",
      "name": "CTGA Framework",
      "description": "Explain Controls, Technology, Growth, Adoption, and the Helix Score.",
      "tags": ["ctga", "helix-score"]
    },
    {
      "id": "service-area",
      "name": "Service Area",
      "description": "List the Hampton Roads cities Helix Stax serves.",
      "tags": ["hampton-roads", "service-area"]
    },
    {
      "id": "book-pulse",
      "name": "Book Helix Pulse",
      "description": "Share the public Helix Pulse assessment booking link.",
      "tags": ["booking", "assessment"]
    }
  ]
}
