standup-meetinglisted
Install: claude install-skill aiskillstore/marketplace
# Standup Meeting
## When to use this skill
- **Daily**: same time, same place
- **During a sprint**: when team sync is needed
- **Remote teams**: async standup
## Instructions
### Step 1: 3 Questions Format
```markdown
## Daily Standup Template
**Date**: 2025-01-15
**Time**: 9:30 AM
**Duration**: 15 minutes
### Team Member A
- **Yesterday**:
- Completed user authentication API (#123)
- 2 code reviews
- **Today**:
- Implement JWT refresh token (#124)
- Write unit tests
- **Blockers**:
- Need Redis setup docs (ask Team Member B for help)
### Team Member B
- **Yesterday**:
- Frontend form validation (#125)
- **Today**:
- Implement profile page UI (#126)
- **Blockers**: None
### Team Member C
- **Yesterday**:
- Database migration (#127)
- Performance testing
- **Today**:
- Index optimization (#128)
- **Blockers**:
- Need production DB access (urgent)
### Action Items
1. [ ] Team Member B shares Redis docs with Team Member A (Today 10:00)
2. [ ] Team lead requests DB access for Team Member C (Today)
```
### Step 2: Walking the Board (Board-Based)
```markdown
## Standup: Walking the Board
**Sprint Goal**: Complete user authentication system
### In Progress
- #123: User Login API (Team Member A, 80% done)
- #124: Refresh Token (Team Member A, planned)
- #125: Form Validation (Team Member B, 90% done)
### Blocked
- #127: DB Migration (Team Member C)
- **Blocker**: Access needed
- **Owner**: Team Lead
- **ETA**: This afternoon
### Ready fo