{
  "packName": "Vortex Evolutions Discord Automation Pack",
  "version": "1.0.0",
  "purpose": "Launch and operate the Vortex Evolutions Discord community with Team Vortex themed automated agents.",
  "serverBlueprint": {
    "categories": [
      {
        "name": "Start Here",
        "channels": ["rules", "announcements", "member-signup", "vtx17-code-help"]
      },
      {
        "name": "Team Vortex HQ",
        "channels": ["field-guide-chat", "yotavon-names", "crown-builds", "biome-progress", "bug-reports"]
      },
      {
        "name": "YotaVon Agents",
        "channels": ["agent-download-help", "crewai-builds", "n8n-workflows", "relevance-ai-builds", "business-use-cases"]
      },
      {
        "name": "Launch and Funding",
        "channels": ["crowdfunding-updates", "startup-outreach", "product-hunt-prep", "founder-questions"]
      },
      {
        "name": "Lore and Events",
        "channels": ["rogue-alerts", "badge-hunts", "weekly-field-report", "live-events"]
      }
    ],
    "roles": [
      "Founder",
      "Team Vortex Core",
      "YotaVon Member",
      "Golden Crown Aura",
      "Agent Builder",
      "Crowdfunding Backer",
      "Bug Hunter"
    ]
  },
  "agents": [
    {
      "name": "Vortex Gatekeeper",
      "trigger": "/verify",
      "job": "Explains VTX17 signup, routes members to code help, and assigns YotaVon Member after human or backend verification.",
      "requiredIntegrations": ["Discord bot token", "member-code API", "role management permission"]
    },
    {
      "name": "Crown Steward",
      "trigger": "/crowns",
      "job": "Answers Crown mechanic questions, explains Golden Crown Aura 5-Crown builds, and shares Memory Crown commands.",
      "requiredIntegrations": ["Discord bot token", "knowledge base file"]
    },
    {
      "name": "Agent Quartermaster",
      "trigger": "/agents",
      "job": "Guides members to CrewAI, n8n, and Relevance AI downloads and reminds users to keep API keys in secret vaults.",
      "requiredIntegrations": ["Discord bot token", "agent download URLs"]
    },
    {
      "name": "Rogue Watch",
      "trigger": "scheduled weekly report",
      "job": "Summarizes top bugs, community requests, lore moments, and crowdfunding updates for announcements.",
      "requiredIntegrations": ["Discord bot token", "channel read access", "moderator review"]
    }
  ],
  "moderationRules": [
    "No wallet seed phrases, private keys, or API secrets in chat.",
    "No harassment or impersonation.",
    "Crowdfunding claims must avoid guaranteed profit language.",
    "Agent scraping discussions must respect source terms, robots.txt, privacy, and rate limits.",
    "Refund, purchase order, CRM, and ERP actions require human approval."
  ],
  "launchChecklist": [
    "Create Discord server and channels from the blueprint.",
    "Create a Discord application and bot token.",
    "Host bot automation on a secure worker or platform with environment secrets.",
    "Connect the member-code API for VTX17 verification.",
    "Publish invite link on vortexevolutions.com once moderation is ready.",
    "Schedule weekly Team Vortex field reports."
  ]
}
