context-debugging

Installation
SKILL.md

Context Debugging

Check context first. It's the highest-ROI debugging target for agent failures.

The agent ignored your instructions? The instructions might be buried. The agent hallucinated? It might lack the context to know what's real. The agent used the wrong tool? The tool descriptions might be ambiguous.

Context problems are the most common and most fixable source of agent failures. Debug context first — not because it's always the cause, but because when it is, the fix is fast.

The Boundary Rule

Agent is failing and it's not an obvious code bug?  →  Use this skill.
Agent has never worked (greenfield)?                →  Use context-cartography instead.
Infrastructure error (API 500, timeout)?            →  Not a context problem.
Code bug in the harness (template error, parsing)?  →  Use systematic-debugging.

Related skills

More from andurilcode/craftwork

Installs
2
GitHub Stars
6
First Seen
Apr 2, 2026