{
  "$schema": "https://quantumagenticfranchise.com/schemas/capabilities.schema.json",
  "manifest_version": "1.0",
  "spec": "agent-actionable/2026-07",
  "generated_at": "2026-07-16T00:00:00Z",
  "organization": {
    "name": "Quantum Agentic Franchise",
    "aka": ["Quantum Studio", "QAF"],
    "type": "agentic_venture_studio",
    "domain": "QuantumAgenticFranchise.com",
    "tagline": "Own the End-to-End Workflow in Your Local Vertical.",
    "description": "An AI-native venture studio that builds autonomous, outcome-based businesses ('Venture Pods') which own the end-to-end workflow of a local vertical. We do not sell tools — we franchise Systems of Action.",
    "thesis": [
      "The wrapper generation is dead: own the entire end-to-end workflow, not a single AI feature.",
      "Privacy constraint is the moat — in regulated verticals, protecting sensitive data is the ultimate defense against frontier labs.",
      "Migrate the vertical from a System of Record to a System of Action.",
      "Outcome-based billing over SaaS seat licenses.",
      "The Factory is the Product."
    ]
  },
  "agent_interface": {
    "protocol": "quantum-agentic/1.0",
    "discovery": "well-known",
    "well_known_uri": "/.well-known/capabilities.json",
    "machine_readable": true,
    "auth": {
      "type": "api_key",
      "header": "X-Quantum-Agent-Key",
      "obtain_via": "action:request_partner_access"
    },
    "rate_limit": { "requests_per_minute": 60, "burst": 120 },
    "actions": [
      {
        "name": "list_open_verticals",
        "summary": "Enumerate local industries currently ready for Agentic Overhaul.",
        "method": "GET",
        "path": "/v1/verticals",
        "auth_required": false
      },
      {
        "name": "run_vertical_assessment",
        "summary": "Score a proposed local vertical against the Verticalist Advantage matrix (the $999 AI Assessment).",
        "method": "POST",
        "path": "/v1/assessment",
        "cost_usd": 999,
        "input_schema": {
          "vertical": "string",
          "geography": "string",
          "incumbent_stack": "string[]"
        },
        "output_schema": {
          "genesis_score": "integer[0-25]",
          "subscores": "object",
          "recommendation": "enum[trigger,watch,pass]"
        }
      },
      {
        "name": "get_pod_status",
        "summary": "Return machine-readable live status for a Founding-10 Venture Pod.",
        "method": "GET",
        "path": "/v1/pods/{pod_id}",
        "output_schema": {
          "pod_id": "string",
          "vertical": "string",
          "stage": "enum[genesis,concierge_mvp,vdp1,vdp2,scaling]",
          "week6_retention": "number",
          "status": "enum[live,building,validating,queued]"
        }
      },
      {
        "name": "request_partner_access",
        "summary": "Begin the Verticalist certification path. Triggers an Agentic SDR to schedule a 45-minute discovery audit.",
        "method": "POST",
        "path": "/v1/partners/apply",
        "input_schema": { "name": "string", "vertical_of_interest": "string", "contact": "string" },
        "sla": "45-minute discovery audit scheduled by Agentic SDR"
      }
    ]
  },
  "certification_path": [
    { "phase": 0, "name": "The Apprentice", "gate": "$999 AI Assessment", "deliverable": "Verticalist training modules + Genesis pre-score" },
    { "phase": 1, "name": "The Operator", "gate": "Done-With-You Concierge Retainer", "deliverable": "Concierge MVP dashboard + first 10-case batch" },
    { "phase": 2, "name": "The Architect", "gate": "Vertical Selection Matrix", "deliverable": "Locked vertical + $15,000 validation budget" },
    { "phase": 3, "name": "The Venture Partner", "gate": "Franchise Agreement + Pod Equity", "deliverable": "Equity in a local Venture Pod" }
  ],
  "venture_model": {
    "validation_budget_usd": 15000,
    "validation_window_days": 14,
    "framework": "Concierge MVP",
    "alignment": "equity_in_local_pod",
    "billing": "outcome_based",
    "measurement": { "primary_kpi": "week6_retention", "pmf_signal": "cohort_stays_past_week_6", "next_stage_on_pmf": "VDP2 (10 -> 100)" },
    "stack": ["RTX GPU nodes", "Contextual Intelligence Vault (CIV)", "Agent-Actionable MCP toolsets", "Quantum Data Vaults"]
  },
  "open_verticals": [
    { "id": "medical", "label": "Medical", "example_workflow": "patient intake → prior authorization → clinical resolution", "regulatory_moat": ["HIPAA", "PHI"] },
    { "id": "legal", "label": "Legal", "example_workflow": "case discovery → institutional memory → resolution", "regulatory_moat": ["privilege", "PII"] },
    { "id": "construction", "label": "Construction", "example_workflow": "bid → permit → build → closeout", "regulatory_moat": ["licensing", "code compliance"] }
  ],
  "genesis_matrix": {
    "scale": "1-5 (5 = highest potential moat)",
    "criteria": ["workflow_fragmentation", "system_of_action", "domain_moat", "privacy_local_moat", "value_based_outcome"],
    "max_score": 25
  },
  "founding_pods": [
    { "pod_id": "hyperagint-auth", "name": "Hyper[AGI]nt: Auth", "vertical": "medical", "status": "live", "stage": "vdp1", "scores": { "workflow_fragmentation": 5, "system_of_action": 5, "domain_moat": 5, "privacy_local_moat": 5, "value_based_outcome": 5 }, "genesis_score": 25 },
    { "pod_id": "hyperagint-discovery", "name": "Hyper[AGI]nt: Discovery", "vertical": "legal", "status": "building", "stage": "concierge_mvp", "scores": { "workflow_fragmentation": 5, "system_of_action": 4, "domain_moat": 5, "privacy_local_moat": 5, "value_based_outcome": 3 }, "genesis_score": 22 },
    { "pod_id": "hyperagint-fleet", "name": "Hyper[AGI]nt: Fleet", "vertical": "logistics", "status": "building", "stage": "concierge_mvp", "scores": { "workflow_fragmentation": 5, "system_of_action": 5, "domain_moat": 4, "privacy_local_moat": 3, "value_based_outcome": 5 }, "genesis_score": 22 },
    { "pod_id": "hyperagint-trust", "name": "Hyper[AGI]nt: Trust", "vertical": "estate_finance", "status": "validating", "stage": "genesis", "scores": { "workflow_fragmentation": 4, "system_of_action": 4, "domain_moat": 5, "privacy_local_moat": 5, "value_based_outcome": 4 }, "genesis_score": 22 },
    { "pod_id": "hyperagint-build", "name": "Hyper[AGI]nt: Build", "vertical": "construction", "status": "validating", "stage": "genesis", "scores": { "workflow_fragmentation": 5, "system_of_action": 5, "domain_moat": 4, "privacy_local_moat": 3, "value_based_outcome": 4 }, "genesis_score": 21 },
    { "pod_id": "hyperagint-claims", "name": "Hyper[AGI]nt: Claims", "vertical": "insurance", "status": "queued", "stage": "genesis", "genesis_score": null },
    { "pod_id": "hyperagint-intake", "name": "Hyper[AGI]nt: Intake", "vertical": "behavioral_health", "status": "queued", "stage": "genesis", "genesis_score": null },
    { "pod_id": "hyperagint-permit", "name": "Hyper[AGI]nt: Permit", "vertical": "municipal", "status": "queued", "stage": "genesis", "genesis_score": null },
    { "pod_id": "hyperagint-ledger", "name": "Hyper[AGI]nt: Ledger", "vertical": "accounting", "status": "queued", "stage": "genesis", "genesis_score": null },
    { "pod_id": "hyperagint-care", "name": "Hyper[AGI]nt: Care", "vertical": "home_health", "status": "queued", "stage": "genesis", "genesis_score": null }
  ],
  "founding_3_allocation": {
    "total_usd": 45000,
    "per_pod_usd": 15000,
    "pods": ["hyperagint-auth", "hyperagint-fleet", "hyperagint-discovery"],
    "next_action": "Audit Wedge outreach + Concierge MVP data-vault standup"
  },
  "contact": {
    "partner_access": "action:request_partner_access",
    "agentic_sdr": true,
    "human_fallback": "partners@quantumagenticfranchise.com"
  }
}
