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>
Find the root cause, then fix it. Not the other way around.
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.
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 you catch yourself thinking any of these, you've skipped the process:
If systematic investigation reveals the issue is truly environmental, timing-dependent, or external:
meridian:document to capture the investigation for future sessions95% of "no root cause" cases are incomplete investigation.
meridian routing, or direct invocationcommit (if fix applied)researchnpx claudepluginhub kodingdev/meridian --plugin meridianEnforces systematic root cause investigation for bugs, test failures, and unexpected behavior through four phases: investigation, pattern analysis, hypothesis testing, and implementation.
Enforces systematic root cause analysis before fixes for bugs, test failures, unexpected behavior, performance issues, and build failures.
Guides developers through systematic root cause investigation of bugs and failures. Use when encountering test failures, errors, or unexpected behavior.