From ai-toolkit
Generates a daily engineering standup summary from recent git history, GSD planning status, and test/CI notes in markdown format.
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 daily standup summary with yesterday's git commits, in-progress tasks and actions, blockers, and goal milestone progress.
/standupGenerates standup notes from recent git commits by current user, categorizing into features/fixes/refactors, noting uncommitted work/stashes/blockers over optional timeframe.
/standup-reportGenerates daily standup reports from git activity, Linear tasks, and GitHub PRs. Outputs in Markdown, Slack, Email, or team rollup formats.
/standup-notesGenerates daily standup notes from Git commits, Jira tickets, Obsidian vault, and calendar events. Uses optional arguments for focused context.
/briefGenerates a concise visual briefing on project state, progress, key decisions, blockers, and next steps from git status, specs, tasks, and context.
/dailyGuides a structured daily marketing review by interactively collecting scope, type, date, and focus area, then producing a tailored checklist with priorities and metrics.