Install
1
Install the plugin$
npx claudepluginhub pcatattacks/solopreneur-plugin --plugin solopreneurWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
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.
Tool Access
This skill uses the workspace's default tool permissions.
Skill Content
Daily Standup
Generate a standup summary by gathering information from multiple sources.
Process
-
Gather activity data:
- Check
git log --oneline -20for recent commits - Read
.solopreneur/observer-log.mdif it exists (recent entries) - Scan
.solopreneur/subdirectories for recently created/modified files:.solopreneur/discoveries/- discovery briefs.solopreneur/specs/- product specs.solopreneur/designs/- design docs.solopreneur/plans/- build plans (check for completion checkboxes).solopreneur/plans/- implementation plans.solopreneur/releases/- release notes
- Check
-
Check plan progress:
- Read any plan files in
.solopreneur/plans/ - Count completed (
[x]) vs pending ([ ]) steps - Identify any blocked or failed steps
- Read any plan files in
-
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] -
Save to
.solopreneur/standups/{date}.md(create the directory if needed).
Stats
Stars11
Forks0
Last CommitFeb 26, 2026
Similar Skills
dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
superpowers
102.8k