From solopreneur
Generates daily standup summaries from git commits, .solopreneur plans/logs/files, tracking done items, progress, next steps, and blockers. Saves to .solopreneur/standups/. Use for status updates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/solopreneur:standup optional: date or rangeoptional: date or rangeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a standup summary by gathering information from multiple sources.
Generate a standup summary by gathering information from multiple sources.
Gather activity data:
git log --oneline -20 for recent commits.solopreneur/observer-log.md if it exists (recent entries).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 notesCheck plan progress:
.solopreneur/plans/[x]) vs pending ([ ]) stepsGenerate 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).
npx claudepluginhub pcatattacks/solopreneur-pluginGenerates structured standup updates from recent commits, PRs, ticket changes, and rough notes. Formats output as yesterday/today/blockers.
Generates standup summaries from git history, Jira, and GitHub activity. Read-only — no code changes.
Generates a daily standup briefing by aggregating commits from GitHub repos, Linear tasks, Google Calendar events, and Granola notes. Surfaces meetings, priorities, and blockers.