[Sprint 1] feat: Create viz-platform commands (7 commands) #178

Closed
opened 2026-01-26 16:21:42 +00:00 by lmiranda · 0 comments
Owner

Description

Create all slash command files for viz-platform plugin.

Acceptance Criteria

  • Create commands/initial-setup.md:
    • Interactive setup wizard for DMC version, theme preferences
  • Create commands/chart.md:
    • /chart {type} - maps to chart_create tool
  • Create commands/dashboard.md:
    • /dashboard {template} - maps to layout_builder agent
  • Create commands/theme.md:
    • /theme {name} - apply existing theme
  • Create commands/theme-new.md:
    • /theme new {name} - create new theme
  • Create commands/theme-css.md:
    • /theme css {name} - export theme as CSS
  • Create commands/component.md:
    • /component {name} - inspect component props via get_component_props

Technical Notes

Follow existing command file format from projman/data-platform plugins.

Each command file should include:

  • Description
  • Usage examples
  • Required arguments
  • Tool/agent mapping

Dependencies

  • Depends on #177 (Plugin structure)
## Description Create all slash command files for viz-platform plugin. ## Acceptance Criteria - [ ] Create `commands/initial-setup.md`: - Interactive setup wizard for DMC version, theme preferences - [ ] Create `commands/chart.md`: - `/chart {type}` - maps to chart_create tool - [ ] Create `commands/dashboard.md`: - `/dashboard {template}` - maps to layout_builder agent - [ ] Create `commands/theme.md`: - `/theme {name}` - apply existing theme - [ ] Create `commands/theme-new.md`: - `/theme new {name}` - create new theme - [ ] Create `commands/theme-css.md`: - `/theme css {name}` - export theme as CSS - [ ] Create `commands/component.md`: - `/component {name}` - inspect component props via get_component_props ## Technical Notes Follow existing command file format from projman/data-platform plugins. Each command file should include: - Description - Usage examples - Required arguments - Tool/agent mapping ## Dependencies - Depends on #177 (Plugin structure)
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#178