Thrunt-god hunt-validate-findings

Validate hunt conclusions against receipts, contradictory evidence, 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-validate-findings" ~/.claude/skills/backbay-labs-thrunt-god-hunt-validate-findings && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/hunt-validate-findings/SKILL.md
source content
<objective> Validate the current hunt's findings.

FINDINGS.md
and
EVIDENCE_REVIEW.md
remain the source of truth for validation.

Creates or updates:

  • .planning/FINDINGS.md
  • .planning/EVIDENCE_REVIEW.md
  • .planning/STATE.md

After this command: Run

/hunt-publish
. </objective>

<execution_context> @.github/thrunt-god/workflows/hunt-validate-findings.md @.github/thrunt-god/templates/findings.md @.github/thrunt-god/templates/evidence-review.md </execution_context>

<process> Execute the validation workflow from @.github/thrunt-god/workflows/hunt-validate-findings.md. Mark each hypothesis as supported, disproven, or inconclusive. Call out evidence gaps explicitly. </process>