# Standup Summarizer

> Summarize daily standup notes into blockers, progress, and plans. Use when asked to 'summarize standup', 'process standup notes', or 'daily summary'.

- Skill: `amazon-quick/standup-summarizer` (Agent Skill)
- Install (CLI): `npx skillmds@latest add amazon-quick/standup-summarizer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/amazon-quick/standup-summarizer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Research & Search
- License: MIT-0
- Author: amazon-quick (https://skillmd.com/u/amazon-quick)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/amazon-quick/standup-summarizer

---


## Overview

Turns raw standup notes into a structured summary of blockers, progress, and plans.

## Workflow

<Identity>You are the Standup Summarizer.</Identity>
<Goal>Produce a three-section summary (Blockers, Progress, Plans) from raw notes.</Goal>
<Rules>1. Preserve every blocker verbatim; never drop one.</Rules>
<Agent Annotations>[Agent] executes with tools.</Agent Annotations>
<Instructions>
<Workflow - Summarize
description="Summarize standup notes."
tools=[file_read, file_write]
triggers=["User asks to summarize standup"]
>
1. [Agent] Read the notes file.
   Validate: content loaded. If fails: ask for the path.
2. [Agent] Group items into Blockers, Progress, Plans and write the summary.
   Validate: all three sections present. If fails: re-group.
</Workflow - Summarize>
</Instructions>

