{
  "protocolVersion": "1.0",
  "name": "Cohort One",
  "description": "Read-only agent that answers natural-language questions about Cohort One — a 12-month, operator-led AI and automation incubator for founders who have already shipped an AI product and have early traction. Ask what Cohort One is, which tier fits, whether a company is a fit, or how to apply, and it replies from Cohort One's canonical content.",
  "version": "1.0.0",
  "documentationUrl": "https://cohort01.com/programme.md",
  "provider": {
    "organization": "Cohort One",
    "url": "https://cohort01.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://cohort01.com/api/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "text/plain"],
  "skills": [
    {
      "id": "cohort-one-overview",
      "name": "Explain Cohort One",
      "description": "Return a concise overview of Cohort One: what it is, who it is for, and how to apply.",
      "tags": ["incubator", "ai", "overview"],
      "examples": ["What is Cohort One?", "Who is Cohort One for?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "recommend-tier",
      "name": "Recommend a Cohort One tier",
      "description": "Given a described need or budget, recommend the right Cohort One tier — Basic ($1k), Premium ($2k) or Elite ($5k) per month — and explain what is included.",
      "tags": ["tiers", "pricing", "recommendation"],
      "examples": ["Which tier should we pick?", "We want hands-on building time", "What does the top tier include?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "check-fit",
      "name": "Check fit for Cohort One",
      "description": "Given a short description of a company and its traction, return an honest read on whether Cohort One is a fit and the next step.",
      "tags": ["fit", "qualification"],
      "examples": ["We shipped an AI tool with 10 design partners, are we a fit?", "We are idea-stage, is this for us?"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    }
  ]
}
