From silver-bullet
Guides systematic debugging with reproduction, hypotheses, evidence, root cause, fix plan, and regression guard. Useful for any bug or failure investigation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/silver-bullet:silver-debug <bug or failure description><bug or failure description>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
SB-owned debugging structures reproduction, hypotheses, evidence, root cause,
SB-owned debugging structures reproduction, hypotheses, evidence, root cause, fix planning, and regression guards.
Write or update .planning/DEBUG.md or the current phase debug section.
SILVER BULLET > DEBUG.tdd before code edits
when the failure is implementation behavior.silver:execute or the active workflow.Debugging is complete only when root cause is evidenced, the next fix action is clear, and a regression guard exists or a testability rationale is documented.
npx claudepluginhub alo-exp/silver-bullet --plugin silver-bulletGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.