From triage
Sort a pile of incoming/unsorted items on a project board — route each to the right list, set priority AND size, detect dependencies between cards, flag duplicates, and surface what needs a human decision. Provider-agnostic (local board.json, Trello, Jira) via board.py. Use when the user says "/triage", "triage the backlog", "sort the inbox", "what should I work on", "size these cards", "estimate these", "tria las tarjetas", "ordena el backlog", "clasifica lo que entró", "estima el tamaño". Bilingual (EN/ES).
How this skill is triggered — by the user, by Claude, or both
Slash command
/triage:triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn an undifferentiated pile into a prioritized, routed board. Decide; don't just describe.
Turn an undifferentiated pile into a prioritized, routed board. Decide; don't just describe.
Work and report in the user's language (EN/ES).
python board.py status; if online, python board.py pull (remote wins).Backlog/inbox without a priority or clear home.To Do if ready, stays Backlog if not, Done/remove if obsolete).size: M in the desc).prune rather than keeping both.breakdown (needs splitting) or refine (needs detail/acceptance criteria).move … --to, add, etc.). For provider boards, push after.Method A — absolute (default). Judge effort directly: XS / S / M / L / XL (or 1/2/3/5/8 points).
Use when the work is familiar and you can estimate from first principles.
Method B — relative / reference-class (use when unsure, or when the user asks for consistency). Don't estimate in a vacuum — anchor against work already sized:
While sizing/routing, ask for each card: does anything have to ship before this can? Look for cards that build on the same feature, share a prerequisite (auth, schema, an API), or are named as blockers in the desc.
depends-on: Auth API; Login UI
(comma/semicolon separated, matched by card name). This is the exact format the dependency-graph skill reads.Backlog, not To Do, and note why.dependency-graph skill to visualize the whole chain and
catch cycles / dangling references.prune's judgment, not straight to the bin.depends-on: you can justify — a wrong edge pollutes the dependency graph. When unsure, note it as a question instead.breakdown (too big), refine (too thin), prune (dead/dupe), dependency-graph (visualize blockers).Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub jachana/claude-marketplace --plugin triage