AI Agent Hub
Back to skills
Dynamic Novel Storyteller icon

Dynamic Novel Storyteller

Content Creation Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_525a1b37/dynamic-storyteller according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem It Solves

AI novel generation often skips setup confirmation and returns a “final draft” too early. Long skill files can overflow context, and long sessions can lose phase state. This skill treats writing as a tracked collaboration loop, focusing on five-dimension follow-up, draft confirmation, resumable state, and post-processing.

How It Works

SKILL.md acts as the scheduling layer. It enforces mandatory gates: if the prompt is thin, ask about concept, protagonist, worldview, abilities, and genre; show outlines, character cards, and setting drafts for confirmation before finalizing; present direction choices instead of deciding for the author. Numbered hooks drive each phase, such as OH-002, OL-005, and OW-004. Progress is stored in the checklist field of novel_state.json, and a phase advances only after pending items are completed. Detailed rules are loaded on demand from rules-workflow.md, naming rules, or enabled modules. Post-writing steps can run scripts/phrase_replace.py with banned_phrases.json, while scripts/state_guard.py handles state checks and closure.

Fit and Caveats

It is well suited for serial fiction, iterative outlining, and session recovery, not for “one prompt, one finished chapter.” Because it prioritizes human confirmation, it trades immediate output for controllability. Its rules can reduce surface-level AI patterns, manage paragraph length, value flow, and information fog, but deeper narrative quality still requires author involvement.

Use Cases

  • A writer has a short prompt and needs the skill to fill in protagonist, worldview, abilities, and genre before confirming a draft.
  • Before writing a long chapter, load the relevant phase rules, confirm the chapter plan, and update the state file.
  • Maintain character cards, naming styles, and worldview settings by confirming each stage before writing final Markdown archives.
  • Resume a serialized novel in a new session by checking pending and completed checklist items and restoring unfinished outline or chapter hooks.

Best For

  • Serial fiction writers who need a confirmable, resumable workflow for inspiration, outline, characters, and chapter state.
  • AI-assisted creators who want the model to ask setup questions, offer options, and confirm drafts before finalizing.
  • Long-form writing managers who need phase-based rule loading, state updates, and recovery after session breaks.
  • Editors controlling style and banned phrases who want post-draft replacement and state checks without reading every file.