debug-deep

Tree-of-thoughts reasoning for elusive bugs.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "debug-deep" with this command: npx skills add dthompson-jti/safety-check-app-concept/dthompson-jti-safety-check-app-concept-debug-deep

Debug Deep

Tree-of-thoughts reasoning for elusive bugs.

When to Use

  • Intermittent or hard-to-reproduce bugs

  • Standard debugging failed

  • Race conditions suspected

  • Multiple potential causes

Artifacts

  • DEBUG-PLAN-[BUG-ID].md

  • task.md updated via task_boundary

Approach

Phase 1: False Premise Challenge

List every assumption in the bug report. Test each as True/False before proceeding:

  • Assumption 1: [e.g., "Bug occurs on every load"]

  • Assumption 2: [e.g., "Data is correctly formatted"]

Phase 2: Tree of Thoughts (Multi-Hypothesis)

Generate 4-6 hypotheses with dual investigation paths:

Hypothesis Confidence Path A Path B Selected

1 ... High Check X with grep Instrument Y A (faster)

2 ... Medium Trace via debugger Reproduce isolated B (reliable)

Phase 3: Investigation & Fix Plan

  • Primary Fix Plan: Main approach

  • Reflexion (Security Engineer): List 3 ways fix might fail, introduce vulnerabilities, or degrade performance

  • Fallback Plan: If primary fails

Phase 4: Systemic Analysis

  • Does this bug represent a class of problems?

  • Should a new rule be added to prevent recurrence?

Constraints

  • Non-Linear Exploration: Don't converge prematurely

  • Must have fallback plan

  • If fix fails, iterate (max 3 attempts)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

implement-feature

No summary provided by upstream source.

Repository SourceNeeds Review
General

implement-quick-fix

No summary provided by upstream source.

Repository SourceNeeds Review
General

explore-ui-design

No summary provided by upstream source.

Repository SourceNeeds Review
General

explore-concept

No summary provided by upstream source.

Repository SourceNeeds Review