quest-resume

Resume paused quests by updating QUEST.md and STATE.md with a resume event.

2|5|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/whoabuddy/claude-knowledge --skill quest-resume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quest-resume
Source: https://github.com/whoabuddy/claude-knowledge/tree/main/claude-config/skills/quest-resume
Command: npx skills add https://github.com/whoabuddy/claude-knowledge --skill quest-resume

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resumes paused quests by restoring progress from the latest state and reactivating the workflow.

Core Features & Use Cases

  • Verify paused QUEST.md state and resume from the current phase.
  • Update QUEST.md to active with a resume timestamp and append to the decisions log in STATE.md.
  • Emit a quest_resumed event and present a concise resume summary with next steps.

Quick Start

Run the /quest-resume command to resume the currently paused quest from its last known state.

Frequently Asked Questions about quest-resume

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resume a paused workflow and restore its last known state?

To resume a paused workflow, the system verifies the paused state in QUEST.md, updates the status to active with a resume timestamp, and appends a decision log entry to STATE.md to restore your last known progress.

What happens to the decision logs when I resume a paused quest?

When resuming a paused quest, the system appends a resume timestamp and status update to the decision logs in STATE.md, ensuring your workflow history accurately reflects the state management transition.

Can I use quest state management to pick up an interrupted automation workflow from a specific phase?

Yes, you can resume an interrupted automation workflow from a specific phase by reading the current phase status from your paused QUEST.md file and continuing execution based on the recorded state.

Does the resume process emit any events for downstream workflow automation?

The resume process emits a quest_resumed event upon successfully updating the state files, allowing downstream workflow automation tools to detect the status change and trigger subsequent actions.

What should I do if my workflow state is not marked as paused in QUEST.md?

If your workflow state is not marked as paused in QUEST.md, the resume process will fail because it requires a paused state to verify the current phase and append the resume timestamp to the decision logs.