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 to create individual work items with MVP/P1/P2 phasing.
What this skill does
# Backlog: $ARGUMENTS
You are creating a prioritized backlog for the CEO. Determine the mode based on `$ARGUMENTS`:
- If it's a file path to a spec (`.solopreneur/specs/...`) or design directory (`.solopreneur/designs/...`), read it for context → **Full Breakdown** mode
- Otherwise, treat it as a task description → **Single Ticket** mode
---
## Full Breakdown Mode
### Step 1: Read Context
Read the spec file (and design directory if referenced). Understand:
- What's being built and for whom
- All user stories and acceptance criteria
- Technical requirements and constraints
- Release phases if the spec includes them (MVP/P1/P2)
### Step 2: Break Down with Agents
Delegate to subagents in parallel:
- `@engineer`: Break requirements into implementable tickets. For each ticket: title, description, acceptance criteria, technical notes, complexity estimate (S/M/L), and dependencies on other tickets. Flag technical risks.
- `@designer`: Identify which tickets need design work (type: `eng+design` or `design`). Flag UX dependencies between tickets (e.g., "dashboard needs auth to be built first for the logged-in state").
### Step 3: Propose Backlog to CEO
Present the ticket breakdown to the CEO for approval:
- MVP/P1/P2 grouping (use spec's release phases if available, otherwise propose phasing)
- Dependency graph showing which tickets block others
- Parallel groups — tickets with no shared dependencies that can be built simultaneously
- Total ticket count and complexity distribution
- Ask: "Does this breakdown look right? Want to adjust the phasing or split/merge any tickets?"
Wait for CEO approval before creating files.
### Step 4: Create Ticket Files
On CEO approval, create the backlog directory and files:
**Directory**: `.solopreneur/backlog/{date}-{slug}/`
**backlog.md** — The board view with all tickets, statuses, dependency graph, and parallel groups. Format:
```markdown
# Backlog: {Feature Name}
## Source
Spec: `.solopreneur/specs/{spec-file}`
Design: `.solopreneur/designs/{design-dir}/` (if exists)
## MVP
| ID | Title | Status | Depends On | Type | Size |
|----|-------|--------|------------|------|------|
| MVP-001 | ... | pending | — | eng | M |
## P1
| ID | Title | Status | Depends On | Type | Size |
|----|-------|--------|------------|------|------|
## P2
| ID | Title | Status | Depends On | Type | Size |
|----|-------|--------|------------|------|------|
## Dependency Graph
(ASCII diagram showing ticket dependencies)
## Parallel Groups
(List tickets that can be built simultaneously)
```
**{ID}.md** — One file per ticket with YAML frontmatter and markdown body:
```markdown
---
id: MVP-001
title: Short descriptive title
priority: MVP
type: eng
status: pending
depends_on: []
blocks: [MVP-002]
design_ref:
branch:
worktree:
---
## Description
What this ticket implements and why.
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
## Technical Notes
(From @engineer: stack choices, approach, risks)
## Files
(Populated during build)
```
### Step 5: Next Step
Suggest the appropriate next action based on the backlog:
- If MVP tickets need design work (type includes `design`):
```
-> Next: Design the MVP screens:
/solopreneur:design .solopreneur/backlog/{dir}/backlog.md
```
- If MVP tickets are ready to build (all `eng` type, or designs already exist):
```
-> Next: Start building the first ticket:
/solopreneur:build .solopreneur/backlog/{dir}/MVP-001.md
Tickets that can be built in parallel: MVP-001, MVP-003
```
---
## Single Ticket Mode
If `$ARGUMENTS` doesn't reference a spec or design file, treat it as a standalone task:
1. Check if an existing backlog directory exists in `.solopreneur/backlog/`. If so, add the ticket to that backlog (with the next available ID). If not, create a new backlog directory.
2. Create a single ticket file with:
- A clear title derived from the description
- Acceptance criteria (ask the CEO if unclear)
- Priority: default to MVP unless specified
- Type: infer from the task (eng, design, eng+design)
3. Update backlog.md to include the new ticket.
4. Suggest building it:
```
-> Next: Build this ticket:
/solopreneur:build .solopreneur/backlog/{dir}/{ID}.md
```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.