From ai-toolkit
Generates a concise daily standup summary from recent git commits and GSD project status, formatted for 15-minute team standups.
How this command is triggered — by the user, by Claude, or both
Slash command
/ai-toolkit:dailyspartan/The summary Claude sees in its command listing — used to decide when to auto-load this command
Generate a daily engineering standup summary for the current project. ## Steps 1. **Check recent git history** (last 24-48h): 2. **Check GSD status** (if GSD project exists): Read `.planning/` directory for current milestone and phase status. 3. **Check for any failing tests or CI notes** (if available): Look for recent test output files or CI logs. ## Output Format Keep it concise — each section max 3-4 bullet points. This is for a 15-minute standup, not a status report.
Generate a daily engineering standup summary for the current project.
Check recent git history (last 24-48h):
git log --since="2 days ago" --oneline --author="$(git config user.name)"
Check GSD status (if GSD project exists):
Read .planning/ directory for current milestone and phase status.
Check for any failing tests or CI notes (if available): Look for recent test output files or CI logs.
## Daily Standup — [DATE]
### Yesterday / Done
- [completed items from git log / GSD progress]
### Today / In Progress
- [current phase or active task]
- [next planned task]
### Blockers
- [any blockers found, or "None"]
### Progress on Current Milestone
- Phase X of Y complete
- Est. completion: [if determinable from roadmap]
Keep it concise — each section max 3-4 bullet points. This is for a 15-minute standup, not a status report.
npx claudepluginhub c0x12c/ai-toolkit --plugin ai-toolkit/SKILLGenerates a daily standup summary by reading task status, git activity, goal progress, and context from mission-control files.
/standup-notesGenerates a concise standup update from recent git commits or free-form notes, organized into yesterday, today, and blockers sections.
/standup-reportGenerates daily standup reports by analyzing git activity, Linear tasks, and GitHub PRs. Outputs in Slack, email, and markdown formats.
/standupGenerates standup notes from recent git commits by current user, categorizing into features/fixes/refactors, noting uncommitted work/stashes/blockers over optional timeframe.
/dailyGuides through an interactive daily marketing review — selects scope, review type, date, and focus area, then produces a structured daily review summary.
/dailyGenerates daily dev summary: yesterday's git commits, TODO/FIXME items, current git status, and CLAUDE.md reminders.