Thrunt-god thrunt-resume-work
Resume project or hunt work from the previous session with full context restoration
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-resume-work" ~/.claude/skills/backbay-labs-thrunt-god-thrunt-resume-work && rm -rf "$T"
manifest:
thrunt-god/examples/brute-force-to-persistence/.github/skills/thrunt-resume-work/SKILL.mdsource content
<objective>
Restore complete hunt context and resume the active workflow seamlessly from the previous session.
Routes to the resume-program workflow which handles:
- STATE.md loading (or reconstruction if missing)
- Checkpoint detection (.continue-here files)
- Incomplete work detection (PLAN without SUMMARY)
- Active planning doc detection (
,MISSION.md
)HUNTMAP.md - Status presentation
- Context-aware next action routing into
or/hunt:*
</objective>/thrunt:*
<execution_context> @.github/thrunt-god/workflows/resume-program.md </execution_context>
<process> **Follow the resume-program workflow** from `@.github/thrunt-god/workflows/resume-program.md`.The workflow handles all resumption logic including:
- Hunt existence check
- STATE.md loading or reconstruction
- Detection of the active mission and huntmap
- Checkpoint and incomplete work detection
- Visual status presentation
- Context-aware option offering
- Routing to the appropriate next command
- Session continuity updates </process>