Screenplay Format JSON Output

A

Alex Rivera

@alex-rivera

·

Generate properly formatted screenplays with structured JSON for processing tools.

41 copies0 forks
Share this prompt:
Convert this scene description into properly formatted screenplay with structured output:

Scene Description: {{scene_description}}
Characters: {{characters}}
Location: {{location}}

Provide output in this JSON structure:

```json
{
  "slugline": "INT./EXT. LOCATION - TIME",
  "action_blocks": [
    {
      "type": "action",
      "content": "Description text"
    }
  ],
  "dialogue_blocks": [
    {
      "character": "CHARACTER NAME",
      "parenthetical": "(optional direction)",
      "dialogue": "The spoken line"
    }
  ],
  "page_estimate": 0.0,
  "scene_summary": "One-line scene description"
}
```

Then render the scene in standard screenplay format for human reading.

Include scene timing estimate and any production notes that would help filming.

Details

Category

Creative

Use Cases

script toolsformat conversionautomated processing

Works Best With

gpt-4oclaude-sonnet-4-20250514
Created Updated Shared

Related Prompts

Create your own prompt vault and start sharing