plot-workflow

Orchestrates multi-agent generation of major and detailed plot points from story text.

410|79|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/VanGong1999/screen-creative-skills --skill plot-workflow-vangong1999
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plot-workflow
Source: https://github.com/VanGong1999/screen-creative-skills/tree/main/category/workflow/plot-workflow
Command: npx skills add https://github.com/VanGong1999/screen-creative-skills --skill plot-workflow-vangong1999

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Analyzing long stories or scripts to extract both high-level plot stages and granular plot points is time-consuming and hard to keep consistent. This Skill coordinates a structured workflow that breaks the task into modular agent steps, keeping each analysis isolated and producing a unified report. ## Core Features & Use Cases - Workflow Orchestration: Coordinates text preprocessing, major plot point analysis, detailed plot point analysis, and result integration as sequential or parallel agent tasks. - Context Isolation: Keeps each specialized agent independent to avoid context pollution during complex long-form analysis. - Structured Reporting: Outputs a formatted execution report covering status, per-agent results, and the final integrated plot analysis. - Use Case: Feed a palace-drama story synopsis into the workflow and receive five major plot stages plus eight detailed plot points, each with core elements, character actions, and logical relationships. ## Quick Start Ask the assistant to run the plot workflow on your story text to generate both major plot points and detailed plot points in one report.

Frequently Asked Questions about plot-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate major and detailed plot points from a story?▼

Provide the story text or outline to the plot-workflow skill, which validates the input, preprocesses the text, runs major and detailed plot point analysis agents, and returns an integrated report with stages and granular plot points.

What is the difference between major and detailed plot points?▼

Major plot points divide the story into high-level stages such as setup, conflict, and resolution. Detailed plot points break each stage into specific events with core elements, character actions, development, and logical relationships.

Can plot-workflow handle long story texts?▼

Yes. The workflow truncates text to a configurable maximum length (default 50000 characters) and splits it into chunks (default 10000 characters) before analysis, so long scripts and novels can be processed in segments.

Does the plot workflow support parallel analysis?▼

Yes. The workflow supports a parallel analysis mode where the major plot point agent and detailed plot point agent run concurrently, coordinated with a configurable batch parallel limit, then results are integrated into one report.

What are the limitations of automated plot point analysis?▼

The script layer provides orchestration, validation, and text preprocessing, but the actual plot analysis depends on the underlying agents being invoked. Very long texts are truncated at the configured maximum length, which may drop later content.