triage

Classify user input into discussion, workflow, schedule, or goal categories.

17|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Adelie-Squad/solosquad --skill triage-adelie-squad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/Adelie-Squad/solosquad/tree/main/skills/triage
Command: npx skills add https://github.com/Adelie-Squad/solosquad --skill triage-adelie-squad

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chief's task triage is a cognitive load-heavy process. This skill quickly categorizes user input into four actionable types (discussion, workflow, schedule, goal) and provides an Educational Nudge when certainty is low.

Core Features & Use Cases

  • 4-Way classification: discussion, workflow, schedule, goal.
  • Educational Nudge: proactively suggests knowledge playbooks when input is unclear.
  • Deterministic output: returns classification, confidence, reasoning, and next_stage to drive subsequent steps.

Quick Start

Provide a user input string to triage, and the skill will return a structured payload with classification, confidence, educational_nudge, reasoning, and next_stage.

Frequently Asked Questions about triage

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

FAQPage Schema
How does input triage classify tasks into actionable categories?

Input triage classifies user text into four categories—discussion, workflow, schedule, and goal—to guide decision-making. It returns a deterministic payload containing the classification, confidence score, reasoning, and the next stage.

What is an educational nudge in task classification and when does it trigger?

An educational nudge is a proactive playbook suggestion provided during task classification when input certainty is low. It triggers to help clarify ambiguous inputs and guide the user toward the correct workflow, schedule, goal, or discussion action.

How do I get structured triage results for decision-making workflows?

To get structured triage results, provide a user input string to the skill. It processes the text and returns a deterministic payload including classification, confidence, reasoning, educational nudge, and the defined next stage to drive subsequent workflow steps.

Does this task triage tool work without external dependencies or components?

Yes, this task triage tool works entirely without external dependencies or components. It applies its classification logic during each turn to categorize inputs across discussion, workflow, schedule, and goal scenarios natively.

Why use a 4-way classification system for workflow planning and decision-making?

A 4-way classification system reduces cognitive load by instantly sorting inputs into discussion, workflow, schedule, and goal categories. This structured approach provides deterministic outputs and clear next stages, streamlining complex decision-making workflows.

Are there limitations to automated task triage for ambiguous user inputs?

The main limitation of automated task triage is handling highly ambiguous inputs, which lowers classification confidence. However, it mitigates this by providing an educational nudge to suggest relevant knowledge playbooks for clarification.