spectastic

Spectastic.Triage — Development skill for Claude Code

Development community

Triage a defect (or intake a pasted list of small items) — classify it to the layer that owns the fix and append one triage card.

How to install Spectastic.Triage

Installs to ~/.claude/skills/spectastic-spectastic-spectastic.triage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/spectastic-spectastic-spectastic.triage && curl -fsSL https://raw.githubusercontent.com/spectastic/spectastic/HEAD/commands/spectastic.triage.md -o ~/.claude/skills/spectastic-spectastic-spectastic.triage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Spectastic.Triage does


description: Triage a defect (or intake a pasted list of small items) — classify it to the layer that owns the fix and append one triage card. Use when a bug appears, when deciding which layer a fix belongs to, or when dumping a list of small to-dos — triage decides where a fix belongs; it doesn't make the fix (/spectastic.implement) or author the spec change (/spectastic.propose). argument-hint: triggers:

  • "triage a defect"
  • "cla

Alternatives in Development

  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
  • Om Intake — Process all unread meeting notes in work/meetings/ — reads each file, classifies content, routes to the right 4.6k ★
  • Maestro Next — Unified entry for all development intents — classify intent, assess complexity, route to the correct execution 530 ★

Full documentation available on GitHub

View Source Repository