407dd1b93b
feat(viz-platform): add design-gate command for binary pass/fail validation
...
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 >
2026-02-01 18:18:09 -05:00
5152cda161
refactor(viz-platform): extract skills and slim commands
...
Extract shared knowledge from 10 commands into 7 reusable skills:
- mcp-tools-reference.md: All viz-platform MCP tool signatures
- theming-system.md: Theme tokens, CSS variables, color palettes
- accessibility-rules.md: WCAG contrast, color-blind safe palettes
- dmc-components.md: DMC categories, validation, common props
- responsive-design.md: Breakpoints, mobile-first, grid config
- chart-types.md: Plotly chart types, export formats, resolution
- layout-templates.md: Dashboard templates, filter types
All commands now reference skills via "Skills to Load" section.
Commands reduced from 1396 lines total to 427 lines (69% reduction).
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-30 16:59:26 -05:00
b5d36865ee
feat(plugins): add Visual Output headers to all other plugin commands
...
Add single-line visual headers to 66 command files across 10 plugins:
- clarity-assist (2 commands): 💬
- claude-config-maintainer (5 commands): ⚙️
- cmdb-assistant (11 commands): 🖥️
- code-sentinel (3 commands): 🔒
- contract-validator (5 commands): ✅
- data-platform (10 commands): 📊
- doc-guardian (5 commands): 📝
- git-flow (8 commands): 🔀
- pr-review (7 commands): 🔍
- viz-platform (10 commands): 🎨
Each command now displays a consistent header at execution start:
┌────────────────────────────────────────────────────────────────┐
│ [icon] PLUGIN-NAME · Command Description │
└────────────────────────────────────────────────────────────────┘
Addresses #275 (other plugin commands visual output)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 17:24:49 -05:00
9698e8724d
feat(plugins): implement Sprint 4 commands (#241-#258)
...
Sprint 4 - Plugin Commands implementation adding 18 new user-facing
commands across 8 plugins as part of V5.2.0 Plugin Enhancements.
**projman:**
- #241 : /sprint-diagram - Mermaid visualization of sprint issues
**pr-review:**
- #242 : Confidence threshold config (PR_REVIEW_CONFIDENCE_THRESHOLD)
- #243 : /pr-diff - Formatted diff with inline review comments
**data-platform:**
- #244 : /data-quality - DataFrame quality checks (nulls, duplicates, outliers)
- #245 : /lineage-viz - dbt lineage as Mermaid diagrams
- #246 : /dbt-test - Formatted dbt test runner
**viz-platform:**
- #247 : /chart-export - Export charts to PNG/SVG/PDF via kaleido
- #248 : /accessibility-check - Color blind validation (WCAG contrast)
- #249 : /breakpoints - Responsive layout configuration
**contract-validator:**
- #250 : /dependency-graph - Plugin dependency visualization
**doc-guardian:**
- #251 : /changelog-gen - Generate changelog from conventional commits
- #252 : /doc-coverage - Documentation coverage metrics
- #253 : /stale-docs - Flag outdated documentation
**claude-config-maintainer:**
- #254 : /config-diff - Track CLAUDE.md changes over time
- #255 : /config-lint - 31 lint rules for CLAUDE.md best practices
**cmdb-assistant:**
- #256 : /cmdb-topology - Infrastructure topology diagrams
- #257 : /change-audit - NetBox audit trail queries
- #258 : /ip-conflicts - Detect IP conflicts and overlaps
Closes #241 , #242 , #243 , #244 , #245 , #246 , #247 , #248 , #249 ,
#250 , #251 , #252 , #253 , #254 , #255 , #256 , #257 , #258
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-28 12:02:26 -05:00
20458add3f
feat(viz-platform): complete Sprint 1 - plugin structure and tests
...
Sprint 1 - viz-platform Plugin completed (13/13 issues):
- Commands: 7 files (initial-setup, chart, dashboard, theme, theme-new, theme-css, component)
- Agents: 3 files (theme-setup, layout-builder, component-check)
- Documentation: README.md, claude-md-integration.md
- Tests: 94 tests passing (68-99% coverage)
- CHANGELOG updated with completion status
Closes : #178 , #179 , #180 , #181 , #182
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-26 13:53:03 -05:00