[Sprint 9] feat: Create design-review.md command (viz-platform) #359

Closed
opened 2026-02-01 22:49:30 +00:00 by lmiranda · 0 comments
Owner

Description

Create the standalone design review command that allows users to run detailed design system audits on their code.

Implementation

Wiki: Change V5.6.0 (Sprint 9 Implementation)

File: plugins/viz-platform/commands/design-review.md

Acceptance Criteria

  • Create command file with proper frontmatter
  • Command syntax: /design-review <path>
  • Invokes design-reviewer agent
  • Returns detailed report with all findings
  • Includes context and suggestions for each violation
  • Shows summary statistics (files scanned, violations by severity)

Technical Notes

This is a user-facing command for on-demand design audits. Unlike /design-gate, this provides detailed feedback rather than just pass/fail.

Usage example:

/design-review plugins/viz-platform/

Risk: Low - thin wrapper around design-reviewer agent

## Description Create the standalone design review command that allows users to run detailed design system audits on their code. ## Implementation **Wiki:** [Change V5.6.0 (Sprint 9 Implementation)](https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/wiki/Change-V5.6.0%3A-Domain-Advisory-Pattern-%28Sprint-9-Implementation%29) **File:** `plugins/viz-platform/commands/design-review.md` ## Acceptance Criteria - [ ] Create command file with proper frontmatter - [ ] Command syntax: `/design-review <path>` - [ ] Invokes design-reviewer agent - [ ] Returns detailed report with all findings - [ ] Includes context and suggestions for each violation - [ ] Shows summary statistics (files scanned, violations by severity) ## Technical Notes This is a user-facing command for on-demand design audits. Unlike `/design-gate`, this provides detailed feedback rather than just pass/fail. **Usage example:** ``` /design-review plugins/viz-platform/ ``` **Risk:** Low - thin wrapper around design-reviewer agent
lmiranda added this to the Sprint 9 - Domain Advisory Pattern (viz-platform) milestone 2026-02-01 22:50:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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