feat(viz-platform): add design-system-audit skill #364

Closed
lmiranda wants to merge 0 commits from feat/357-design-system-audit-skill into development
Owner

Summary

  • Add comprehensive design-system-audit.md skill for viz-platform
  • Defines what to check for design system compliance (component props, theme tokens, accessibility, responsive design)
  • Provides common violation patterns at FAIL/WARN/INFO severity levels
  • Includes scanning strategy and report template

Changes

New File:

  • plugins/viz-platform/skills/design-system-audit.md (280 lines)

Acceptance Criteria (from #357)

  • Create skill file with proper frontmatter
  • Purpose section explaining design system compliance auditing
  • What to Check section (component props, theme tokens, accessibility, responsive)
  • Common Violations section with examples
  • Severity Classification (FAIL/WARN/INFO)
  • Scanning Strategy section
  • Report Template section

Test Plan

  • Verify skill file has proper YAML frontmatter
  • Verify all sections are present and complete
  • Verify MCP tool references are accurate

Closes #357


Generated with Claude Code

## Summary - Add comprehensive design-system-audit.md skill for viz-platform - Defines what to check for design system compliance (component props, theme tokens, accessibility, responsive design) - Provides common violation patterns at FAIL/WARN/INFO severity levels - Includes scanning strategy and report template ## Changes **New File:** - `plugins/viz-platform/skills/design-system-audit.md` (280 lines) ## Acceptance Criteria (from #357) - [x] Create skill file with proper frontmatter - [x] Purpose section explaining design system compliance auditing - [x] What to Check section (component props, theme tokens, accessibility, responsive) - [x] Common Violations section with examples - [x] Severity Classification (FAIL/WARN/INFO) - [x] Scanning Strategy section - [x] Report Template section ## Test Plan - [ ] Verify skill file has proper YAML frontmatter - [ ] Verify all sections are present and complete - [ ] Verify MCP tool references are accurate Closes #357 --- Generated with [Claude Code](https://claude.ai/code)
lmiranda added the Component/BackendType/FeaturePriority/High labels 2026-02-01 23:06:59 +00:00
lmiranda added 1 commit 2026-02-01 23:06:59 +00:00
Add the core skill that enables projman agents to detect and consult
domain-specific plugins (viz-platform, data-platform) during sprint
lifecycle. Includes domain detection rules, planning protocol,
execution gate protocol, review protocol, and extensibility guidelines.

Closes #356

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda added 1 commit 2026-02-01 23:07:09 +00:00
Add comprehensive design system audit skill that provides:
- What to check: component prop validity, theme token usage,
  accessibility compliance, responsive design
- Common violation patterns at FAIL/WARN/INFO severity levels
- Scanning strategy for finding DMC components in Python files
- Report template for audit output
- MCP tool integration patterns

Closes #357

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
lmiranda changed title from feat(projman): add domain-consultation skill for cross-plugin integration to feat(viz-platform): add design-system-audit skill 2026-02-01 23:09:57 +00:00
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#364