workbench-debug-investigate
Installation
SKILL.md
Workbench Debug Investigate
Use this skill for bugs, regressions, suspicious runtime behavior, failed automations, and "this should not happen" reports.
Investigation Loop
- State the exact symptom and expected behavior.
- Collect the smallest real evidence: command output, log line, screenshot, issue ID, run ID, or file path.
- Identify the owner layer: user workflow, Multica issue/comment, agent runtime, local repo, CLI wrapper, gateway/API, or external vendor.
- Form one mechanism hypothesis and test it on the smallest real path.
- Patch only after the mechanism is supported by evidence.
- If two attempts fail, stop and report what is known instead of guessing harder.