[Sprint 1] feat: Create viz-platform commands (7 commands) #178
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Create all slash command files for viz-platform plugin.
Acceptance Criteria
commands/initial-setup.md:commands/chart.md:/chart {type}- maps to chart_create toolcommands/dashboard.md:/dashboard {template}- maps to layout_builder agentcommands/theme.md:/theme {name}- apply existing themecommands/theme-new.md:/theme new {name}- create new themecommands/theme-css.md:/theme css {name}- export theme as CSScommands/component.md:/component {name}- inspect component props via get_component_propsTechnical Notes
Follow existing command file format from projman/data-platform plugins.
Each command file should include:
Dependencies