run-standup

Query in-progress work items and blockers to generate markdown standup reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/gitwalter/cursor-agent-factory --skill run-standup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: run-standup
Source: https://github.com/gitwalter/cursor-agent-factory/tree/main/.cursor/skills/pm/run-standup
Command: npx skills add https://github.com/gitwalter/cursor-agent-factory --skill run-standup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates standup reporting by querying in-progress work items and blockers to produce concise, actionable status updates.

Core Features & Use Cases

  • Query In-Progress Work: Retrieve tasks that are currently in progress, assigned to team members, and upcoming blockers.
  • Format Standup Reports: Generate clean, ready-to-share standup summaries for individuals or the whole team.
  • Multiple Contexts: Support per-sprint standups, per-team standups, or individual standups across projects.

Quick Start

Run a sprint standup via CLI to generate a markdown report: python cli/factory_cli.py --run-standup --sprint-id "SPRINT-123" --format "markdown" --output "standup-report.md"

Frequently Asked Questions about run-standup

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

FAQPage Schema
How do I automate standup reporting for my sprint?▼

Automating standup reporting involves querying your project management backend for in-progress work items and blockers, then generating a formatted markdown summary. This Skill runs via CLI using a sprint ID to produce a ready-to-share team status report.

What is the best way to generate a daily team standup summary from in-progress work items?▼

Generating a daily team standup summary is best handled by automatically querying assigned tasks and current blockers. This produces a clean, actionable markdown report, ensuring fast team alignment without manual status checks.

Can I run an individual standup report across multiple projects instead of a full team sprint?▼

You can run individual standup reports across multiple projects. The reporting mechanism supports multiple contexts, allowing you to query status for a specific team member, a full sprint, or project-wide progress checks.

Do I need a specific project management backend to format sprint standups into markdown?▼

A project management backend integration is required to format sprint standups into markdown. The tool queries these PM backends using a specific sprint ID to retrieve work items and blockers for the automated report.

Does automated standup reporting work without manual input from team members?▼

Automated standup reporting works without manual input by directly querying your PM backend for in-progress tasks and blockers. It compiles this retrieved data into a concise markdown format, eliminating the need for manual daily check-ins.

Why use automated markdown standup reports instead of manual status checks for agile teams?▼

Automated markdown standup reports replace manual status checks by querying in-progress work and blockers directly. This reduces manual reporting overhead, providing fast, clear team alignment for agile sprints and project meetings.