taskflow-inbox-triage

Classify inbox items into business, personal, and miscellaneous routing flows.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill taskflow-inbox-triage-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taskflow-inbox-triage
Source: https://github.com/AG064/argentum/tree/main/skills/taskflow-inbox-triage
Command: npx skills add https://github.com/AG064/argentum --skill taskflow-inbox-triage-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage inbox items into categorized routing flows to Slack, owner notifications, or end-of-day summaries.

Core Features & Use Cases

  • One flow coordinates classification, routing, and waiting for external input.
  • Supports deterministic progress with stateJson and waitJson constructs.
  • Resumes and finishes flows automatically when inputs are available, enabling end-of-day summaries.

Quick Start

Create a TaskFlow inbox-triage flow, classify an inbox batch, and route items according to intent.

Frequently Asked Questions about taskflow-inbox-triage

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

FAQPage Schema
How do I automatically triage and route inbox items into different categories?

Inbox triage automatically routes items into business, personal, and miscellaneous categories using a single owner flow. It applies classification rules to batched messages across teams and channels for deterministic progression.

How does workflow state management work when waiting for external input during message routing?

Workflow state management uses stateJson and waitJson constructs to persist routing state. This allows the runtime to pause for external waits and automatically resume processing when inputs become available.

Can I generate end-of-day summaries from batched inbox messages across different channels?

Yes, you can generate end-of-day summaries from batched messages. The flow resumes and finishes automatically when inputs are available, coordinating classification and routing into summary outputs.

What is the best way to handle Slack notifications for categorized inbox items?

Handling Slack notifications involves routing categorized inbox items directly to Slack channels or owner notifications. The triage flow coordinates this routing based on classified message intent.

Do I need any external dependencies to run TaskFlow inbox triage workflows?

No external dependencies are required. The Skill uses TaskFlow runtime calls to implement state management and deterministic progression without needing additional components.

Why does my batched message routing flow pause instead of processing immediately?

Batched message routing flows pause when waiting for external input. The waitJson construct persists this state, enabling automatic resumption and deterministic progression once the required input arrives.