trace

Trace observed outcomes by comparing competing hypotheses with ranked evidence.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/marcmunoz-uno/jailbreak --skill trace-marcmunoz-uno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/marcmunoz-uno/jailbreak/tree/main/skills/trace
Command: npx skills add https://github.com/marcmunoz-uno/jailbreak --skill trace-marcmunoz-uno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you understand why an observed outcome happened by turning ambiguous “why” questions into an evidence-driven comparison of competing explanations.

Core Features & Use Cases

  • Evidence-first tracing: Separates the observation, competing hypotheses, evidence for/against, and the single leading explanation while explicitly tracking gaps and uncertainty.
  • Parallel hypothesis lanes in team mode: Orchestrates multiple tracer workers to gather distinct evidence streams and avoid converging on the same guess too early.
  • Falsification-driven rigor: Applies rules to actively disconfirm the top hypothesis, perform a rebuttal round, and recommend the most discriminating next probe.

Quick Start

Use /oh-my-claudecode:trace with a description of the observed behavior and what you want explained, then ask it to produce ranked hypotheses with the critical unknown and the next probe to collapse uncertainty.

Frequently Asked Questions about trace

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the root cause of a runtime bug using evidence instead of guessing?

Root cause analysis for runtime bugs uses evidence-driven tracing to compare competing hypotheses with ranked evidence. This method separates the observed behavior from explanatory guesses, actively falsifies the leading hypothesis, and recommends a discriminating next probe to collapse uncertainty.

What is the best way to debug a performance regression with ambiguous causal factors?

Debugging a performance regression is best handled by performance forensics that turn ambiguous latency behavior into parallel hypothesis lanes. These lanes gather distinct evidence streams for and against each explanation, run a rebuttal round, and output a single leading explanation with explicit uncertainty tracking.

How does team mode orchestration work for root cause analysis?

Team mode orchestration for root cause analysis deploys parallel tracer workers to gather distinct evidence streams for competing hypotheses. This structure prevents converging on a single guess too early by running a rebuttal and convergence step before recommending the most discriminating next probe.

When do I need hypothesis testing for system orchestration behavior?

Hypothesis testing for system orchestration is needed when you observe ambiguous routing or configuration behavior and must explain why it happened. It applies falsification-driven rigor to actively disconfirm your top explanation, track evidence gaps, and identify the critical unknowns driving the observed result.

Can I use evidence-driven tracing to explain experimental findings and config routing behavior?

Evidence-driven tracing explains experimental findings and config routing behavior by comparing competing hypotheses with ranked evidence. It requires Claude built-in team mode orchestration to separate observations from explanations, track uncertainty explicitly, and recommend a discriminating next probe.

What are the limitations of falsification-driven tracing for debugging?

Falsification-driven tracing for debugging requires explicit uncertainty tracking and a structured rebuttal round, meaning it demands Claude built-in team mode orchestration. Without parallel tracer lanes to gather distinct evidence, you risk converging on the same guess too early without collapsing the critical unknown.