# Hunt Validate Findings

> Validate hunt conclusions against receipts, contradictory evidence, and success criteria

- Skill: `3dcom2711/hunt-validate-findings` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 3dcom2711/hunt-validate-findings`
- Raw SKILL.md: https://api.skillmd.com/api/skills/3dcom2711/hunt-validate-findings/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 3dcom2711 (https://skillmd.com/u/3dcom2711)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/3dcom2711/hunt-validate-findings

---


<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>

