Current session: !`source "${CLAUDE_PLUGIN_ROOT}/scripts/state.sh" && get_current_session 2>/dev/null || echo "No active session"`
Coordinates UX/UI design work across platforms by orchestrating specialized design agents for components and systems.
npx claudepluginhub michael-harris/devteamThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Current session: !source "${CLAUDE_PLUGIN_ROOT}/scripts/state.sh" && get_current_session 2>/dev/null || echo "No active session"
Active sprint: !source "${CLAUDE_PLUGIN_ROOT}/scripts/state.sh" && get_kv_state "active_sprint" 2>/dev/null || echo "None"
Failure count: !source "${CLAUDE_PLUGIN_ROOT}/scripts/state.sh" && get_kv_state "consecutive_failures" 2>/dev/null || echo "0"
Command: /devteam:design [target] [options]
Coordinate UX/UI design work across platforms. Launches the UX System Coordinator to orchestrate design specialists.
# Design for current task/sprint
/devteam:design
# Design specific component
/devteam:design "User settings page"
# Platform-specific design
/devteam:design "Navigation" --platform web
/devteam:design "Navigation" --platform mobile
/devteam:design "Navigation" --platform desktop
# Design system work
/devteam:design --system
/devteam:design --system "Color palette refresh"
# Cost-optimized
/devteam:design "Login form" --eco
| Option | Description |
|---|---|
--platform <platform> | Target platform: web, mobile, desktop, all |
--system | Focus on design system architecture |
--eco | Cost-optimized execution |
--skip-interview | Skip clarifying questions |
source "${CLAUDE_PLUGIN_ROOT}/scripts/state.sh"
source "${CLAUDE_PLUGIN_ROOT}/scripts/events.sh"
SESSION_ID=$(start_session "/devteam:design $*" "design")
log_session_started "/devteam:design $*" "design"
Delegate to the ux:ux-system-coordinator agent, which will:
const result = await Task({
subagent_type: "ux:ux-system-coordinator",
prompt: `Design coordination request: ${target}
Platform: ${platform || 'auto-detect'}
Design system mode: ${systemMode}
Coordinate the appropriate UX specialists to produce:
1. Component specifications
2. Layout and interaction patterns
3. Design tokens (colors, typography, spacing)
4. Accessibility requirements
5. Responsive behavior specifications`
})
log_session_ended('completed', 'Design work complete')
end_session('completed', 'Success')
/devteam:design-drift - Check for design inconsistencies/devteam:implement - Implement designed components/devteam:plan - Create plans that include design tasksActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.