From ai-toolkit
Generates a daily engineering standup summary from recent git history, GSD planning status, and test/CI notes in markdown format.
npx claudepluginhub c0x12c/ai-toolkit --plugin ai-toolkitspartan/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.
/dailyInteractively generates daily marketing tasks checklist and review by prompting for scope, type, date, and focus area.
/dailyGenerates daily dev summary: yesterday's git commits via git log, open TODO/FIXME items, current git status, and key CLAUDE.md reminders.
/dailySmart standup report generator with activity analysis
/dailyGenerate daily codebase activity summary from Azure DevOps, git, and optionally Confluence
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.