standup

Generates standup-ready bullet digests from metered ledger events and token spend.

1|Updated Aug 17, 2026
One-click install
npx skills add https://github.com/Jakeintech/waybill --skill standup-jakeintech
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: standup
Source: https://github.com/Jakeintech/waybill/tree/main/skills/standup
Command: npx skills add https://github.com/Jakeintech/waybill --skill standup-jakeintech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Recalling what you actually worked on yesterday or this week is error-prone and time-consuming. This Skill answers "what did I do" from a local ledger of metered sessions, shipped items, and git history instead of memory, producing standup-ready bullets where every line traces to a recorded event. ## Core Features & Use Cases - Windowed digests: Resolve natural time windows (yesterday, Monday standup covering the weekend, weekly digests, named dates) into ledger queries via waybill query standup. - Structured bullets: Renders shipped items, in-progress work with metered spend, newly opened entries, and ledger-level blockers in a fixed, readable order. - Cost transparency: Optionally closes with session, turn, and token counts plus cost in USD when pricing data exists, flagging unpriced tokens rather than hiding them. - Use Case: On Monday morning, ask for your standup notes and receive bullets covering Friday through today — shipped PRs with links, follow-up work on earlier items, and a one-line session summary — all sourced from the ledger. ## Quick Start Ask the assistant to prep your standup notes for yesterday using the waybill ledger.

Frequently Asked Questions about standup

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

FAQPage Schema
How do I generate standup notes from my git history and AI sessions?▼

Run the standup query against the waybill ledger after mining sessions with `waybill mine --all`. The skill resolves your time window, then renders shipped items, in-progress work, and session counts as standup-ready bullets.

How do I get a summary of what I worked on yesterday?▼

Ask for a standup digest with no window specified and it defaults to yesterday. The output lists shipped items first, then metered work in progress, then newly opened entries, each traceable to a ledger event.

Does the standup digest handle Monday standups covering the weekend?▼

Yes. For Monday standups it uses a multi-day window such as `--days 4` covering Friday through today, or explicit from/to dates to exclude today. The digest always states which days it covers.

Can I share the standup digest with my team channel?▼

The default digest is your own data for your own standup. For a shareable version, re-run with `--audience internal` or `external` rather than hand-editing identifiers out of the output.

Why does my standup digest say nothing was recorded?▼

An empty window means no ledger events exist for that period, usually because sessions were not mined yet. Run `waybill mine --all` first and check `waybill status` to confirm metering is working.

What are the limitations of ledger-based standup notes?▼

The digest only contains recorded ledger events and never pads or invents items. Real-world blockers you did not log must be added by you, and the skill never writes ledger entries — it is read-only.