Triage entry-point for any "the job ran but something's wrong" situation in a Friday workspace. Loads when a job tool returns output-error, success: false, summary: "", artifactIds: [], or any session with status: failed. Routes to the right sibling debug skill. Required reading before declaring "platform bug" / "FSM wiring is broken" / "this is a known issue" — those claims are FORBIDDEN without first walking this triage table.
$npx -y skills add friday-platform/friday-studio --skill debugging-broken-jobsInstalls into the current project.
Run `npx skills use "https://github.com/friday-platform/friday-studio" --skill "friday-platform/friday-studio/debugging-broken-jobs"` 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/friday-platform/friday-studio" that are relevant to the current task. Run `npx skills add "https://github.com/friday-platform/friday-studio"` and select the relevant skills, then follow their instructions.