Tag: inbox-triage
skill
★ 4,829
Structured workflow for inbox message triage
This skill implements a robust, multi-stage workflow for triaging incoming messages. It classifies items into categories and manages state persistence, allowing the flow to pause while awaiting external input before resuming processing.
skill
Structured task flow for inbox message triage
This skill demonstrates a robust pattern for handling incoming messages by classifying intent and managing complex routing logic. It allows for immediate notifications, pausing execution while awaiting external replies, and aggregating item…
skill
★ 372,633
TaskFlow pattern for inbox triage and routing
This skill demonstrates a robust pattern for managing inbox items by classifying them, routing them based on intent (e.g., waiting for a Slack reply or immediate notification), and persisting state across asynchronous steps. It allows the a…