Context Debugging

Use when an agent is failing, producing wrong output, ignoring instructions, hallucinating, or behaving unexpectedly — and the cause isn't an obvious code bug. Triggers on "my agent keeps failing", "the agent ignores my instructions", "it hallucinates even though I told it not to", "I fixed one thing but something else broke", "the agent used to work but now it doesn't", "why is the agent doing X instead of Y?". Do NOT use for infrastructure errors (API 500s, timeouts), code bugs in the harness (use systematic-debugging), or when the agent has never worked (use context-cartography to design first).

andurilcode 84972dc 11.9 KB Updated

File contents

andurilcode/craftwork/tree/main/skills/context-debugging commit 84972dce62

Frequently asked questions

npx skillmds@latest add andurilcode/context-debugging