Skip to content
Development
Skill

/standup

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.

From plugin
solopreneur
1416 skills6 agents1 hook2 MCP
Install
$ npx -y skills add pcatattacks/solopreneur-plugin --skill standup --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/standup

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

standup.SKILL.md
name: standup
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.
argument-hint: "optional: date or range"

Daily Standup

Generate a standup summary by gathering information from multiple sources.

Process

1. **Gather activity data**:

  • Check `git log --oneline -20` for recent commits
  • Read `.solopreneur/observer-log.md` if 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

2. **Check plan progress**:

  • Read any plan files in `.solopreneur/plans/`
  • Count completed (`[x]`) vs pending (`[ ]`) steps
  • Identify any blocked or failed steps

3. **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]

4. Save to `.solopreneur/standups/{date}.md` (create the directory if needed).

Read more
Ships withsolopreneur

You're a solopreneur. You have ideas, ambition, and not enough hours in the day.

Get the whole plugin

Other skills on solopreneur.