triage

triage is a skill for Claude Code, Codex from Adelie-Squad/solosquad. It costs 47 tokens per session (717 once invoked), scanned A, original, MIT.

A task-classification tool that sorts a request into discussion, one-time workflow, recurring schedule, or goal-based work. When the request is unclear, it can suggest relevant knowledge guides or ask a short clarifying question.

In plain words
What is it for?
Use it to classify incoming requests, choose the next workflow stage, identify when clarification is needed, and suggest possible starting guides for vague tasks.
Why use it?
It helps decide what kind of response or execution process a request needs before work begins. This reduces the risk of starting an unsuitable multi-step workflow for a simple question or an unclear task.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to classify incoming requests, choose the next workflow stage, identify when clarification is needed, and suggest possible starting guides for vague tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/adelie-squad/solosquad/triage
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Adelie-Squad/solosquad --skill triage
Clone the repo
git clone --depth 1 https://github.com/Adelie-Squad/solosquad

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for triage

README.md
[![agentmods](https://agentmods.dev/badge/skills/adelie-squad/solosquad/triage.svg)](https://agentmods.dev/skills/adelie-squad/solosquad/triage)
Your own site
<a href="https://agentmods.dev/skills/adelie-squad/solosquad/triage"><img src="https://agentmods.dev/badge/skills/adelie-squad/solosquad/triage.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 717 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.00717
Opus 5 $0.00023 $0.00358
Sonnet 5 $0.00009 $0.00143
Haiku 4.5 $0.00005 $0.00072

Measured 8d ago against content hash 62754cdef9ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

triage scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/triage/SKILL.md · 76 lines

What it actually says

Triage Skill

Chief 가 매 turn TRIAGE stage 에서 호출. Chief 의 의사결정 권한 (Task 분류) 의 reasoning 도구.

4-Way 분류

분류 정의 예시
discussion 대화 자체로 종결. clarification / status check / light reply "어떻게 지내?", "지금 진행 중인 게 뭐야?"
workflow 일회성 chain (PRD → 분해 → 실행 → 보고) "X 기능 만들자", "캠페인 준비해줘"
cron 반복 (cron 등록) "매일 아침 brief 보여줘", "주간 회고 자동화"
goal 자율 실행 (metric 기반 keep/discard) "Y 지표를 Z 까지 올리는 방법 찾아줘"

Triage Stage 0 — Educational Nudge

사용자 입력이 막연하면 PM/specialist spawn 전에 KNOWLEDGE 가이드 선제시:

조건: 4-way 신뢰도 < 60%
→ team KNOWLEDGE.md 의 가장 정합 높은 playbook 1~2개 표시
→ "어느 단계에서 시작할까요?" 또는 "처음부터 가설 정의가 필요하신가요?"
→ 사용자 응답 기다림

원칙: 사후 라벨링 — 프레임워크 선처방 X. 사용자 의도가 모이면 사후 label.

출력

classification: discussion | workflow | cron | goal
confidence: 0-100
educational_nudge:
  needed: true | false
  candidate_playbooks: ["..."]
reasoning: "string"
next_stage: DECOMPOSE | reply_directly | await_user

Confidence 임계값

  • ≥80: 즉시 다음 stage (DECOMPOSE)
  • 60~79: Educational Nudge 권고
  • <60: 명시적 clarification 1회 (사용자에게 1-2 짧은 질문)

≥ 2 approaches (Educational Nudge 시)

KNOWLEDGE 가이드 제시는 ≥ 2 playbook 후보. 단일 강요 X.

Anti-Sycophancy

  • ❌ "흥미로운 요청이네요. 어떻게 시작할까요?"
  • ✅ "이 요청은 workflow(60%) 와 goal(40%) 사이입니다. KNOWLEDGE 에 두 playbook 있어요: X / Y. 어느 쪽?"

Reference

  • v1.1 PRD §5.2 (TRIAGE stage), §5.4 (Educational Nudge)
  • Harness Report §7.5 권고 (Educational Nudge)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 76 lines · 47 tokens per session scan A 62754cdef9ff

Subscribe to this mod's changes

triage is a skill published in the GitHub repository Adelie-Squad/solosquad (19 stars, last pushed 17d ago), licensed MIT. It adds 47 tokens to every session and 717 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

cost-efficiency-analyzer

Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…

awslabs/agentcore-samples · 98 tokens

executive-financial-briefing

Generates a concise executive-level financial briefing or summary suitable for a CEO, CFO, or board presentation. Use when the user asks for a summary, briefing, executive summary, board update, financial overview, financial health check, or "how is the business doing". Covers the full P&L picture in one page. Also…

awslabs/agentcore-samples · 95 tokens

multi-quarter-trend-analysis

Analyzes financial trends across multiple quarters by comparing P&L metrics over time. Use when the user wants to see trends, patterns, trajectories, or directional movement across 3 or more quarters. Also use for "how are we trending", "show me the trend", "track performance over time", "quarter over quarter…

awslabs/agentcore-samples · 82 tokens

sector-rotation

Identify which market sectors to overweight or underweight based on current macro conditions and sector performance data.

awslabs/agentcore-samples · 22 tokens

trend-analysis

Analyze price and volume trends for one or more stocks to determine momentum direction and key technical levels.

awslabs/agentcore-samples · 21 tokens

persistent-notes

Save notes locally to /mnt/workspace/notes.json file. Use when user wants to "save a note" or "remember something".

awslabs/agentcore-samples · 32 tokens