Daily morning check-in that shows today's meetings, pending tasks, and yesterday's accomplishments
A morning checklist command that provides a comprehensive overview of your workday ahead.
`/standup` acts as your **morning checklist assistant** that tells you:
Simply invoke:
```
/standup
```
The command generates a structured daily standup report:
```
| # | Task | Updated |
|---|------|---------|
| #12 | Fix responsive design | 2 days ago |
| #15 | Add dark mode | 5 days ago |
```
| /standup | /recap |
|----------|--------|
| **Daily check** | **Session recovery** |
| Focus: meetings + pending tasks | Focus: unfinished work from last session |
| Use: morning routine | Use: when starting new session |
| Scope: full day overview | Scope: session overview |
When the user invokes `/standup`, perform the following steps:
1. **Retrieve Yesterday's Activity**
- Review git commits from the previous day
- Check completed tasks or closed issues
- Summarize what was accomplished
2. **Check Current Work Status**
- Identify in-progress tasks
- List open issues or pull requests
- Note any work that was started but not finished
3. **List Pending Tasks**
- Query issue tracker or task management system
- Show task ID, title, and last update time
- Sort by priority or staleness
4. **Check Today's Calendar**
- Parse calendar entries or meeting notes
- List meetings with times
- Highlight any deadlines
5. **Generate Recommendations**
- Suggest next task based on priority and context
- Consider what was in progress yesterday
- Factor in upcoming meetings or deadlines
6. **Format Output**
- Use clear sections with markdown headers
- Include timestamps
- Use tables for pending tasks
- Keep it scannable and actionable
| Situation | Use /standup? |
|-----------|---------------|
| Just woke up, starting workday | Yes |
| Want to know today's priorities | Yes |
| Mid-day, feeling lost | Use /where-we-are instead |
| Starting new coding session | Use /recap instead |
```
Wake up
↓
Open Claude
↓
/standup ← Check what's on today
↓
Choose task to work on
↓
Start working!
```
1. **Time-based greeting**: Adjust greeting based on time of day
2. **Integration points**: Connect to calendar APIs, issue trackers (GitHub, Jira), git history
3. **Caching**: Cache meeting data to avoid repeated API calls
4. **Prioritization logic**: Use labels, due dates, or last-updated timestamps to rank pending tasks
5. **Personalization**: Learn user's work patterns over time
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/standup/raw