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…
Generate a daily standup summary showing what was done, what is planned, and any blockers. Use when the user wants a status update or progress report.
$ npx -y skills add pcatattacks/solopreneur-plugin --skill standup --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/standupContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate a daily standup summary showing what was done, what is planned, and any blockers. Use when the user wants a status update or progress report.
name: standup description: Generate a daily standup summary showing what was done, what is planned, and any blockers. Use when the user wants a status update or progress report. argument-hint: "optional: date or range"
Generate a standup summary by gathering information from multiple sources.
1. **Gather activity data**:
2. **Check plan progress**:
3. **Generate standup** in this format:
# Standup - [Date] ## Done - [Completed items with brief descriptions] ## In Progress - [Items currently being worked on, with % completion if from plans] ## Up Next - [Suggested next steps based on lifecycle flow] ## Blockers - [Any issues, failed steps, or decisions needed from the CEO] ## Team Activity - [Which agents were invoked and what they produced]
4. Save to `.solopreneur/standups/{date}.md` (create the directory if needed).
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…