Sweep the user's Slack across every configured workspace, identify DMs and channel messages that need a reply, and draft proposed responses for each. Uses the Slack MCP's `slack_summary` (activity regardless of unread flag) plus `slack_unread` (channel-unread signal). Always presents drafts for yes/no/modify — never sends without explicit approval. TRIGGER when the user says any of: "triage slack", "check slack", "slack sweep", "any slack unread", "anything in slack I need to respond to", "what's happening in slack", "what needs a reply in slack". SKIP for questions about a single specific person's DM ("what did Alice say?") — use `slack_dm` directly for those.
2026-07-08