feat(viz-platform): add design-gate command for binary pass/fail validation #367

Closed
lmiranda wants to merge 0 commits from feat/360-design-gate-command into development
Owner

Summary

  • Add /design-gate command that provides binary pass/fail validation for design system compliance
  • Command is used by projman orchestrator during sprint execution to gate issue completion for Domain/Viz issues
  • Checks only FAIL-level violations (invalid props, non-existent components, missing required props, deprecated components)
  • Returns simple PASS/FAIL output suitable for automation pipelines

Test Plan

  • Verify command file is properly formatted with frontmatter
  • Verify command integrates with design-reviewer agent (once #358 is merged)
  • Verify command works as a quality gate in projman sprint execution

Closes #360

Generated with Claude Code

## Summary - Add `/design-gate` command that provides binary pass/fail validation for design system compliance - Command is used by projman orchestrator during sprint execution to gate issue completion for Domain/Viz issues - Checks only FAIL-level violations (invalid props, non-existent components, missing required props, deprecated components) - Returns simple PASS/FAIL output suitable for automation pipelines ## Test Plan - [ ] Verify command file is properly formatted with frontmatter - [ ] Verify command integrates with design-reviewer agent (once #358 is merged) - [ ] Verify command works as a quality gate in projman sprint execution Closes #360 Generated with Claude Code
lmiranda added 1 commit 2026-02-01 23:18:58 +00:00
Add /design-gate command that provides binary pass/fail validation for
design system compliance. This command is used by projman orchestrator
during sprint execution to gate issue completion for Domain/Viz issues.

Features:
- Binary PASS/FAIL output for automation
- Checks only FAIL-level violations (invalid props, missing components)
- Integrates with projman sprint execution workflow
- Lightweight alternative to /design-review

Closes #360

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda closed this pull request 2026-02-01 23:47:53 +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#367