<< All versions
Skill v1.0.0
currentAutomated scan100/100backbay-labs/thrunt-god/thrunt-resume-work
──Details
PublishedApril 29, 2026 at 10:12 PM
Content Hashsha256:3e594b48f3479a8f...
Git SHA1e21b3df72c7
──Files
Files (1 file, 1.2 KB)
SKILL.md1.2 KBactive
SKILL.md · 40 lines · 1.2 KB
version: "1.0.0" name: thrunt-resume-work description: Resume project or hunt work from the previous session with full context restoration allowed-tools: Read, Bash, Write, AskUserQuestion, SlashCommand
<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
/hunt:*or/thrunt:*
</objective>
<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>