From loom
Run reproduce-first debugging. Use when behavior fails, root cause is unknown, or a fix needs red/green evidence.
npx claudepluginhub z3z1ma/agent-loom --plugin loomThis skill uses the workspace's default tool permissions.
Debugging routes reproduction, root-cause work, fixes, evidence, and prevention
Guides evidence-first debugging: clarify behavior diffs, reproduce issues with env details, test hypotheses, plan verified fixes before code changes.
Enforces strict reproduce-first, root-cause-first, failing-test-first workflow for debugging bugs, test failures, or unexpected behavior.
Systematically debugs bugs, errors, failing tests, unexpected behavior, performance issues, and integration failures using a four-stage evidence-based root cause investigation framework.
Share bugs, ideas, or general feedback.
Debugging routes reproduction, root-cause work, fixes, evidence, and prevention follow-through into the Loom records that own those facts.
Follow:
reproduce -> localize -> explain -> fix -> evidence -> prevent
local_edit for a tiny, local, safe fix, or compile a Ralph packet when
the fix needs fresh context, explicit child write scope, or packetized
isolation; Ralph packets normally use verification_posture: test-first| Debug output | Owner |
|---|---|
| reproduction steps | evidence |
| root cause investigation | research |
| intended behavior clarification | spec |
| fix execution | ticket plus a local edit or Ralph packet, according to ticket facts and write-scope needs |
| regression evidence | evidence |
| recurring evidence gap | ticket follow-up or test expectation via retrospective |
| recurring lesson | wiki, research, spec, plan, initiative, constitution, or evidence via retrospective; memory may keep support-only recall or owner-record pointers |
Read immediately for debugging work:
references/systematic-debugging.md when root cause is unknown, time pressure
makes guessing tempting, or previous fixes failed.skills/loom-evidence/SKILL.md when preserving reproduction, red/green
output, logs, screenshots, or other evidence.Then read conditionally:
skills/loom-research/SKILL.md when root cause is unknown or rejected
hypotheses should remain citable.skills/loom-specs/SKILL.md when intended behavior is ambiguous.skills/loom-tickets/SKILL.md when creating or tightening the bounded fix
ticket.skills/loom-ralph/SKILL.md when the fix is ready for a packetized
implementation iteration.skills/loom-critique/SKILL.md when the fix or incident carries review
risk.