taskflow-inbox-triage

Automate inbox item triage and routing within a TaskFlow runtime.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill taskflow-inbox-triage-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow-inbox-triage
Source: https://github.com/bitan-del/gods-eye/tree/main/skills/taskflow-inbox-triage
Command: npx skills add https://github.com/bitan-del/gods-eye --skill taskflow-inbox-triage-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage inbox items with one owner flow to route based on intent: notify immediately for personal items, post to Slack for business items, and preserve other items for end-of-day summaries.

Core Features & Use Cases

  • A single flow handles an inbox batch.
  • Run a detached classifier to categorize new items.
  • Persist routing state using stateJson.
  • Move to waiting state when external input is required.
  • Resume the flow when classification or human input completes.
  • Finish when all items are routed.

Quick Start

Create a new inbox-triage taskflow and run the classifier to begin routing messages.

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 routing for high-volume team messages?

Automate inbox triage by running a single flow to classify items and route them based on intent: notify immediately for personal items, post to Slack for business items, and preserve others for end-of-day summaries. This handles large message volumes across multiple channels.

How does state persistence work during a taskflow with wait handling?

State persistence works by saving routing state via stateJson and moving items to a waiting state using waitJson when external input is required. The flow later resumes and finishes through a minimal runtime API once classification or human input completes.

Can I route Slack messages and email through one automated workflow?

Yes, you can route Slack messages and email through one automated workflow. The triage flow applies to teams handling large volumes of messages across multiple channels, categorizing and directing each item based on its specific intent.

What is the best way to handle external input requirements in an automated message routing flow?

Handle external input requirements by moving the flow to a waiting state via waitJson. When the required classification or human input completes, deterministic flow control resumes the taskflow and finishes routing all items.

How do I start classifying and routing new inbox items?

Start classifying and routing new inbox items by creating a new inbox-triage taskflow. Run the detached classifier to categorize the batch of new items, which then automatically begins routing messages based on detected intent.