@model StoryIntelligenceOverviewViewModel @{ ViewData["Title"] = "Story Intelligence"; }

Story Intelligence

PlotDirector can now analyse your manuscript to automatically build much of your project.

This step is optional. In this phase, PlotDirector only prepares the analysis framework; no AI analysis will run yet.

@if (Model.ExistingJob?.IsActive == true) {

Story Intelligence is already preparing

@Model.ExistingJob.CurrentMessage

View progress
} else if (Model.ExistingJob?.IsCompleted == true) {

Story Intelligence is ready

The framework has already been prepared for this manuscript.

View completion
} else {
Optional You stay in control

You can skip this now and continue using the project structure you already built.

Uses AI later Explicit consent required

Future manuscript analysis will only run after you choose to start it.

Privacy OpenAI API content is not used to train AI models

Manuscript content is processed securely when AI analysis is enabled in a later phase.

Estimate About 5-15 minutes

Credit use will be shown here before charging is enabled. Placeholder: included setup credits.

Consent

By choosing Analyse my manuscript, you consent to PlotDirector preparing the Story Intelligence job for @Model.SelectedBookTitle in @Model.SelectedProjectName. This phase does not call OpenAI or analyse manuscript content.

}