/standup

Aggregate git status, commits, project brief, and mode into a standup note.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/fnkydcks-lab/dt-foundry --skill standup-fnkydcks-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /standup
Source: https://github.com/fnkydcks-lab/dt-foundry/tree/main/standup
Command: npx skills add https://github.com/fnkydcks-lab/dt-foundry --skill standup-fnkydcks-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standups often become noisy or unfocused; this skill ensures a quick, accurate status snapshot at session start, aligning the team around current progress and immediate next actions.

Core Features & Use Cases

  • Concise status capture: aggregates what shipped, what is in progress, and what is blocked.
  • Next actions: suggests the one action that moves the build forward today.
  • dt-foundry integration: writes a timestamped entry to dt-foundry/standup.md for audit and handoff.

Quick Start

Begin a session by running the standup skill to generate the latest status update and append it to dt-foundry/standup.md.

Frequently Asked Questions about /standup

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

FAQPage Schema
How do I generate a daily standup note from git status and recent commits?

To generate a daily standup note, run this skill at the start of a session to aggregate recent commits, current work, blockers, and next actions into a concise timestamped entry appended to dt-foundry/standup.md.

What is the best way to track project blockers and current progress for team handoffs?

Tracking project blockers and progress for handoffs is done by pulling data from git status and the project brief to produce a consistent update appended to dt-foundry/standup.md, ensuring accurate audit and team alignment.

Can I use this standup workflow without any external dependencies or components?

Yes, you can use this standup workflow without external dependencies. The skill requires no additional components or dependencies, operating independently to capture your session status and write to dt-foundry/standup.md.

How do I align my team around immediate next actions at the start of a coding session?

To align your team around immediate next actions, apply the skill at session start to reorient focus, suggest the one action moving the build forward today, and append the snapshot to dt-foundry/standup.md.

Does this workflow integration support writing timestamped entries for audit trails?

Yes, this workflow integration supports audit trails by writing a timestamped entry capturing shipped work, in-progress items, and blockers directly to dt-foundry/standup.md during session initialization.