feat(viz-platform): add design-reviewer agent for design system compliance #366

Closed
lmiranda wants to merge 0 commits from feat/358-design-reviewer-agent into development
Owner

Summary

  • Add design reviewer agent that uses viz-platform MCP tools to audit code for design system compliance in Dash/DMC applications
  • Supports two operating modes: Review (detailed report) and Gate (binary PASS/FAIL for CI/CD)
  • Validates components, theme token usage, and accessibility standards

Changes

New File: plugins/viz-platform/agents/design-reviewer.md

Features:

  • Component validation using validate_component, get_component_props, list_components
  • Theme compliance checking for hardcoded colors/sizes
  • Accessibility validation using accessibility_validate_colors, accessibility_validate_theme
  • Structured FAIL/WARN/INFO severity levels
  • Integration with projman orchestrator for domain gate checks

Test Plan

  • Verify agent file follows existing agent format conventions
  • Confirm MCP tools listed match viz-platform MCP server capabilities
  • Review report format templates for clarity and completeness

Closes #358

Generated with Claude Code

## Summary - Add design reviewer agent that uses viz-platform MCP tools to audit code for design system compliance in Dash/DMC applications - Supports two operating modes: Review (detailed report) and Gate (binary PASS/FAIL for CI/CD) - Validates components, theme token usage, and accessibility standards ## Changes **New File:** `plugins/viz-platform/agents/design-reviewer.md` Features: - Component validation using `validate_component`, `get_component_props`, `list_components` - Theme compliance checking for hardcoded colors/sizes - Accessibility validation using `accessibility_validate_colors`, `accessibility_validate_theme` - Structured FAIL/WARN/INFO severity levels - Integration with projman orchestrator for domain gate checks ## Test Plan - [ ] Verify agent file follows existing agent format conventions - [ ] Confirm MCP tools listed match viz-platform MCP server capabilities - [ ] Review report format templates for clarity and completeness Closes #358 Generated with Claude Code
lmiranda added 1 commit 2026-02-01 23:14:08 +00:00
Add design reviewer agent that uses viz-platform MCP tools to audit code
for design system compliance in Dash/DMC applications.

Features:
- Review mode: detailed report with FAIL/WARN/INFO severity levels
- Gate mode: binary PASS/FAIL for CI/CD integration
- Component validation using validate_component, get_component_props
- Theme compliance checking for hardcoded colors/sizes
- Accessibility validation using accessibility_validate_colors
- Structured output for projman orchestrator integration

Closes #358

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda closed this pull request 2026-02-01 23:47:52 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#366