
Debug Plan
- 15 installs
- 5.4k repo stars
- Updated August 4, 2026
- cloudflare/agents
debug-plan skill documents Create a systematic debugging plan for a bug report.
About
debug-plan skill documents Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.. 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.
- Create a systematic debugging plan for a bug report.
- Platform-specific setup patterns for debug-plan.
- Evidence-backed steps from upstream SKILL.md.
- When-to-use criteria for debug-plan versus alternatives.
Debug Plan by the numbers
- 15 all-time installs (skills.sh)
- Ranked #828 of 1,039 Cloud & Infrastructure skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
debug-plan capabilities & compatibility
- Capabilities
- debug plan quick start · debug plan when to use guidance · debug plan integration patterns
- Use cases
- devops
What debug-plan says it does
Create a practical debugging plan that starts with evidence before fixes.
1. Restate the symptom in one sentence.
npx skills add https://github.com/cloudflare/agents --skill debug-planAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 15 |
|---|---|
| repo stars | ★ 5.4k |
| Last updated | August 4, 2026 |
| Repository | cloudflare/agents ↗ |
How do I use debug-plan correctly?
Create a systematic debugging plan for a bug report. Use when the user asks how to investigate a failure, regression, or unexpected behavior.
Who is it for?
Teams implementing debug-plan workflows from the catalog.
Skip if: Skip when requirements clearly match a different specialized stack.
When should I use this skill?
User asks about debug-plan, create a systematic debugging plan for a bug report. use when the user asks how to investi.
What you get
Working debug-plan setup with validated configuration and next steps.
Files
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.
Debugging Checklist
- Confirm the exact input that triggers the failure.
- Check whether the issue reproduces in a fresh session.
- Compare the latest working and failing versions.
- Inspect logs closest to the failing boundary.
- Prefer one narrow experiment over several simultaneous changes.
Related skills
FAQ
What does debug-plan do?
debug-plan skill documents Create a systematic debugging plan for a bug report.
When should I use debug-plan?
User asks about debug-plan, create a systematic debugging plan for a bug report. use when the user asks how to investi.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.