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…
Shared conventions for the solopreneur workflow. Preloaded into agents via the skills frontmatter field.
$ npx -y skills add pcatattacks/solopreneur-plugin --skill conventions --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/conventionsContext preview
The summary Claude sees to decide when to auto-load this skill.
Shared conventions for the solopreneur workflow. Preloaded into agents via the skills frontmatter field.
name: conventions user-invocable: false description: Shared conventions for the solopreneur workflow. Preloaded into agents via the skills frontmatter field.
These conventions are the single source of truth for shared formats across the solopreneur workflow.
Tickets are YAML-frontmatter markdown files in `.solopreneur/backlog/{project}/`:
---
id: MVP-001
title: Short descriptive title
priority: MVP | P1 | P2
type: eng | design | eng+design
status: pending | in-progress | built | tested | done
depends_on: []
blocks: []
design_ref: .solopreneur/designs/{dir}/{screen}.html
branch: ticket/{ID}
worktree: /path/to/worktree
---
## Description
What this ticket implements and why.
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Technical Notes
Stack choices, approach, risks.
## Files
(Populated during build)pending → in-progress (build starts) in-progress → built (build completes) built → tested (QA passes in review) tested → done (merged to main in review)
Skills contain the operational instructions for the orchestrator. If the state machine changes, update these locations:
When producing review findings, rate every issue:
Implementation plans use this structure:
# Plan: [Feature Name]
## Context
[What we're building and why. Reference source spec/design if applicable.]
**Branch**: `ticket/{ID}` (if ticket build)
## Step N: [Short description]
**Files**: `path/to/file.ext` (create|modify)
**Do**: [Clear, specific instructions for what to write]
**Acceptance**: [Concrete criteria to verify this step is done]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…
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…
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…