How the Supervisor and seven specialist agents work together, and how to invoke them with @mentions and /commands.
Vizzybl's chat is powered by a Supervisor and seven specialist agents. Each agent has a focused job — running audits, monitoring prompts, scoring citations, generating llms.txt, and more. This page explains how agents work and points you to the reference for each one.
The Supervisor reads every message you send and decides which agent should handle it. You can let the Supervisor route automatically, or invoke an agent directly:
@mention — Routes the rest of your message to that agent for free-form conversation. Example: @analysis What were the top issues in my last audit?/command — Runs a specific skill with structured arguments. Example: /audit example.comWhen one agent's output feeds into another, the Supervisor passes context between them automatically.
| When to use | Example | |
|---|---|---|
@mention | Open-ended questions and follow-ups in plain English | @intelligence why did my scores drop this week? |
/command | Targeted operations with specific inputs (URL, keyword, audit ID) | /citation-score example.com |
You can mix both in one chat — start with /audit example.com, then ask @analysis what should I fix first?.
| Agent | Mention | What it does |
|---|---|---|
| Analysis | @analysis | Explains audit results and compares URLs |
| Prompt Monitor | @prompts | Generates, scrapes, and manages brand prompts |
| Brand Intelligence | @intelligence | Trends, anomalies, insights, and dashboard metrics |
| Content Authority | @content | Citation optimization, rewrites, infographics, alt text |
| Brand Protection | — | Indexes your site, simulates RAG, red-teams, fact-checks |
| LLMs.txt | — | Generates and refines llms.txt for your domain |
| Documentation | @docs | Answers questions about Vizzybl features |
The Supervisor is the orchestrator that reads every message you send. It decides which agent to route to, runs lightweight utility tools directly (/notify, /visualize, /feedback, /open, /audit), and stitches multi-step workflows together. You never talk to it directly — it's always running underneath your chat.