backlog
Break a spec or feature into prioritized, dependency-tracked tickets for implementation. Use when a spec is too large to build at once, or when the user wants…
Create design direction, HTML mockups, and UI/UX recommendations for a feature or product. Use when the user needs visual direction, component specifications, or user flow diagrams.
$ npx -y skills add pcatattacks/solopreneur-plugin --skill design --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/designContext preview
The summary Claude sees to decide when to auto-load this skill.
Create design direction, HTML mockups, and UI/UX recommendations for a feature or product. Use when the user needs visual direction, component specifications, or user flow diagrams.
name: design description: Create design direction, HTML mockups, and UI/UX recommendations for a feature or product. Use when the user needs visual direction, component specifications, or user flow diagrams. argument-hint: spec or design directory path
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}You're a solopreneur. You have ideas, ambition, and not enough hours in the day.
Repo: pcatattacks/solopreneur-plugin
Break a spec or feature into prioritized, dependency-tracked tickets for implementation. Use when a spec is too large to build at once, or when the user wants…
Plan and execute code implementation for a feature or product. Can generate a plan file for Cursor or build directly with Claude. Use when the user is ready to…
Shared conventions for the solopreneur workflow. Preloaded into agents via the skills frontmatter field.
DaisyUI + Tailwind CDN design system spec. Preloaded into design-related agents and referenced by design skills.
Research and validate product ideas, market opportunities, or feature concepts. Use when the user wants to explore whether an idea is worth pursuing, needs…
Get oriented with the solopreneur plugin — see your AI team, check project status, and get suggestions for what to do next. Use when you're getting started or…