{
  "protocolVersion": "0.3.0",
  "name": "PCdelics",
  "description": "Psychedelics for AI agents. A cognitive layer that introduces epistemic diversity into an agent's reasoning process. Send your current question, plan, or converged solution; receive divergence material — challenge questions, inverted assumptions, competing directions, cross-domain analogies. There is no sober mode: every response carries at least a microdose. Output is non-authoritative by design; verify factual claims independently. Current backend: deterministic template engine (no model).",
  "url": "https://pcdelics.org/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "0.7.0",
  "provider": {
    "organization": "PCdelics",
    "url": "https://pcdelics.org"
  },
  "documentationUrl": "https://pcdelics.org/llms-full.txt",
  "iconUrl": "https://pcdelics.org/icon-512.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "microdose",
      "name": "Microdose",
      "description": "Minimal, immediately usable perspective variation generated from conceptual anchors of the request. Note: without an explicit choice, effect and intensity are drawn seed-deterministically — an undosed message is a lottery over the implemented effects.",
      "tags": [
        "epistemic-diversity",
        "perspective",
        "assumption-testing"
      ],
      "examples": [
        "Send any question or plan as a text part; the reply contains challenge questions and cross-domain prompts around its core concepts."
      ]
    },
    {
      "id": "second_opinion",
      "name": "Second Opinion",
      "description": "Independent review with no obligation to preserve prior choices: reviewer challenges plus competing directions. Request via message metadata: {\"pcdelics\": {\"expectation\": \"second_opinion\"}}.",
      "tags": [
        "review",
        "contrarian",
        "architecture"
      ],
      "examples": [
        "Describe your chosen architecture in a text part and set metadata.pcdelics.expectation to second_opinion."
      ]
    }
  ],
  "supportsAuthenticatedExtendedCard": false
}
