standup

Compile daily standup reports from Git activity, tasks.json, and goals.json.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/ozkangu/agent-mesh --skill standup-ozkangu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/ozkangu/agent-mesh/tree/main/commands/standup
Command: npx skills add https://github.com/ozkangu/agent-mesh --skill standup-ozkangu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually compiling daily standups is time-consuming and error-prone. This Skill automates the gathering of status from the project board, code activity, and milestone progress to provide a consistent daily update.

Core Features & Use Cases

  • Aggregates in-progress tasks from the Kanban board to highlight today’s priorities.
  • Incorporates yesterday's Git activity to reflect real progress and changes.
  • Reports milestone progress from goals.json to keep stakeholders aligned.
  • Produces structured sections (Yesterday, Today, Blockers, Goal Progress) for rapid consumption.

Quick Start

Generate the daily standup by reading agent-mesh/data/ai-context.md, agent-mesh/data/tasks.json, and agent-mesh/data/goals.json, and summarizing git activity to fill Yesterday, Today, Blockers, and Goal Progress.

Frequently Asked Questions about standup

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

FAQPage Schema
How do I automate daily standup summaries from a Kanban board and Git history?

Automate daily standup summaries by reading local project data from tasks.json, goals.json, and ai-context.md alongside Git history to populate Yesterday, Today, Blockers, and Goal Progress sections. This compiles in-progress tasks and recent commits into a structured team-wide status update.

Can I generate a daily project status update from local milestone tracking and Git activity?

Generate daily project status updates by aggregating milestone progress from goals.json and recent Git commit activity. It reflects real code changes and keeps stakeholders aligned on milestone tracking without manual compilation.

Do I need specific file formats to compile an automated standup report?

You need ai-context.md, tasks.json, and goals.json files in your local project data directory to compile an automated standup report. Git history is also read to accurately populate the Yesterday section with actual development activity.

What's the best way to structure daily standup reporting for software projects using Kanban boards?

Structure daily standup reporting by producing consistent Yesterday, Today, Blockers, and Goal Progress sections. Aggregating in-progress Kanban tasks and Git activity ensures rapid consumption and reduces manual status compilation errors.

Does automated standup reporting work without external project management integrations?

Automated standup reporting works without external integrations by relying entirely on local project data files like tasks.json and goals.json. It reads local Git history and Kanban data to produce structured updates offline.

Why use local project data files instead of connecting directly to a project management platform for daily summaries?

Using local project data files like tasks.json and goals.json allows standup summaries to be generated offline and integrated directly into local development workflows. It avoids external API dependencies and reflects real Git activity instantly.