From engineering
Generates structured standup updates from recent commits, PRs, ticket changes, and rough notes. Formats output as yesterday/today/blockers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering:standup [yesterday | today | blockers][yesterday | today | blockers]The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> If you see unfamiliar placeholders or need to check which tools are connected, see [CONNECTORS.md](../../CONNECTORS.md).
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
Generate a standup update by pulling together recent activity across your tools.
┌─────────────────────────────────────────────────────────────────┐
│ STANDUP │
├─────────────────────────────────────────────────────────────────┤
│ STANDALONE (always works) │
│ ✓ Tell me what you worked on and I'll structure it │
│ ✓ Format for daily standup (yesterday / today / blockers) │
│ ✓ Keep it concise and action-oriented │
├─────────────────────────────────────────────────────────────────┤
│ SUPERCHARGED (when you connect your tools) │
│ + Source control: Recent commits and PRs │
│ + Project tracker: Ticket status changes │
│ + Chat: Relevant discussions and decisions │
│ + CI/CD: Build and deploy status │
└─────────────────────────────────────────────────────────────────┘
Option A: Let me pull it
If your tools are connected, just say /standup and I'll gather everything automatically.
Option B: Tell me what you did "Worked on the auth migration, reviewed 3 PRs, got blocked on the API rate limiting issue."
## Standup — [Date]
### Yesterday
- [Completed item with ticket reference if available]
- [Completed item]
### Today
- [Planned item with ticket reference]
- [Planned item]
### Blockers
- [Blocker with context and who can help]
If ~~source control is connected:
If ~~project tracker is connected:
If ~~chat is connected:
npx claudepluginhub anthropics/knowledge-work-plugins --plugin engineering3plugins reuse this skill
First indexed Jun 13, 2026
Generates async standup notes by analyzing Git commit history, Jira tickets, Obsidian vault context, and calendar events. Useful for remote teams seeking visibility without synchronous meetings.
Generates async standup notes from Git commits, Jira tickets, Obsidian vault, and calendar events for remote team coordination.
Generates standup summaries from git history, Jira, and GitHub activity. Read-only — no code changes.