Pulls open items from GitHub and Asana, summarizes them with AI, and posts a daily standup digest to Discord.
Each step shows the tools it's allowed to touch.
Fetch all open issues and pull requests from the specified GitHub repository, noting titles, assignees, labels, and status.
Fetch all open/incomplete tasks from the specified Asana project, noting task names, assignees, due dates, and any blockers.
Synthesize all fetched items into a standup digest: group by In Progress, Blocked, and Up Next. Surface anything overdue, unassigned, or matching the noted focus areas. Keep each item to one line.
Format the digest as a clean markdown message and post it to the specified Discord channel.
Every number here is platform-tracked, not self-reported.