skills/debug-validate/SKILL.md
/debug step: test one hypothesis at a time. Hard rule: no shotgun debugging — no concurrent changes across hypotheses.
npx skillsauth add the-own-lab/Claude-company-of-one debug-validateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Burn down the hypothesis list from debug-hypotheses one at a time. Confirm or
refute with an actual experiment before moving to the next. This is the skill that
prevents the "change three things, see which one worked" antipattern.
BRIEF.md ## Hypotheses section.BRIEF.md ## Hypotheses updated in place:
Result: line: confirmed | refuted | inconclusive.Notes: field with the exact command output or diff used to conclude.### Root Cause subsection once a hypothesis is confirmed, referencing
which H it was and the supporting evidence.Validation step from debug-hypotheses verbatim. Do not skip ahead to
fixing. Do not change more than one variable.confirmed, stop and write ### Root Cause.refuted, move to the next hypothesis. If inconclusive, refine the
hypothesis (tighter experiment) or split it, then re-validate.debug-hypotheses and enumerate a fresh
round; do not fabricate a 6th.inconclusive twice in a row on the same H → refine the experiment or drop it;
infinite loops are a smell.tdd (regression test first) after ### Root Cause is written.debug-hypotheses; enumeration and validation are separate
for audit trail reasons.documentation
Update BRIEF.md sections during a command run. Any skill that produces a brief-persisted artifact calls this to write it back.
development
Post-code check: run tests + confirm TODO acceptance items map to passing tests; applies a security lens but is not a separate scan.
documentation
Command post-step: write CHANGELOG + TODO once per command run. One call, not per-skill doc writes.
content-media
Author REQUIREMENTS.md + DESIGN.md + TODO.md for a feature. The three files are one contract; they ship together.