trace

Orchestrate competing hypotheses to produce evidence-driven causal explanations.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/nichobbs/lyric-lang --skill trace-nichobbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trace
Source: https://github.com/nichobbs/lyric-lang/tree/main/.claude/skills/trace
Command: npx skills add https://github.com/nichobbs/lyric-lang --skill trace-nichobbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you explain the cause of an observed result when multiple competing explanations are plausible, focusing on evidence instead of guesswork.

Core Features & Use Cases

  • Evidence-driven hypothesis orchestration: Restates the observation, generates competing hypotheses, and tracks what evidence supports or contradicts each one.
  • Falsification-focused tracing: Actively tries to disconfirm the leading explanation using discriminating probes and explicit predictions.
  • Claude team-mode coordination: Runs multiple tracer lanes (default three) and performs a rebuttal round to separate genuinely different causes from superficial convergence.
  • Ranked final synthesis: Produces a ranked table of hypotheses with an explicit critical unknown and the next best probe to reduce uncertainty.

Quick Start

Ask for evidence-heavy causal tracing by using the command /oh-my-claudecode:trace and include the specific observation you want explained.

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 performance anomaly when multiple explanations are plausible?

To find the root cause of a performance anomaly, you need evidence-driven causal analysis that generates competing hypotheses and tracks evidence for and against each one. This approach actively falsifies leading explanations using discriminating probes to isolate the true cause.

What is the best way to conduct a postmortem for an ambiguous regression?

The best way to conduct a postmortem for an ambiguous regression is structured causal tracing. This process orchestrates competing tracer hypotheses, performs rebuttal rounds to separate genuinely different causes from superficial convergence, and produces a ranked table with an explicit critical unknown.

How do I structure debugging when I have conflicting hypotheses about system behavior?

Structuring debugging with conflicting hypotheses requires a falsification-focused tracing workflow. You generate multiple competing explanations, actively try to disconfirm the leading explanation using explicit predictions and discriminating probes, then re-rank based on rebuttals.

Can I use team-mode orchestration to investigate experimental results?

Yes, you can use team-mode orchestration to investigate experimental results. It runs multiple tracer lanes simultaneously and performs a rebuttal round to distinguish genuinely different causes from superficial convergence, yielding a ranked final synthesis of hypotheses.

When do I need evidence tracing for architecture investigations?

You need evidence tracing for architecture investigations when multiple competing explanations are plausible and you require structured “why” reasoning. It ensures a workflow over observations, ranked evidence strength, rebuttal-based re-ranking, and an explicit critical unknown plus a discriminating probe.

Why does hypothesis ranking fail without falsification in causal analysis?

Hypothesis ranking fails without falsification in causal analysis because superficial convergence can mask genuinely different causes. Applying discriminating probes and explicit predictions to actively disconfirm the leading explanation separates true root causes from coincidental correlations.