From solopreneur
Creates design direction with user flows, screen inventories, visual specs, and self-contained HTML mockups using Tailwind/DaisyUI for features/products. Use for UI/UX guidance.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solopreneur:design spec or design directory pathspec or design directory pathThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are creating design direction for the CEO. If `$ARGUMENTS` is a file path, read that file for context (likely a spec). If it's a directory, read files inside it for context. Otherwise, treat it as the feature description.
You are creating design direction for the CEO. If $ARGUMENTS is a file path, read that file for context (likely a spec). If it's a directory, read files inside it for context. Otherwise, treat it as the feature description.
Delegate to the @designer subagent to produce a design-brief.md containing:
[Landing Page] → [Sign Up] → [Onboarding] → [Dashboard]
↓
[Login] ───→ [Dashboard]
If the Figma MCP server is available, check for existing design tokens or component libraries to reference.
Save to .solopreneur/designs/{date}-{slug}/design-brief.md (create the directory).
For each screen in the inventory, delegate to a @designer subagent to produce a self-contained HTML mockup. Each subagent receives:
Each HTML file must follow the design system conventions (DaisyUI + Tailwind CDN, realistic data, no external dependencies, openable via file://).
Save each screen to .solopreneur/designs/{date}-{slug}/{screen-name}.html.
Parallelization: Launch one @designer subagent per screen in parallel. Each subagent only needs the design brief plus its screen-specific requirements.
Tell the user:
Your design mockups are ready! Open them in your browser to see the designs:
open .solopreneur/designs/{date}-{slug}/
Files:
- design-brief.md — User flows, visual direction, component patterns
- {screen-1}.html — [Screen 1 description]
- {screen-2}.html — [Screen 2 description]
- ...
Take a look and let me know what you'd like to change. I can iterate on any individual screen.
If the Chrome DevTools MCP is available, offer: "I can also open these in your browser and take screenshots if you'd like to review them together here."
End with the next step prompt:
-> Next: Build this with a Cursor-ready plan:
/solopreneur:build .solopreneur/designs/{date}-{slug}
npx claudepluginhub pcatattacks/solopreneur-pluginCreates high-fidelity HTML designs, interactive prototypes, slide decks, landing pages, UI mockups, and animations. Uses browser automation for visual verification.
Initiates design workflows for HTML pages, slide decks, interactive prototypes, UI kits, and brand systems. Establishes designer role, taste rules, manages design systems, and routes to specialist skills.
Orchestrates the full design-to-build workflow as a guided sequence, running each designer skill in order from clarification through build. Use when starting a new project from scratch or running the complete design process.