standup_digest
Generate a daily standup digest for any project. Active subtasks are categorized by deadline into overdue, today, upcoming, and no-deadline sections, producing a concise text ready to paste or email.
Instructions
Generate a daily standup digest for a project.
Fetches all active subtasks (parent_id != False, stage not in exclude_stages, exactly 1 assigned user) and categorises them by deadline into OVERDUE / TODAY / UPCOMING / NO DEADLINE sections. Returns a plain-text digest ready to paste or send as an email body.
Args: project: Project name (ilike match, e.g. "The Body Shop"). exclude_stages: Stage names to treat as closed. Defaults to ["Done", "Cancelled", "Delivered"]. lookahead_days: Days ahead to include in UPCOMING (default 7). timezone_offset: UTC offset in hours for "today" (default 7 = Asia/Ho_Chi_Minh).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | ||
| exclude_stages | No | ||
| lookahead_days | No | ||
| timezone_offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |