# Debug Plan

> Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.

- Skill: `cloudflare/debug-plan` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add cloudflare/debug-plan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cloudflare/debug-plan/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Cloudflare (https://skillmd.com/u/cloudflare)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/cloudflare/debug-plan

---


# Debug Plan

Create a practical debugging plan that starts with evidence before fixes.

## Instructions

1. Restate the symptom in one sentence.
2. List the most likely failure boundaries.
3. Suggest the first three checks in order.
4. Identify what evidence would confirm or reject each hypothesis.
5. 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`.

