Daily Standup
Drafts a Done / In Progress / Blockers standup from git log and project notes.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · d6c725d
Ran it against this project's own real `git log --oneline -20` (12 eval-runner bug-fix commits): it cleanly split them into a scannable Done list plus the single in-flight head commit as In Progress, clearly better than a freeform paragraph — but the 'Up Next' and 'Team Activity' sections came back empty bracketed placeholders since this test repo isn't running the parent solopreneur-plugin pipeline. (Listed here under our older name; the skill's own name is "Daily Standup".)
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 7/10
- Docs & honesty 5/5
What Daily Standup does
Reads `git log --oneline -20` plus any project notes (an observer log, spec/design/plan files) and writes a structured standup — Done, In Progress, Up Next, Blockers, Team Activity — saved to a dated markdown file. Triggers when the user wants a status update or progress report. Two of its five sections (Up Next, Team Activity) are keyed to its parent plugin's own workflow state and read as empty placeholders on a plain repo, so pair it with real project notes for full value.
How to install Daily Standup
git clone https://github.com/pcatattacks/solopreneur-plugin
cd solopreneur-plugin
mkdir -p ~/.claude/skills
cp -r skills/standup ~/.claude/skills/standup-writer
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Daily Standup
-
/standup-writerDrafts a Done / In Progress / Blockers standup from git log and project notes.
It also activates on plain-language prompts like these:
-
Write my standup update from today's git commit history -
Generate a standup summary from what I actually shipped -
Summarize my task progress for tomorrow's standup
Appears in
Frequently asked questions
- Is the Daily Standup skill free?
- Yes. The skill itself is free from pcatattacks/solopreneur-plugin. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Daily Standup work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Ran it against this project's own real `git log --oneline -20` (12 eval-runner bug-fix commits): it cleanly split them into a scannable Done list plus the single in-flight head commit as In Progress, clearly better than a freeform paragraph — but the 'Up Next' and 'Team Activity' sections came back empty bracketed placeholders since this test repo isn't running the parent solopreneur-plugin pipeline. (Listed here under our older name; the skill's own name is "Daily Standup".)
- What is the Daily Standup SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 5/5.
- How do I install Daily Standup?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Daily Standup with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.