Domains
Forms
- SKILL.md50.0%
- references50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a bug has multiple plausible root causes, initial debugging failed, or the issue spans modules and needs systematic, bias-free root cause analysis.
A defensible root cause conclusion backed by cited evidence, ranked hypotheses, and a validated fix plan that reduces confirmation bias and missed causes.
Use Cases
A payment service fails intermittently in production with no clear single cause. The on-call engineer invokes parallel-debugging to generate hypotheses across logic, state, integration, and resource categories. Parallel agents investigate concurrency, API contracts, and connection pools simultaneously, collecting cited evidence. Arbitration identifies a race condition in balance update as root cause, and the fix is validated against the original repro. This cuts MTTR and prevents guesswork.
A cross-module feature breaks after a large refactor with suspects in data serialization, config, and environment differences. Using parallel-debugging, the team spawns investigators for each hypothesis category, gathers file:line evidence with confidence levels, and arbitrates results. The protocol reveals a config mismatch plus a null-handling regression as compound causes. The structured output helps reviewers trust the fix and add targeted tests.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File