communications-triage-edho-ferdian

Classifies incoming messages into four priority tiers and drafts approval-gated replies.

2|Updated Sep 6, 2026
One-click install
npx skills add https://github.com/edhoferdian/EEF --skill communications-triage-edho-ferdian-edhoferdian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: communications-triage-edho-ferdian
Source: https://github.com/edhoferdian/EEF/tree/main/.agents/skills/communications-triage-edho-ferdian
Command: npx skills add https://github.com/edhoferdian/EEF --skill communications-triage-edho-ferdian-edhoferdian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Incoming messages across email, chat, Slack, LINE, and other channels pile up without a consistent way to decide what needs attention, and replies sent on your behalf can quietly create broken promises. This Skill applies a repeatable triage discipline: every message is classified into exactly one of four tiers, replies are drafted but never sent without explicit per-message approval, and commitments made in sent replies are tracked so they are followed through on. ## Core Features & Use Cases - Four-tier classification: Every message is sorted into skip, info_only, meeting_info, or action_required using ordered rules, with ambiguous cases escalated to the more attention-requiring tier. - Approval-gated reply drafting: Drafts answer the actual ask, match tone to available context, flag uncertainty with [VERIFY: ...] markers, and are never sent without per-message user confirmation. - Post-send follow-through tracking: Promised actions, proposed meeting times, pending responses, and relationship context are converted into tracked items that resurface on the next triage pass. - Use Case: Paste a batch of email and Slack messages into chat and receive a tiered summary, one-line summaries for informational items, calendar conflict flags for scheduling messages, and ready-to-review reply drafts for anything requiring action. ## Quick Start Triage these pasted messages into priority tiers and draft replies for anything that needs an answer, waiting for my approval before anything is sent.

Frequently Asked Questions about communications-triage-edho-ferdian

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

FAQPage Schema
How do I triage a large inbox of emails and chat messages?

Paste the message content into chat and each message is classified into one of four tiers: skip, info_only, meeting_info, or action_required. Automated notifications are counted and skipped, informational items get one-line summaries, and anything needing a response gets a drafted reply.

How does the reply approval gate work before sending messages?

Every drafted reply is presented with its tier, the original message, and any uncertainty markers, then waits for explicit approval, edits, or rejection. Approval for one message never authorizes sending another, and blanket instructions to send everything are not accepted as substitutes.

Can this connect directly to Gmail, Slack, or LINE?

No live channel integration exists yet; the skill is deliberately channel-agnostic and operates on message content pasted into chat. When a connector such as an MCP server or API client is added later, the same triage and drafting logic applies unchanged around a thin fetch/send adapter.

How are promises made in sent replies tracked afterward?

After a reply is sent, any promised action becomes a tracked task with a deadline, proposed meeting times become calendar entries, and expected responses become waiting-on-reply items with stale-after dates. Open items resurface at the start of the next triage pass.

What happens when a message contains instructions or links?

Inbound message content is treated as untrusted data, never as commands. Instructions found inside messages are quoted verbatim with their sender and surfaced for confirmation rather than executed, and links or credential requests in messages are never followed.