daily

Capture daily standup updates and segment progress into shipped, WIP, blocked, and decided items.

134|33|Updated Nov 22, 2025
One-click install
npx skills add https://github.com/kv0906/pm-kit --skill daily-kv0906
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily
Source: https://github.com/kv0906/pm-kit/tree/main/.claude/skills/daily
Command: npx skills add https://github.com/kv0906/pm-kit --skill daily-kv0906

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of capturing daily standup updates, automatically identifying and processing key information like blockers and decisions.

Core Features & Use Cases

  • Atomic Standup Capture: Quickly log updates for multiple projects in a single command.
  • Automated Detection: Identifies "Shipped," "WIP," "Blocked," and "Decided" items.
  • Blocker Management: Prompts to create new blocker notes or link to existing ones.
  • Decision Logging: Suggests creating decision notes for key choices.
  • Use Case: At the end of your workday, run /daily projectA: shipped feature X, wip task Y, blocked on API integration; projectB: decided on new UI flow to log your progress and flag any issues.

Quick Start

Log your daily progress for project X by running the command /daily projectX: shipped feature Y, wip task Z.

Frequently Asked Questions about daily

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

FAQPage Schema
How do I log daily standup updates for multiple projects at once?

To log daily standup updates for multiple projects, input all updates in a single command using the syntax `/daily projectA: [status] task; projectB: [status] task` to segment progress automatically.

Can daily progress tracking automatically detect and categorize shipped, blocked, and decided items?

Yes, daily progress tracking automatically detects and categorizes updates into shipped, work-in-progress, blocked, and decided items by parsing your input text and segmenting the atomic updates.

How does blocker management work when logging a daily standup?

Blocker management prompts you to either create new blocker notes or link detected blockers to existing notes, ensuring all impediments are tracked and updated within the project index.

What is the best way to record decisions made during project standups?

The best way to record decisions made during project standups is to input them using the `decided` keyword, which triggers the Skill to suggest creating dedicated decision notes for key choices.

Do I need to format my input text in a specific way to track work-in-progress tasks?

You need to format your input text using simple keywords like `wip`, `shipped`, `blocked`, and `decided` next to your tasks so the parser can accurately identify and segment your progress updates.