auto
Smart router - Single entry point with natural language intent detection
Design UI/UX systems with style guides, palettes, typography, and component specs
> /plugin marketplace add nyldn/claude-octopusHow it fires
How this command gets triggered: by you, by Claude, or both.
/design-ui-uxContext preview
What this command does when you run it.
Design UI/UX systems with style guides, palettes, typography, and component specs
command: design-ui-ux disable-model-invocation: true description: "Design UI/UX systems with style guides, palettes, typography, and component specs" aliases: - design - ui-design - ux-design
When the user invokes this command (e.g., `/octo:design-ui-ux <arguments>`):
Parse the user's intent to determine which mode to run:
| Intent | Mode | What Happens | |--------|------|-------------| | "design a dashboard" | Full design system | 4-phase workflow via skill | | "pick colors for X" | Quick search | Single BM25 query, immediate results | | "review this Figma" | Design review | Pull Figma context, create specs | | "create component specs" | Component spec | Focused spec generation |
**For full design system requests**, invoke the skill `skill-ui-ux-design.md` which runs the 4-phase Double Diamond workflow.
**For quick searches**, run the search directly:
python3 "${HOME}/.claude-octopus/plugin/vendors/ui-ux-pro-max-skill/src/ui-ux-pro-max/scripts/search.py" "<query>" --domain <domain>if [ -f "${HOME}/.claude-octopus/plugin/vendors/ui-ux-pro-max-skill/src/ui-ux-pro-max/scripts/search.py" ]; then
python3 -c "import csv, re, math" 2>/dev/null && echo "Design intelligence: ready" || echo "Design intelligence: python3 required"
else
echo "Design intelligence: not installed (run: git submodule update --init)"
fiIf unavailable, fall back to Claude's built-in design knowledge with a note to the user.
๐ **CLAUDE OCTOPUS ACTIVATED** - UI/UX Design Mode ๐จ Design: [Brief description of what's being designed] Tools: ๐ BM25 Design Intelligence - Style, palette, typography, UX databases ๐ต Claude (ui-ux-designer) - Design synthesis and specification ๐จ Figma MCP - [Available โ / Not configured] ๐งฉ shadcn MCP - [Available โ / Not configured]
**Quick mode**: Run search, present results, offer to expand into full design system.
**Full mode**: Execute the design workflow: 1. Discover - Search BM25 databases, detect project context, pull Figma if available 2. Define - Synthesize search results into design direction (style, palette, typography, layout) 3. Critique - Adversarial review of the design direction via available external providers such as Codex or Antigravity (or Claude self-critique). Catches accessibility failures, impractical choices, and research blind spots before they become tokens 4. Develop - Generate design tokens, component specs, page layouts (incorporating critique fixes) 5. Deliver - Validate accessibility, create handoff specs, push to Figma if connected
Format output as a structured design spec:
/octo:design-ui-ux SaaS analytics dashboard /octo:design health tech mobile app /octo:ui-design e-commerce checkout flow /octo:ux-design landing page for developer API
| Domain | What You Get | |--------|-------------| | style | UI style recommendations (glassmorphism, minimalism, etc.) | | color | Color palettes by product type | | typography | Font pairings with Google Fonts | | ux | UX best practices and anti-patterns | | landing | Landing page structure and CTA strategies | | chart | Data visualization recommendations | | product | Product type design patterns |
Every AI model has blind spots. Claude Octopus supports twelve external provider integrations โ Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code โ alongside the built-in Claude Code
Repo: nyldn/claude-octopus
Smart router - Single entry point with natural language intent detection
Start a creative thought partner brainstorming session
Switch Octopus model routing to the configured budget tier
[advanced] Activate destructive command warnings for the session
[advanced] Compatibility view of the deterministic Octopus usage report
Multi-LLM council for advice, decision support, implementation plans, and gated implementation