Thrunt-god thrunt-stats

Display project statistics — phases, plans, requirements, git metrics, and timeline

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-stats" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-stats && rm -rf "$T"
manifest: thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-stats/SKILL.md
source content
<objective> Display comprehensive project statistics including phase progress, plan execution metrics, hypotheses completion, git history stats, and project timeline. </objective>

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

<process> Execute the stats workflow from @.github/thrunt-god/workflows/stats.md end-to-end. </process>