What problem does it solve? Turning a one-sentence creative brief into finished novel chapters normally requires manually coordinating drafting, review, rewriting, and export across long sessions that lose context. This Skill hands the requirement to the novel-studio pipeline so chapters are produced unattended, with checkpoints that survive interruptions and context compaction. ## Core Features & Use Cases - End-to-end pipeline execution: Pass a prompt via --prompt, --prompt-file, or stdin and the pipeline runs write, review, rewrite, and deliver stages without a TTY, suitable for CI or remote agents. - Recoverable long-running generation: Execution state is persisted to .skill-context/novel-write.md and outputs land in output/novel/, so interrupted runs resume from checkpoints instead of restarting. - Structured creative assets: Produces chapters in output/novel/chapters/*.md plus world data, resource ledgers, writing assets, and RAG retrieval traces for auditability. - Use Case: A web-novel author provides "write a cyberpunk opening arc with an augmented hacker protagonist" and receives reviewed, rewritten chapters with a consistent world state, without babysitting the session. ## Quick Start Ask the AI to run the novel-studio pipeline with your creative requirement, for example: write a long-form opening about a cyberpunk hacker protagonist and export the reviewed chapters.