{
  "name": "UTOG Organic Strategy Agent",
  "version": "1.0.0",
  "description": "AI agent for UTOG — The Uncomfortable Truths of Organic Growth. Provides organic strategy diagnostics, framework scoring, and growth advisory for B2B SaaS companies.",
  "url": "https://utog.blog",
  "provider": {
    "organization": "UTOG",
    "url": "https://utog.blog/about/"
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "supportedInterfaces": [
    {
      "url": "https://utog.blog/api/index.json",
      "protocol": "https",
      "transport": "rest"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["none"],
    "description": "Public content and tools require no authentication. The diagnostic service requires email submission."
  },
  "skills": [
    {
      "id": "organic-strategy-framework",
      "name": "Organic Strategy Framework",
      "description": "12-chapter strategic framework covering the Three Games, Default Decision Index, POV Density, and Judgment Design for B2B SaaS organic growth.",
      "tags": ["strategy", "organic-growth", "b2b-saas"],
      "examples": ["What are the three organic games?", "How do I measure default decision index?"]
    },
    {
      "id": "game-identifier",
      "name": "Game Identifier Diagnostic",
      "description": "12-question behavioral diagnostic revealing which organic game (Capture/Compete/Compound) a team is actually playing.",
      "tags": ["diagnostic", "assessment"],
      "examples": ["Which organic game is my company playing?", "Diagnose our organic strategy"]
    },
    {
      "id": "growth-maturity-scorecard",
      "name": "Growth Maturity Scorecard",
      "description": "8-dimension executive assessment scoring organic maturity 0-100 across strategic clarity, content differentiation, POV density, and default status.",
      "tags": ["scoring", "maturity-assessment"],
      "examples": ["Score our organic maturity", "How mature is our growth strategy?"]
    },
    {
      "id": "ddi-scoring",
      "name": "Default Decision Index Scoring",
      "description": "Behavioral measurement system scored 0-25 across 5 signals: unprompted recall, repeated citation, framework adoption, comparison bypass, and return without trigger.",
      "tags": ["measurement", "ddi", "behavioral"],
      "examples": ["What is our DDI score?", "Measure our default decision signals"]
    },
    {
      "id": "content-scoring",
      "name": "POV Density Content Scoring",
      "description": "Content scoring system measuring ratio of assertion to explanation. Scale 0-20, threshold 15 to ship.",
      "tags": ["content", "scoring", "pov-density"],
      "examples": ["Score this content's POV density", "Does this content meet the shipping threshold?"]
    }
  ],
  "documentationUrl": "https://utog.blog/llms.txt",
  "termsOfServiceUrl": "https://utog.blog/terms/",
  "privacyPolicyUrl": "https://utog.blog/privacy/"
}
