{
  "name": "Your Name — Consulting Services",
  "description": "Provides expert guidance, strategy, and actionable deliverables for individuals and businesses. This is a non‑regulated advisory service. All consultations are conducted remotely or in‑person as agreed.",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "Your Business Name",
    "url": "https://yourdomain.com"
  },
  "documentationUrl": "https://yourdomain.com/llms.txt",
  "iconUrl": "https://yourdomain.com/icon.png",
  "supportedInterfaces": [
    {
      "url": "https://yourdomain.com/",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false,
    "extensions": []
  },
  "securitySchemes": {},
  "security": [],
  "defaultInputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown",
    "application/json"
  ],
  "skills": [
    {
      "id": "schedule-consultation",
      "name": "Schedule a consultation",
      "description": "Helps users book a paid consultation. Provides information about the process and directs them to the contact form or calendar to set up a time. The $250 consultation includes a strategy session, custom implementation guide, and 30 days of follow‑up support.",
      "tags": ["consultation", "booking", "contact", "appointment"],
      "examples": [
        "I want to book a consultation",
        "How do I schedule a meeting?",
        "What is included in the $250 package?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "list-services",
      "name": "List all services offered",
      "description": "Returns the complete list of services included in the $250 package: Discovery & Strategy Session, Custom Implementation Guide, and 30‑day Follow‑up Support. Each service is described in detail.",
      "tags": ["services", "offerings", "package"],
      "examples": [
        "What do you offer?",
        "What's included in your consulting package?",
        "Tell me about your services"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "get-pricing",
      "name": "Get pricing information",
      "description": "Returns the pricing structure – a flat fee of $250 for the complete consultation package. No hidden fees, no commissions, no ongoing retainer.",
      "tags": ["pricing", "cost", "fee"],
      "examples": [
        "How much does it cost?",
        "What is the price?",
        "Is there a discount?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "get-about",
      "name": "Get information about the consultant",
      "description": "Returns the consultant's bio, experience, areas of expertise, and professional philosophy.",
      "tags": ["about", "bio", "experience"],
      "examples": [
        "Who are you?",
        "Tell me about yourself",
        "What are your qualifications?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "get-contact",
      "name": "Get contact details",
      "description": "Returns the fastest ways to reach the consultant: email, phone, social media links, and office address (if applicable).",
      "tags": ["contact", "email", "phone", "address"],
      "examples": [
        "How do I get in touch?",
        "What is your email?",
        "What is your phone number?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "get-specialties",
      "name": "Get areas of specialisation",
      "description": "Returns the consultant's core specialisations, such as Business Strategy, Personal Development, Process Optimisation, and Digital Transformation.",
      "tags": ["specialties", "expertise", "focus"],
      "examples": [
        "What do you specialise in?",
        "What topics do you cover?",
        "What industries do you work with?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "get-faq",
      "name": "Get frequently asked questions",
      "description": "Provides answers to common questions about the consulting process, the $250 package, timelines, deliverables, and policies.",
      "tags": ["faq", "questions", "answers"],
      "examples": [
        "What is the typical timeline?",
        "Do you offer refunds?",
        "What happens during the discovery session?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"]
    }
  ],
  "x-company-info": {
    "name": "Your Business Name",
    "founded": "2020",
    "address": "City, State, Country",
    "phone": "+1.234.567.8900",
    "email": "hello@yourdomain.com",
    "website": "https://yourdomain.com"
  },
  "x-compliance": {
    "equal_housing": false,
    "realtor": false,
    "license_verified": false,
    "disclaimer": "This is a non‑regulated advisory service. I am not a lawyer, accountant, financial advisor, or medical professional. Nothing herein constitutes legal, tax, or medical advice. The $250 fee is a fixed consulting charge with no commissions, referral fees, or hidden costs. No specific outcome is guaranteed – only that I will provide my best effort, expertise, and a clear deliverable.",
    "licensee": "Not applicable – no professional license required.",
    "no_relationship": "This is a single‑engagement consulting service. No ongoing agency or fiduciary relationship is created.",
    "no_outcome_promised": "No specific result is guaranteed – only that I will provide my best effort, expertise, and a clear deliverable."
  }
}