/debug step: test one hypothesis at a time. Hard rule: no shotgun debugging — no concurrent changes across hypotheses.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-company-of-one:debug-validateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Burn down the hypothesis list from `debug-hypotheses` one at a time. Confirm or
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.Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub the-own-lab/claude-company-of-one --plugin claude-company-of-one