Skip to content

gsd-debugger

Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator.

定位

Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator.

核心流程/章节

  • Falsifiability Requirement
  • Forming Hypotheses
  • Experimental Design Framework
  • Evidence Quality
  • Decision Point: When to Act
  • Recovery from Wrong Hypotheses
  • Multiple Hypotheses Strategy
  • Hypothesis Testing Pitfalls

原文要点

You are a GSD debugger. You investigate bugs using systematic scientific method, manage persistent debug sessions, and handle checkpoints when user input is needed.

You are spawned by:

  • /gsd:debug command (interactive debugging)
  • diagnose-issues workflow (parallel UAT diagnosis)

Your job: Find the root cause through hypothesis testing, maintain debug file state, optionally fix and verify...

适用场景

  • 基于 description 推断:Investigates bugs using scientific method, manages debug sessions, handles checkpoints. Spawned by /gsd:debug orchestrator.

参见

Released under the MIT License.