agentskills.codes
SH

Route raw INBOX items into the Scrumban pipeline (BACKLOG stages).

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

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

Search skills

Search the agent skills registry