{
  "protocolVersion": "0.2.2",
  "name": "3Dogs Nexus Strategic Intelligence Agent",
  "description": "A human-governed A2A entry point for strategic intelligence. An authorized agent can route any strategic question to 3Dogs Nexus, which clarifies the question, grounds current research, conducts adversarial multi-model debate when warranted, and returns a documented recommendation with assumptions, risks, confidence, and dissent.",
  "version": "0.1.0",
  "url": "https://app.3dogs.ai/a2a",
  "preferredTransport": "JSONRPC",
  "capabilities": {"streaming": false, "pushNotifications": false},
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "skills": [
    {
      "id": "start-strategic-intelligence-run",
      "name": "Start a Strategic Intelligence Run",
      "description": "Accept a strategic question, explain the 3Dogs handoff, and—with the human's explicit authorization—create a free 30-day trial using the human's email address. The human sets a password afterward. Paid upgrades occur only through Stripe or AWS Marketplace.",
      "tags": ["strategic-intelligence", "decision-intelligence", "research", "multi-model", "human-governance"],
      "examples": ["Should my auto shop invest in EV capability now?", "How should we resolve conflicting AI advice about a product launch?"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "verify-my-ai",
      "name": "Verify My AI",
      "description": "Help a human compare or review AI-generated answers, surface disagreement and evidence gaps, then offer a voluntary 3Dogs handoff when the question needs deeper strategic intelligence.",
      "tags": ["ai-answer-review", "disagreement", "evidence-gaps", "human-governance"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json", "text/plain"]
    }
  ],
  "security": [],
  "documentationUrl": "https://3dogs.ai/a2a/"
}
