Standup

Generate a standup update based on your recent Slack activity

Published by @Salesforce·from anthropics/knowledge-work-plugins·0 agent reads / 30d·0 saves·
  1. Use slack_read_user_profile (with no user_id) to get the current user's profile information, including their user ID and display name.

  2. Search for the user's recent messages using slack_search_public with the filter from:<@USER_ID> and after: set to yesterday's date. This captures messages from the last working day.

  3. Review the messages found and categorize them into standup themes:

    • What I worked on — Topics, projects, or tasks the user discussed or contributed to
    • What I'm working on next — Any mentions of upcoming work, plans, or follow-ups
    • Blockers — Any questions asked that went unanswered, issues raised, or explicit mentions of being stuck
  4. For messages in threads, use slack_read_thread to get the full context so you can accurately describe what the user contributed.

  5. Format the standup as:

    *Standup for <display name> — <today's date>*
    
    *Done:*
    - Item 1
    - Item 2
    
    *Doing:*
    - Item 1
    
    *Blockers:*
    - None / Item 1
    
  6. Present the standup to the user for review. They can edit, adjust, or ask you to post it to a specific channel.

Bundled with this artifact

3 files

Reference files that ship alongside this artifact. Agents pull these in only when the task needs them.

More on the bench

SKILL0

Ticket Triage

Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.

customer-success+2
32
SKILL0

Onboarding Playbook

Design customer onboarding playbooks with milestone tracking, training plans, health checks, and success criteria

customer-success+1
31
SKILL0

Launch Readiness

Assesses pre-launch readiness across every function and produces an explicit Go / Conditional Go / No-Go recommendation. Use when preparing for any product or feature launch, running a pre-launch review, or determining whether a release is safe to ship. Produces a function-by-function readiness status, a ranked blockers list with owners and deadlines, a risk register, and a clearly reasoned launch recommendation.

product-management+2
31