How this skill is triggered — by the user, by Claude, or both
Slash command
/meridian:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<HARD-GATE>
Do NOT attempt any fix before completing root cause investigation. No exceptions. If you catch yourself thinking "let me just try changing this" — stop and go back to Phase 1.
Find the root cause, then fix it. Not the other way around.
The bug is in the user's project — you are debugging their code and environment, not Claude Code or any tool in the assistant infrastructure.
The routing table and this skill's description own the entry triggers. One needs spelling out because it arrives mid-flow and is easy to miss: a fix just shipped and the user replies with a terse failure signal — "still broken", "not fixed", "doesn't work", "nope", a one-word rejection, or a bare screenshot. Do not patch again; the short dismissal means the last fix missed the root cause. Enter at Phase 1.
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
If you haven't completed Phase 1, you cannot propose fixes. This is not optional. This is not skippable because it "looks obvious." Obvious bugs have root causes too.
Phase 1 requires tool calls, not speculation. Read the code, run the commands, check the diff. Do not hypothesize about what the code does without reading it — that is guessing dressed up as analysis.
If the bug involves an external API or library behaving unexpectedly, invoke meridian:research to verify expected behavior against live docs before forming hypotheses. Don't assume you know how the library works.
If systematic investigation reveals the issue is truly environmental, timing-dependent, or external:
meridian:document to capture the investigation for future sessionsMost "no root cause" verdicts turn out to be incomplete investigation. Treat the conclusion with skepticism — it's the convenient answer, not usually the right one.
meridian routing, or direct invocationcommit (if fix applied)researchnpx claudepluginhub kodingdev/meridianCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.