Thrunt-god hunt-shape-hypothesis
Turn a signal into testable hunt hypotheses, scope, datasets, and success criteria
install
source · Clone the upstream repo
git clone https://github.com/backbay-labs/thrunt-god
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/backbay-labs/thrunt-god "$T" && mkdir -p ~/.claude/skills && cp -r "$T/thrunt-god/examples/brute-force-to-persistence/.github/skills/hunt-shape-hypothesis" ~/.claude/skills/backbay-labs-thrunt-god-hunt-shape-hypothesis && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/hunt-shape-hypothesis/SKILL.mdsource content
<objective>
Refine the active signal into testable hunt hypotheses.
HYPOTHESES.md, SUCCESS_CRITERIA.md, and HUNTMAP.md remain the source of truth.
Updates:
.planning/HYPOTHESES.md.planning/SUCCESS_CRITERIA.md.planning/HUNTMAP.md.planning/STATE.md
After this command: Run
/hunt-plan 1 or /hunt-run 1 if plans already exist.
</objective>
<execution_context> @.github/thrunt-god/workflows/hunt-shape-hypothesis.md @.github/thrunt-god/templates/hypotheses.md @.github/thrunt-god/templates/success-criteria.md @.github/thrunt-god/templates/huntmap.md </execution_context>
<process> Execute the hypothesis-shaping workflow from @.github/thrunt-god/workflows/hunt-shape-hypothesis.md. Drive toward hypotheses that can be proven, disproven, or left explicitly inconclusive. </process>