webnovel-resume

Detect interrupted webnovel workflows and guide user-confirmed recovery.

188|33|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lujih/webnovel-writer-opencode --skill webnovel-resume-lujih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webnovel-resume
Source: https://github.com/lujih/webnovel-writer-opencode/tree/main/.opencode/skills/webnovel-resume
Command: npx skills add https://github.com/lujih/webnovel-writer-opencode --skill webnovel-resume-lujih

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Detecting and recovering from interrupted webnovel writing workflows can be error-prone and time-consuming without guardrails.

Core Features & Use Cases

  • Automated interruption detection: identify where a workflow paused and present safe recovery options.
  • Context-aware restoration: load the last known state from the project root and guide the user through restoration steps.
  • User-confirmed recovery: require explicit user input before destructive actions to prevent data loss.

Quick Start

Run the /webnovel-resume command to start the recovery workflow.

Frequently Asked Questions about webnovel-resume

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

FAQPage Schema
How do I resume an interrupted webnovel writing workflow safely?

The webnovel-resume command detects interrupted workflows by reading the project root and loading recovery definitions from references. It identifies where the writing workflow paused and presents safe recovery options for context-aware restoration.

How does state management work when recovering a halted webnovel project?

State management works by reading the project root to load the last known state and recovery definitions from references. This context-aware restoration identifies the exact mid-step interruption point and guides the user through safe recovery steps.

Can I rollback a webnovel writing task without losing data?

Yes, you can rollback safely because the guarded resume flow enforces explicit user confirmation before executing any destructive actions. This prevents data loss by requiring user input before potentially harmful recovery operations are applied.

Do I need a specific project root structure to detect webnovel workflow interruptions?

You need a valid project root directory containing the webnovel project state. The recovery workflow reads this project root structure to detect the interruption point and load the appropriate recovery definitions from references.

What are the limitations of automated interruption detection for webnovel workflows?

Automated interruption detection cannot execute recovery actions autonomously due to the enforced explicit user confirmation requirement before destructive actions. The system is limited to identifying the pause point and presenting options, requiring manual user input for any restoration.