taskflow-inbox-triage

Classify inbox messages into business, personal, and miscellaneous groups for routing.

Updated May 7, 2026
One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill taskflow-inbox-triage-moodmnky-llc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow-inbox-triage
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/taskflow-inbox-triage
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill taskflow-inbox-triage-moodmnky-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually sorting through incoming inbox messages, routing them to correct channels, tracking pending replies, and compiling end-of-day summaries is time-consuming and error-prone for high-volume communication workflows.

Core Features & Use Cases

  • Intelligent Message Classification: Automatically categorizes inbox items into business, personal, and miscellaneous groups for targeted routing.
  • Automated Routing & Tracking: Sends business items to Slack and tracks pending replies, sends immediate notifications for personal items, and aggregates non-urgent items for end-of-day summaries.
  • Use Case: Teams managing shared inboxes can use this pattern to ensure no messages are missed, reduce manual sorting work, and keep stakeholders informed of urgent items in real time.

Quick Start

Use the taskflow-inbox-triage skill to triage your latest batch of inbox messages and route them to the appropriate channels based on their category.

Frequently Asked Questions about taskflow-inbox-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate inbox triage and message routing to Slack?

Inbox triage automation categorizes incoming messages into business, personal, and miscellaneous groups, routing business items to Slack while tracking pending replies. This reduces manual sorting overhead for high-volume communication channels.

What is the best way to track pending replies and generate end-of-day inbox summaries?

Tracking pending replies uses stateful workflow orchestration to manage waiting states for external input, resuming once replies arrive. Non-urgent items are aggregated into end-of-day inbox summaries, ensuring no messages are missed.

Can I use workflow automation to classify and route shared inbox messages by category?

Workflow automation can classify and route shared inbox messages by categorizing items into business, personal, and miscellaneous groups. Teams managing shared inboxes ensure urgent items trigger real-time Slack notifications while others are summarized.

How does stateful workflow orchestration handle waiting states for external message replies?

Stateful workflow orchestration manages waiting states by pausing message processing until external replies are received, then automatically resuming the triage workflow. This ensures pending Slack replies are accurately tracked without manual monitoring.

Does Slack integration support automated message routing and real-time notifications for urgent inbox items?

Slack integration supports automated message routing by sending classified business items to designated channels and triggering immediate notifications for personal items. This ensures urgent inbox messages reach stakeholders in real time.

When should I not use automated message routing for my inbox management?

Automated message routing is not ideal for low-volume inboxes where manual sorting is trivial, or where message classification rules are too ambiguous for consistent categorization into business, personal, and miscellaneous groups.