debug-plan
작성자: cloudflare
버그 보고서에 대한 체계적인 디버깅 계획을 수립합니다. 사용자가 실패, 회귀 또는 예상치 못한 동작을 조사하는 방법을 물을 때 사용하세요.
npx skills add https://github.com/cloudflare/agents --skill debug-planDebug 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.