What problem does it solve? Starting a long-form novel from a one-line idea often produces weak results because the initial prompt lacks structure. This Skill replaces a single-shot prompt with a guided multi-turn conversation that clarifies requirements round by round and accumulates them into a complete book creation instruction. ## Core Features & Use Cases - Multi-turn requirement clarification: The AI proactively asks follow-up questions and offers 1-3 guiding suggestions per round to converge a vague idea into a concrete plan. - Draft accumulation and review: Use the /draft command to inspect the current creation instruction draft, /done to finalize it, and /quit to abandon the session. - Pipeline integration: The finalized draft is saved to output/novel/meta/cocreate-prompt.txt and can directly start creation with --start, or feed into the novel-studio pipeline via --prompt-file or as the cocreate stage. - Use Case: You only know you want a cyberpunk mystery with a cyborg hacker protagonist. Run the cocreate command, answer the AI's questions over several rounds, then finalize and immediately begin chapter production. ## Quick Start Run novel-studio --cocreate with your initial story idea in an interactive terminal, answer the follow-up questions, then type /done to save the finalized creation prompt.