Thrunt-god thrunt-audit-milestone

Audit milestone completion against original intent before archiving

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-milestone" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-audit-milestone && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-audit-milestone/SKILL.md
source content
<objective> Verify milestone achieved its definition of done. Check requirements coverage, cross-phase integration, and end-to-end flows.

This command IS the orchestrator. Reads existing FINDINGS.md files (phases already verified during hunt-run), aggregates tech debt and deferred gaps, then spawns integration checker for cross-phase wiring. </objective>

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

<context> Version: $ARGUMENTS (optional — defaults to current milestone)

Core planning files are resolved in-workflow (

init milestone-op
) and loaded only as needed.

Completed Work: Glob: .planning/phases//-SUMMARY.md Glob: .planning/phases//-FINDINGS.md </context>

<process> Execute the audit-milestone workflow from @.github/thrunt-god/workflows/audit-milestone.md end-to-end. Preserve all workflow gates (scope determination, verification reading, integration check, requirements coverage, routing). </process>