Failure diagnosis skill for Codex. Use when the main task is to reproduce a bug, form hypotheses, gather evidence, and identify the root cause before editing production code; triggers include crash, failure, regression, root cause, and "왜 안 돼" requests. Prefer `mstack-qa` for verification-only work, `mstack-plan` for pre-implementation design, and `mstack-pipeline` only when the user wants the full fix-through-release workflow.
mstack-qamstack-planmstack-pipelineUse this skill to diagnose a problem before making a fix.
Do not modify production code until the evidence supports a specific fix. Read production files, run focused repros, and write temporary debug tests when needed. If the user explicitly asks to fix the issue now, leave freeze mode only after the request is clear.
Capture the symptom.
git log --oneline -10 or a narrower range.Form three hypotheses.
Verify each hypothesis.
Report the result.
src/, lib/, and other production directories as read-only during investigation.tests/debug/ or another temporary test location for repros when helpful.pipeline-coordinator only after evidence has narrowed the problem and
multiple fix strategies remain.Produce a concise investigation report with: