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:debugcommand (interactive debugging)diagnose-issuesworkflow (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.
参见
- GitHub: get-shit-done