daily-standup

Generate hourly standup summaries from chat activity and tool approvals.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bryan-zxc/popmartdemo --skill daily-standup-bryan-zxc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-standup
Source: https://github.com/bryan-zxc/popmartdemo/tree/main/.claude/skills/daily-standup
Command: npx skills add https://github.com/bryan-zxc/popmartdemo --skill daily-standup-bryan-zxc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Teams spend excessive time collating daily activity across chat channels and tool approvals; this skill automates the collection, hourly summarisation, and delivery of a standup report to a centralized markdown file, reducing manual effort.

Core Features & Use Cases

  • Hourly dialogue bucketing: groups messages and tool approvals into hour-long windows for clear temporal analysis.
  • Per-chat synthesis: generates targeted summaries per chat room, including human participants and AI tool interactions.
  • Output to Markdown: writes structured standup boards to docs/standup/YYYY-MM-DD.md for archival and sharing.
  • Use Case: run a standup across General, Engineering, and Design chats to produce a comprehensive daily digest.

Quick Start

Ask the assistant to generate a standup report for a given date across all active chats.

Frequently Asked Questions about daily-standup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate daily standup summaries from chat activity and tool approvals?

Automating daily standup summaries is done by fetching chat messages and tool approvals via API, bucketing activity by hour, and using AI to synthesize progress into a markdown report.

How does hourly dialogue bucketing work for team communication analysis?

Hourly dialogue bucketing works by grouping chat messages and tool approvals into hour-long windows, allowing an AI summarization service to generate targeted temporal progress summaries per person and chat room.

How do I generate a markdown report for team standups across multiple chat rooms?

To generate a markdown report for team standups across multiple chat rooms, request the assistant to synthesize activity for a specific date, which writes structured results to a per-date markdown file.

Can I run a standup synthesis across General, Engineering, and Design chats simultaneously?

Yes, you can run a standup synthesis across General, Engineering, and Design chats simultaneously to produce a comprehensive daily digest of human and AI tool interactions.

What is the best way to archive daily activity summarization for team communication?

The best way to archive daily activity summarization is writing structured standup boards to a per-date markdown file, reducing manual collation effort across chat channels and tool approvals.

How are AI agent approvals included in the standup markdown report?

AI agent approvals are included in the standup markdown report by fetching them via API alongside chat messages, bucketing them into hourly windows, and synthesizing the interactions into the daily digest.