Triages input items into a task management workflow.

Install

mkdir -p .claude/skills/sh-triage && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13340" && unzip -o skill.zip -d .claude/skills/sh-triage && rm skill.zip

Installs to .claude/skills/sh-triage

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Route raw INBOX items into the Scrumban pipeline (BACKLOG stages).
66 charsno explicit “when” trigger
Beginner

Key capabilities

  • Read untriaged items from INBOX.md
  • Classify items into categories like `[idea]`, `[bug]`, `[hotfix]`
  • Route classified items to appropriate BACKLOG stages
  • Write BACKLOG entries with classification tags and descriptions
  • Remove triaged items from INBOX.md
  • Fast-track `[hotfix]` items to TODO-Today.md

How it works

The skill reads INBOX.md, classifies each untriaged item based on predefined criteria, writes a formatted entry to the appropriate BACKLOG stage, and then removes the item from INBOX.md.

Inputs & outputs

You give it
Raw INBOX.md items
You get back
Classified items routed to BACKLOG.md or TODO-Today.md, and INBOX.md updated

When to use sh-triage

  • Triage new tasks
  • Categorize project items
  • Organize task backlog

About this skill

Triage — INBOX to Pipeline

Process raw input and route it into the correct pipeline stage.

Pipeline Flow

INBOX.md --> BACKLOG.md (Ideation --> Refining --> Ready) --> TODO-Today.md --> DONE-Today.md

Triage Steps

  1. Read INBOX.md — scan for untriaged items (any line without a stage marker)
  2. Classify each item:
ClassificationRoute ToCriteria
[idea]BACKLOG#IdeationNew feature, enhancement, exploration
[bug]BACKLOG#Ideation or #RefiningDefect with reproduction steps
[hotfix]TODO-Today (fast-track)Actively blocking development
[question]Answer inline, no queue itemClarification needed, no action
[tooling]BACKLOG#IdeationBuild, CI, dev experience improvement
[debt]BACKLOG#IdeationTechnical debt, refactoring need
  1. Write the BACKLOG entry with classification tag, brief description, and Next: action
  2. Remove from INBOX — item moves, it doesn't copy
  3. STOP — never implement during triage

Queue-First Invariant

Even for obvious inline bugs, the sequence is always:

  1. Triage -> classify
  2. Write queue item (BACKLOG or TODO-Today for hotfix)
  3. STOP

Never implement during triage. Never commit without a queue item having existed first.

BACKLOG Entry Format

### [classification] Brief title
Description of the item.
Origin: INBOX (date)
Next: /sh:brainstorm (or appropriate next action)

Hotfix Fast-Track

If classified as [hotfix] (actively blocking):

  1. Verify Bug DOR-lite passes (see /sh:dor)
  2. Move directly to TODO-Today.md as next queue item
  3. Skip Ideation/Refining stages

Post-Triage

After triage completes, suggest next actions:

  • Items routed to Ideation: /sh:brainstorm to explore requirements
  • Items in Refining: /sh:spec-review to validate specs
  • Ready items: /sh:workflow to generate queue
  • Hotfixes: /sh:kickoff to resume execution

When not to use it

  • When the user wants to implement tasks during the triage process
  • When the user wants to commit code without a queue item having existed first
  • When the user wants to skip the Ideation/Refining stages for non-hotfix items

Limitations

  • It does not implement tasks, only triages and routes them
  • It requires adherence to specific Markdown formats for INBOX and BACKLOG
  • It does not allow committing without a prior queue item

How it compares

This skill enforces a strict 'queue-first' invariant and a structured classification system for inbox items, ensuring that no implementation occurs during triage and every task has a proper queue item, unlike ad-hoc task management.

Compared to similar skills

sh-triage side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
sh-triage (this skill)04moNo flagsBeginner
linear102moNo flagsBeginner
zapier-workflows118moReviewBeginner
attio-skill-generator77moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

linear

lobehub

Linear issue management guide. Use when working with Linear issues, creating issues, updating status, or adding comments. Triggers on Linear issue references (LOBE-xxx), issue tracking, or project management tasks. Requires Linear MCP tools to be available.

10117

zapier-workflows

davila7

Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.

11101

attio-skill-generator

kesslerio

Generate use-case-specific Attio workflow skills from templates. Use when creating new skills for lead qualification, deal management, customer onboarding, or custom Attio workflows.

7100

automation-brainstorm

MacroMan5

Interactive workflow design advisor for Power Automate, n8n, Make, Zapier and other platforms. Guides users through planning automation workflows with smart questions about triggers, actions, data flow, and error handling. Uses research sub-agent to find best practices and generates detailed implementation plan. Triggers when user mentions "create workflow", "build flow", "design automation", "need ideas for", or describes workflow requirements without having a complete design.

778

daily-briefing

anthropics

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

761

jira

davila7

Use when the user mentions Jira issues (e.g., "PROJ-123"), asks about tickets, wants to create/view/update issues, check sprint status, or manage their Jira workflow. Triggers on keywords like "jira", "issue", "ticket", "sprint", "backlog", or issue key patterns.

1152

Search skills

Search the agent skills registry