Morning checklist command that shows today's meetings, pending tasks, yesterday's work, and actionable recommendations in a clear daily summary format.
A morning checklist command that provides a comprehensive daily summary including meetings, pending tasks, completed work, and actionable recommendations.
The `/standup` command acts as your **morning checklist assistant**, providing:
| Situation | Use /standup |
|-----------|-------------|
| Just woke up, starting work | Yes |
| Want to know what to do today | Yes |
| Mid-day status check | Use /where-we-are instead |
| Recovering from interruption | Use /recap instead |
Simply invoke:
```
/standup
```
Generate a structured standup report with these sections:
```markdown
| # | Task | Updated |
|---|------|---------|
| [ID] | [Task description] | [Time since last update] |
```
1. **Query Session History**: Check git commits, file changes, and task tracker from last 24 hours
2. **Identify Yesterday's Work**: Parse commit messages, closed issues, merged PRs
3. **Check In-Progress Items**: Find uncommitted changes, open branches, draft PRs
4. **List Pending Tasks**: Query issue tracker, TODO comments in code, project board
5. **Parse Calendar** (if available): Check for scheduled meetings or deadlines
6. **Generate Recommendations**: Prioritize tasks based on:
- Age of pending items
- Blocked dependencies
- Upcoming deadlines
- Logical next steps from yesterday's work
| Feature | /standup | /recap | /where-we-are |
|---------|----------|--------|---------------|
| **Purpose** | Daily morning check | Session recovery | Mid-work status |
| **Focus** | Meetings + pending work | Unfinished session work | Current context |
| **Best Time** | Start of day | After interruption | During work |
| **Scope** | 24-hour view | Last session | Current state |
```
Wake up
↓
Open coding environment
↓
/standup ← Check what's on today
↓
Review output
↓
Choose priority task
↓
Start coding!
```
1. **Run once per day** at the start of your work session
2. Use consistent time-based queries (last 24 hours from current time)
3. Prioritize items by age and importance
4. Include links to tasks/issues when available
5. Keep recommendations actionable and specific
6. Show time context (e.g., "updated 2 days ago") for pending items
```markdown
| # | Task | Updated |
|---|------|---------|
| #12 | Fix responsive layout on mobile | 2 days ago |
| #15 | Implement dark mode toggle | 5 days ago |
| #20 | Add error logging | 1 week ago |
1. Continue work on contact form validation (80% complete)
2. Address #12 (responsive layout) - blocking mobile release
3. Write tests for yesterday's auth bug fix
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/daily-standup-check-1gyvux/raw