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

  1. State the exact symptom and expected behavior.
  2. Collect the smallest real evidence: command output, log line, screenshot, issue ID, run ID, or file path.
  3. Identify the owner layer: user workflow, Multica issue/comment, agent runtime, local repo, CLI wrapper, gateway/API, or external vendor.
  4. Form one mechanism hypothesis and test it on the smallest real path.
  5. Patch only after the mechanism is supported by evidence.
  6. If two attempts fail, stop and report what is known instead of guessing harder.

Evidence Rules

  • Prefer live runtime state over stale UI state.
  • Separate dashboard symptoms from backend/request evidence.
  • Do not use destructive reset or broad cleanup as a diagnostic shortcut.
  • Do not expose secrets, tokens, OAuth material, raw private prompts, or account identifiers.
Related skills
Installs
6
GitHub Stars
6
First Seen
11 days ago