What problem does it solve? Adapting a long web novel into a short-form comic-drama (漫剧) script series requires manual plot analysis, character profiling, episode splitting, paywall design, and quality checks. This Skill automates that entire adaptation pipeline from a single novel txt file. ## Core Features & Use Cases - Five-Stage Workflow: Runs novel analysis, character bios, episode outlining, per-episode script writing, and a three-round QC review, with three human confirmation checkpoints. - Paywall-Aware Episode Design: Splits the story into free and paid zones, designs a strong cliffhanger at the paywall point, and enforces per-episode hooks and pacing rules. - Resumable Project State: Tracks progress in project.json so interrupted runs continue from the last completed stage, with commands to rerun specific stages or episodes. - Use Case: Place a 50,000-word web novel txt file in a folder, run the Skill, and receive analysis.md, characters.md, outline.md, scripts/ep001.md through epNNN.md, and a qc_report.md. ## Quick Start Put your novel txt file in a folder and ask the assistant to run /drama-adapt to adapt it into a comic-drama script series.