Screenplay To Novel Pipeline
screenplay_to_novel_pipeline
Route an authorized Movie, Genre Movie, or existing Novel project through the canonical source → Blueprint → Chapters → Voice → manuscript → audit → export lifecycle using live readiness.
When to use
Use when the caller wants the complete screenplay/story-outline to Novel Adaptation path or the next canonical Novel stage.
Use for an existing Novel project that should resume from its persisted state.
When not to use
Do not use for Novel-to-screenplay conversion.
Do not use for one direct Chapter prose overwrite; no public tool exposes that bypass.
Examples
“Adapt this Movie project into a novel and show me each review boundary.”
“What is the next canonical step for this Novel project?”
Anti-examples
- Turn this novel into a screenplay.
Related tools
Prompts are orchestration guidance only. They route into these public tools instead of replacing them.
Live-state resources
Prompt resolution may inspect these resources or their backing backend reads before steering the client.
Arguments schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"required": [
"project_id"
],
"properties": {
"project_id": {
"type": "string",
"pattern": "^[0-9]+quot;
},
"goal": {
"type": "string",
"maxLength": 1000
}
},
"additionalProperties": false
}