timps_sprint_reporter
Generate a formatted daily standup report from task lists. Provide completed tasks, in-progress items, and blockers to get a polished markdown standup ready to post.
Instructions
Generate a formatted daily standup report from task lists. Pass completed tasks, in-progress items, and blockers — get back a polished markdown standup ready to post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blockers | No | Current blockers | |
| completed | Yes | Tasks completed since last standup | |
| in_progress | Yes | Currently in progress | |
| team_member | No | Name for the standup | Developer |