SKILL.md
SKILL.mdBrowse 2 files
135 tokens
663 bytes
Token encoding: o200k_base
Snapshot 16b6856
1---2name: debug-plan3description: Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.4---5 6# Debug Plan7 8Create a practical debugging plan that starts with evidence before fixes.9 10## Instructions11 121. Restate the symptom in one sentence.132. List the most likely failure boundaries.143. Suggest the first three checks in order.154. Identify what evidence would confirm or reject each hypothesis.165. End with the smallest safe fix path.17 18Keep the plan short enough that someone can start immediately.19 20For more detail on the shape of the output, read21`references/checklist.md`.22 Discovery context
Discovered by repository scan. No exact path reference found in the snapshot’s root AGENTS.md.