bycoalesce-labs· 55 skills
Phase agent that triages a Linear ticket — expands acronyms, classifies (feature/bug/docs/refactor/chore), identifies genuine blockers (a semantic second-pass over the backlog — NOT a prose scrape; CTL-838), estimates scope, writes triage.json, and posts a triage analysis comment to Linear. Triage completion is signaled by that comment plus the local triage.json — there is no triaged label. Emits phase.triage.complete.<TICKET> on success and phase.triage.failed.<TICKET> on error. Dispatched by the phase-agent orchestrator (CTL-452) via slash command — user-invocable: true so the dispatcher's claude --bg "/catalyst-dev:phase-triage ..." resolves.
$npx -y skills add coalesce-labs/catalyst --skill phase-triageInstalls into the current project.
Run `npx skills use "https://github.com/coalesce-labs/catalyst" --skill "coalesce-labs/catalyst/phase-triage"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/coalesce-labs/catalyst" that are relevant to the current task. Run `npx skills add "https://github.com/coalesce-labs/catalyst"` and select the relevant skills, then follow their instructions.