standup-summary

Converts raw daily standup notes into a structured markdown digest with owners and due dates.

11|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/qa-aman/next-leap-claude-code --skill standup-summary-qa-aman
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: standup-summary
Source: https://github.com/qa-aman/next-leap-claude-code/tree/main/.claude/skills/standup-summary
Command: npx skills add https://github.com/qa-aman/next-leap-claude-code --skill standup-summary-qa-aman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Raw standup notes are conversational and messy, making it hard for stakeholders to spot blockers, decisions, and action items quickly. This Skill turns them into a structured digest a busy stakeholder can read in 60 seconds. ## Core Features & Use Cases - Structured Digest Generation: Produces a markdown summary with TL;DR, per-person progress table, blockers, decisions, action items, and callouts. - Owner and Date Tagging: Every action item is tagged with an owner and a resolved DD-MM-YYYY due date, with explicit unassigned or not stated markers when information is missing. - Use Case: Point the Skill at 10-meetings/daily-standup-20-03-2026.md and receive outputs/standup-summary-20-03-2026.md with decisions separated from action items and risks surfaced for follow-up. ## Quick Start Summarize the standup notes in 10-meetings/daily-standup-20-03-2026.md into a structured digest.

Frequently Asked Questions about standup-summary

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

FAQPage Schema
How do I summarize daily standup notes into a digest?▼

Provide the path to your standup notes file or paste the raw text, and the Skill reads it end to end, extracts per-person progress, blockers, decisions, and action items, then writes a structured markdown summary to the outputs directory.

How are action items with owners and due dates extracted from standup notes?▼

Each action item is tagged with an owner and a DD-MM-YYYY due date. Relative times like "by EOD" are resolved against the standup date, missing owners become `unassigned`, and missing dates become `not stated` rather than guessed.

Can I paste standup text instead of providing a file?▼

Yes, pasted raw text is treated as the source when no file path is given. If neither is provided, the Skill asks which file to use before proceeding.

What is the difference between decisions and action items in the summary?▼

Decisions are things already agreed upon during the standup, while action items are tasks still to be done. The Skill keeps them in separate sections because mixing them is the most common failure mode of raw standup notes.

What happens when standup notes have no explicit decisions or followups section?▼

The Skill scans the full notes for signal phrases like "let's decide", "going with", "deferred to", "owner:", or "by Tuesday" to surface implicit decisions and action items that would otherwise be missed.