[Sprint 1] feat: Create viz-platform agents (3 agents) #179

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

Description

Create the three specialized agents for viz-platform plugin.

Acceptance Criteria

  • Create agents/theme-setup.md:
    • Trigger: New project or brand consistency request
    • Sequence: list_themes → create_theme → register_component_style → validate_theme
    • Personality: Design-focused, asks about brand colors and preferences
  • Create agents/layout-builder.md:
    • Trigger: User wants dashboard structure
    • Sequence: create_layout → add_filter → apply_theme → preview
    • Personality: Practical, suggests common patterns
  • Create agents/component-check.md:
    • Trigger: Before rendering any DMC component (can be called by other agents)
    • Sequence: get_component_props → validate_component → proceed or error
    • Personality: Strict validator, provides actionable errors

Technical Notes

Follow agent file format from projman plugin. Agents should:

  • Have clear trigger conditions
  • Define tool sequence
  • Specify personality/behavior
  • Handle error cases gracefully

Dependencies

  • Depends on #177 (Plugin structure)
  • Depends on #172 (DMC tools for component-check)
  • Depends on #175 (Theme tools for theme-setup)
## Description Create the three specialized agents for viz-platform plugin. ## Acceptance Criteria - [ ] Create `agents/theme-setup.md`: - Trigger: New project or brand consistency request - Sequence: list_themes → create_theme → register_component_style → validate_theme - Personality: Design-focused, asks about brand colors and preferences - [ ] Create `agents/layout-builder.md`: - Trigger: User wants dashboard structure - Sequence: create_layout → add_filter → apply_theme → preview - Personality: Practical, suggests common patterns - [ ] Create `agents/component-check.md`: - Trigger: Before rendering any DMC component (can be called by other agents) - Sequence: get_component_props → validate_component → proceed or error - Personality: Strict validator, provides actionable errors ## Technical Notes Follow agent file format from projman plugin. Agents should: - Have clear trigger conditions - Define tool sequence - Specify personality/behavior - Handle error cases gracefully ## Dependencies - Depends on #177 (Plugin structure) - Depends on #172 (DMC tools for component-check) - Depends on #175 (Theme tools for theme-setup)
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#179