What problem does it solve?
Triage incoming messages so each item receives the correct treatment without manual sorting: business threads are routed to collaboration channels and await replies, personal items notify the owner immediately, and everything else is batched into an end-of-day summary.
Core Features & Use Cases
- Intent-based routing: Classify messages into business, personal, or other and route them accordingly.
- Asynchronous workflows: Launch detached classification tasks and resume the main flow when results return.
- Minimal persistence for follow-up: Persist only summary buckets and active wait targets to reduce state complexity.
- Use case: Run a nightly inbox sweep that posts business threads to Slack and waits for replies, pings the owner for personal messages, and compiles remaining items into an EOD summary.
Quick Start
Triage my unread inbox, post business messages to Slack and wait for replies, notify me for personal messages, and hold the rest for an end-of-day summary.