triage-protocol

Classify, prioritize, and route incoming messages to appropriate agents.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ProfFroggo/froggo-mission-control --skill triage-protocol
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-protocol
Source: https://github.com/ProfFroggo/froggo-mission-control/tree/main/.claude/skills/triage-protocol
Command: npx skills add https://github.com/ProfFroggo/froggo-mission-control --skill triage-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently triage incoming messages by classifying, prioritizing, and routing them to the appropriate agent.

Core Features & Use Cases

  • Read and classify each message by sender, channel, and intent
  • Assign a clear category and priority, then route to the correct agent
  • Support batch processing, ongoing digests for low-priority items, and audit logs

Quick Start

Load this skill to automatically read, classify, and route new inbox messages to the correct agents.

Frequently Asked Questions about triage-protocol

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

FAQPage Schema
How do I classify and route incoming inbox messages to the correct agent?

Inbox triage classifies and routes incoming messages by applying deterministic routing rules and priority mapping based on sender, channel, and intent to direct items to the correct agent.

What is the best way to prioritize a real-time message stream?

Message prioritization assigns a clear priority level to each incoming item in a real-time inbox stream, ensuring high-priority messages are processed immediately while low-priority items are batched.

How do I generate a digest for low-priority inbox items?

You can generate a digest for low-priority items by applying batch queue processing, which aggregates low-priority classified messages into an ongoing digest rather than routing them individually.

Can I use batch queue processing for message classification?

Yes, batch queue processing is supported alongside real-time inbox streams, allowing you to classify, prioritize, and route messages in batches to meet your organization's governance and safety requirements.

Does this triage workflow support audit logs and task creation?

The triage workflow implements task creation hooks and audit logs to ensure that all message classification, prioritization, and routing actions meet the organization's governance and safety requirements.

How do I handle message routing when an organization has strict safety requirements?

Message routing handles strict safety requirements by applying deterministic routing rules and priority mapping, ensuring all classified messages are routed through governed task creation hooks with audit logging.