Thrunt-god thrunt-audit-evidence

Cross-phase audit of all outstanding Evidence Review and findings validation items

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/thrunt-audit-evidence" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-audit-evidence && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-audit-evidence/SKILL.md
source content
<objective> Scan all phases for pending, skipped, blocked, and human_needed Evidence Review items. Cross-reference against codebase to detect stale documentation. Produce prioritized human test plan. </objective>

<execution_context> @.github/thrunt-god/workflows/audit-evidence.md </execution_context>

<context> Core planning files are loaded in-workflow via CLI.

Scope: Glob: .planning/phases//-EVIDENCE_REVIEW.md Glob: .planning/phases//-FINDINGS.md </context>