version: "1.0.0" name: debug-plan description: Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.
Debug Plan
Create a practical debugging plan that starts with evidence before fixes.
Instructions
- Restate the symptom in one sentence.
- List the most likely failure boundaries.
- Suggest the first three checks in order.
- Identify what evidence would confirm or reject each hypothesis.
- End with the smallest safe fix path.
Keep the plan short enough that someone can start immediately.
For more detail on the shape of the output, read references/checklist.md.