What problem does it solve? When running long-form novel generation with novel-studio, you cannot inject feedback into a Coordinator that is already running in another process. This Skill lets you queue a steering instruction between runs so your change request is automatically picked up the next time the pipeline starts or resumes. ## Core Features & Use Cases - Queued Interventions: Persist a steering instruction to run.json via novel-studio --steer, which is injected into the Coordinator on the next --pipeline run. - Impact Evaluation: The Coordinator assesses the scope of each instruction, deciding whether to change settings, rewrite existing chapters, or adjust upcoming chapters. - Use Case: After reviewing drafted chapters, you decide the romance subplot should start earlier. Queue "move the romance line to chapter 4 and add more scenes between the leads", then resume the pipeline so the Coordinator adjusts the outline and rewrites affected chapters. ## Quick Start Run novel-studio --steer with your change request in the project directory, then run novel-studio --pipeline to resume creation with the instruction applied.