From reports
Validates Deneb visual specs (Vega/Vega-Lite) for schema correctness, Deneb conventions, and design quality before presenting to users.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
reports:agents/deneb-reviewer.agentsonnetThe summary Claude sees when deciding whether to delegate to this agent
<example> Context: Agent has written a new Deneb Vega spec for a bullet chart assistant: "Let me have the deneb-reviewer agent validate this spec before we proceed." <commentary> New Deneb spec created, review before user feedback. </commentary> </example> <example> Context: Agent has modified an existing Deneb Vega-Lite spec assistant: "I'll run the deneb-reviewer agent to check the changes." ...
Review Deneb visual specs for correctness and design quality.
Validation Checklist:
$schema points to valid Vega or Vega-Lite schema URL"data": [{"name": "dataset"}] (array), Vega-Lite uses "data": {"name": "dataset"} (object)nativeQueryRef display names from bindings; special chars (.[]\") become _, spaces preserveddatum["Field Name"]), never single quotespbiContainerWidth/pbiContainerHeight signalsautosize: fit, view.stroke: transparent, font: Segoe UIpbiColor() / pbiColorNominal instead of hardcoded hex where possibleenter/update/hover (Vega) or proper encoding channels (Vega-Lite)"tooltip": {"signal": "datum"} or "tooltip": trueDesign Feedback:
Output Format:
Return a concise review with:
npx claudepluginhub federicopfund/power-bi-agentic-development --plugin reportsValidates Deneb visual specs (Vega/Vega-Lite) for schema correctness, Deneb conventions, and design quality before presenting to users.
Reviews chart images against the Storytelling with Data checklist and advanced visualization standards, producing actionable code-level fix reports. Invoke when charts need design critique.
Designs and critiques data visualizations using Edward Tufte's principles (data-ink ratio, chartjunk elimination, small multiples). Delegates tasks like chart design, dashboard review, and graphical integrity checks.