# Debug Systematic

> Systematic debugging workflow with hypothesis testing

- Skill: `manastalukdar/debug-systematic` (Agent Skill)
- Install (CLI): `npx skillmds@latest add manastalukdar/debug-systematic`
- Raw SKILL.md: https://api.skillmd.com/api/skills/manastalukdar/debug-systematic/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: manastalukdar (https://skillmd.com/u/manastalukdar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/manastalukdar/debug-systematic

---


# Systematic Debugging Workflow

I'll help you debug issues systematically using the scientific method - hypothesis formation, testing, and iterative refinement.

Arguments: `$ARGUMENTS` - error description, reproduction steps, or context

## Token Optimization

**Expected range**: 1,500–3,000 tokens (initial), 400 tokens (cache hit)

**Caching**: Caches debug state in `.claude/cache/debug/` for 7 days.

**Early exit**: Returns immediately if error pattern matches a known cached solution.

**Patterns used**: Grep-before-Read, early exit, caching, progressive disclosure

