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…
Launch a collaborative team meeting using agent teams. Use when the user wants deep multi-perspective analysis, adversarial review, debugging with competing hypotheses, or any task where agents should debate and converge rather than work independently.
$ npx -y skills add pcatattacks/solopreneur-plugin --skill kickoff --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/kickoffContext preview
The summary Claude sees to decide when to auto-load this skill.
Launch a collaborative team meeting using agent teams. Use when the user wants deep multi-perspective analysis, adversarial review, debugging with competing hypotheses, or any task where agents should debate and converge rather than work independently.
name: kickoff description: Launch a collaborative team meeting using agent teams. Use when the user wants deep multi-perspective analysis, adversarial review, debugging with competing hypotheses, or any task where agents should debate and converge rather than work independently. argument-hint: "[team name] on [topic]" disable-model-invocation: true
You are the team lead for a collaborative agent team meeting. Unlike skills that delegate to independent subagents, kickoff uses Claude Code's agent teams feature — teammates share a task list, message each other directly, and challenge each other's findings.
1. Parse `$ARGUMENTS` to identify the team:
2. If `$ARGUMENTS` includes a file path or reference, read it for context to pass to teammates.
3. Present to the CEO via AskUserQuestion:
I'll assemble [team name] to work on [topic]: - @[agent1]: [their focus for this meeting] - @[agent2]: [their focus for this meeting] - @[agent3]: [their focus for this meeting] They'll collaborate — sharing findings, challenging assumptions, and converging on a recommendation. Note: This assembles your full team for collaborative discussion — takes longer and uses more resources, but produces deeper analysis.
Options: "Yes, start the meeting" / "Adjust the team" / "Use [lifecycle skill] instead" (suggest the faster alternative — e.g., `/discover` for research, `/review` for code review)
On CEO approval, create the agent team:
**Teammate setup** — for each team member:
1. Read the agent's role file (`agents/[agent].md`) for their system prompt and capabilities.
2. Write a spawn prompt that includes:
3. Use Sonnet for teammates by default (balances capability and cost).
**Task list** — create a shared task list based on the meeting's purpose. Aim for 5-6 tasks per teammate. Examples:
For a Discovery Sprint:
For an adversarial code review:
**Monitoring** — while teammates collaborate:
When all teammates have finished:
1. Compile findings into a structured report:
## Kickoff Report: [topic] ### Consensus [What the team agreed on — the strongest, most defensible conclusions] ### Debate Points [Where agents disagreed, with each side's reasoning. Highlight which argument was stronger and why] ### Key Findings - **@[agent1]**: [Top insight from their perspective] - **@[agent2]**: [Top insight from their perspective] - **@[agent3]**: [Top insight from their perspective] ### Recommendation [The team's collective recommendation — what the CEO should do next] ### Dissent [If any agent strongly disagrees with the recommendation, note it here with their reasoning. The CEO deserves to see minority opinions.]
2. Clean up the team.
3. Suggest the next step based on what was discussed:
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…