standup

Aggregate team member status from git activity, learnings, and task backlogs.

14|6|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/tyevans/tackline --skill standup-tyevans
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/tyevans/tackline/tree/main/skills/teams/standup
Command: npx skills add https://github.com/tyevans/tackline --skill standup-tyevans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a quick, read-only status check for a team, identifying who is active, blocked, or needs attention, without requiring manual updates from team members.

Core Features & Use Cases

  • Automated Status Aggregation: Gathers individual team member status from git activity, learnings files, and task backlogs.
  • Blocker Identification: Surfaces any tasks or issues that are currently blocked.
  • Learning Health Check: Assesses if team members are capturing their learnings effectively.
  • Use Case: At the start of the day, run /standup to get an immediate overview of the team's progress, identify anyone stuck on a blocker, and ensure knowledge is being captured.

Quick Start

Run the standup skill to get a status update for the current team.

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 status from git activity for my agile team?

Automated standup status aggregation analyzes git logs, learning files, and task backlogs to identify active members and blockers without manual updates. It provides a read-only synchronization for quick progress overviews before task dispatch.

What's the best way to identify developer blockers without interrupting the team?

Identifying blockers without manual updates is possible by analyzing git activity and task backlogs. The aggregation surfaces currently blocked tasks and issues, highlighting who needs attention immediately for agile planning.

Can I check team learning health and task backlog status from git logs?

Checking team learning health from git logs is supported by analyzing learning files alongside task backlogs. This assesses whether team members are capturing their learnings effectively while tracking active development status.

Do I need task tracker APIs to run an automated team status check?

Task tracker APIs are optional for running an automated team status check. The core aggregation requires access to team manifests and git logs, while task tracker APIs provide supplementary backlog data for blocker identification.

When should I use an automated agile standup tool instead of manual updates?

Use an automated agile standup tool when you need a quick, read-only synchronization before planning or task dispatch. It suits teams wanting immediate progress overviews without requiring manual status updates from individual members.

Why does automated standup aggregation only provide read-only team status?

Automated standup aggregation provides read-only team status to ensure safe synchronization before planning. This prevents accidental modifications to task backlogs or git activity while surfacing blockers and learning health metrics.