parallel-diagnosis

Installation
SKILL.md

Parallel Diagnosis

Two independent agents investigate a bug in parallel, then converge on a single unified diagnosis. Produces structured output that downstream skills (two-pass-review, fix-loop) can act on.

When to use

  • YES: Multi-layer bugs (schema + router + model), framework quirks, uncertain library behavior, high-risk deploys, intermittent failures
  • NO: Trivial bugs, typos, issues where root cause is already known, zero blast radius

Instructions

1 — Parallel diagnosis

If the problem statement is ambiguous (unclear which subsystem, multiple possible symptoms, or no file paths identified), use the AskUserQuestion tool to narrow scope before spinning up agents. Present what you understand and ask the user to confirm or clarify.

  1. Spin up 2 independent subagents in parallel. Default: Sonnet. Use Opus for complex async/architectural bugs.
  2. Give them ONLY the problem statement and relevant file paths.
  3. Instruct each agent to:
    • Read the code independently — no communication between agents.
Related skills
Installs
4
GitHub Stars
2
First Seen
Apr 8, 2026