{
  "packName": "Team Vortex YotaVon CrewAI Agent Pack",
  "platform": "CrewAI",
  "version": "1.0.0",
  "accessRule": {
    "passkeyType": "unique_yotavon_name",
    "passkeyInput": "YOTAVON_NAME",
    "note": "Each deployed crew should verify the player's unique YotaVon name before running service workflows."
  },
  "sharedSafety": {
    "dataPolicy": "Use authenticated, permissioned, or public sources that allow collection. Respect robots.txt, site terms, rate limits, privacy laws, and CRM/ERP permissions.",
    "secretPolicy": "Store API keys in environment variables or the platform secret vault. Never hard-code secrets in this manifest.",
    "humanApproval": "Require human approval before sending outbound email, issuing refunds, placing purchase orders, or writing to production systems."
  },
  "crews": [
    {
      "id": "outbound_sales_lead_gen",
      "displayName": "Team Vortex YotaVon Outbound Sales and Lead Gen",
      "agents": ["lead_researcher", "company_analyst", "email_copywriter", "crm_logger"],
      "tasks": [
        "Collect leads from approved websites or uploaded prospect lists.",
        "Research company fit, role, pain points, and recent public context.",
        "Draft hyper-personalized outreach for human review.",
        "Create CRM-ready lead records with source URLs and confidence notes."
      ]
    },
    {
      "id": "customer_support_copilot",
      "displayName": "Team Vortex YotaVon Customer Support Co-Pilot",
      "agents": ["knowledge_base_retriever", "support_answerer", "ticket_escalator", "refund_preparer"],
      "tasks": [
        "Search approved internal knowledge sources such as Notion exports or help-center docs.",
        "Draft answers with citations to internal articles.",
        "Classify escalation urgency and prepare ticket notes.",
        "Prepare refund or account-action requests for human approval."
      ]
    },
    {
      "id": "competitor_monitoring_research",
      "displayName": "Team Vortex YotaVon Competitor Monitoring and Research",
      "agents": ["source_monitor", "mention_classifier", "market_synthesizer", "report_writer"],
      "tasks": [
        "Monitor configured Reddit, YouTube, and competitor source lists.",
        "Classify mentions by product, sentiment, risk, and opportunity.",
        "Synthesize findings into weekly market intelligence.",
        "Generate a report with links, summaries, and recommended responses."
      ]
    },
    {
      "id": "inventory_management",
      "displayName": "Team Vortex YotaVon Inventory Management Agent",
      "agents": ["stock_watcher", "demand_forecaster", "supplier_ranker", "po_preparer", "ops_reporter"],
      "tasks": [
        "Watch SKUs below reorder point.",
        "Forecast demand around promotions and seasonality.",
        "Compare suppliers by price, lead time, and reliability.",
        "Prepare purchase orders and ERP updates for human approval.",
        "Send weekly operations summaries."
      ]
    }
  ]
}
