{
  "version": "1.0",
  "description": "TH Analytica MCP prompt discovery manifest",
  "prompts": [
    {
      "id": "infrastructure-analysis",
      "description": "Analyze infrastructure readiness and control surfaces",
      "requiredArguments": ["url"],
      "deterministic": true,
      "auditEnabled": true
    },
    {
      "id": "quickcheck-analysis",
      "description": "Interpret QuickCheck results with governance context",
      "requiredArguments": ["score", "url"],
      "deterministic": true,
      "auditEnabled": true
    },
    {
      "id": "governance-validation",
      "description": "Validate runtime governance and approval boundaries",
      "requiredArguments": ["context"],
      "deterministic": true,
      "auditEnabled": true
    },
    {
      "id": "actionability-evaluation",
      "description": "Evaluate how actionable an interaction surface is",
      "requiredArguments": ["url"],
      "deterministic": true,
      "auditEnabled": true
    }
  ]
}
