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…
Deploy and launch a feature or product. Runs a quality gate, pre-launch checklist, and executes deployment. Use when the user is ready to ship.
$ npx -y skills add pcatattacks/solopreneur-plugin --skill ship --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/shipContext preview
The summary Claude sees to decide when to auto-load this skill.
Deploy and launch a feature or product. Runs a quality gate, pre-launch checklist, and executes deployment. Use when the user is ready to ship.
name: ship description: Deploy and launch a feature or product. Runs a quality gate, pre-launch checklist, and executes deployment. Use when the user is ready to ship. argument-hint: "optional: project context" disable-model-invocation: true
You are coordinating a launch for the CEO. Time to ship.
Delegate to `@qa` with the project's entry point and test commands. Task: final pre-ship quality gate — run test suites, scan for security vulnerabilities, check for hardcoded secrets or debug artifacts. Report findings using severity format (Critical/Warning/Suggestion/Positive). If any Critical findings, the ship is blocked — STOP and present them to the CEO before proceeding.
Generate a checklist tailored to the project:
Present the checklist to the CEO. Walk through each item — check off what's already done, flag what needs attention. Proceed on approval.
Read `.solopreneur/preferences.yaml` for the deployment strategy.
Execute deployment based on the platform:
**Vercel**:
**Netlify**:
**GitHub Pages**:
**Other/Custom**:
**For all platforms:**
Ask the CEO: > Your code is ready to go, but we haven't set up deployment yet. > Want to set that up now? I can help you pick a platform and get it running.
If yes, follow the same deployment setup flow as `/build` Step 1.75 (ask platform, configure, deploy). Save to preferences.
If no, skip deployment — just ensure git changes are committed and pushed.
Same as the deferred case above. This handles legacy projects or situations where `/build` wasn't used.
If deployment was executed: 1. Wait briefly for the deployment to propagate 2. Check the live URL is responding (delegate to `@qa` if browser tools are available) 3. Report status to the CEO (all ephemeral — shown in conversation, not saved to files):
End with the next step prompt:
-> Next: Announce the launch: /solopreneur:release-notes "customers" /solopreneur:release-notes "social media"
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.
Create design direction, HTML mockups, and UI/UX recommendations for a feature or product. Use when the user needs visual direction, component specifications,…
Research and validate product ideas, market opportunities, or feature concepts. Use when the user wants to explore whether an idea is worth pursuing, needs…