Skip to main content

drama-workflow

Orchestrate the full plot-point dramatic function analysis pipeline — text preprocessing, parallel segment analysis, result integration, and report generation — for long-form story content. Use when analyzing plot points and dramatic functions in long texts, producing structured dramatic analysis reports, or coordinating multi-step story analysis workflows.

설치로 이동

소스 정보

저장소
VanGong1999/screen-creative-skills
최근 소스 활동
2026년 4월 20일 10:04
감지된 SKILL.md 언어
영어
스타
415
포크
81

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
drama-workflow
description
Orchestrate the full plot-point dramatic function analysis pipeline — text preprocessing, parallel segment analysis, result integration, and report generation — for long-form story content. Use when analyzing plot points and dramatic functions in long texts, producing structured dramatic analysis reports, or coordinating multi-step story analysis workflows.
allowed-tools
Read
license
MIT
compatibility
Claude Code 1.0+
metadata
{"category":"workflow","version":"2.1.0","last_updated":"2026-01-11T00:00:00.000Z","maintainer":"Gong Fan","model":"opus"}
# Plot Point Dramatic Function Analysis Workflow Orchestrator ## Workflow ### Step 1: Text Preprocessing - Split input text at natural scene or chapter boundaries. - Target segment size: 2,000–4,000 words with ~200-word overlap between adjacent segments to preserve context continuity. - **Checkpoint**: verify every paragraph is covered by at least one segment (no gaps). ### Step 2: Parallel Segment Analysis For each segment, identify: - **Plot points** — actions or events that change the direction of the story (turning points, revelations, confrontations). - **Dramatic function** of each plot point — classify as: exposition, rising action, climax, falling action, or resolution. - Quote or paraphrase the specific text passage supporting each identification. ### Step 3: Result Integration - Merge plot points from all segments in chronological order. - Deduplicate plot points that span segment boundaries (same event appearing in overlapping regions). - **Checkpoint**: confirm the merged list covers the full story arc from opening to ending. ### Step 4: Dramatic Structure Analysis - Map the merged plot points onto a dramatic arc (tension curve). - Identify structural patterns: three-act structure, rising/falling tension, parallel storylines. - Note any structural weaknesses (missing climax, unresolved threads, pacing imbalances). ### Step 5: Report Generation Assemble findings into the output format below. Include professional insights from a screenwriter perspective. ## Input Requirements - Long text story content. - Analysis requirement description (optional). ## Output Format ``` [Plot Point Dramatic Function Analysis Report] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ I. Analysis Overview ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - Text Length: [Word count] - Number of Segments: [Count] - Total Plot Points: [Count] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ II. Plot Point Analysis ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Plot Point 1]: [Description] [Dramatic Function]: [Analysis] [Plot Point 2]: [Description] [Dramatic Function]: [Analysis] ... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ III. Dramatic Structure Analysis ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Overall dramatic structure analysis] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ IV. Professional Insights ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [Professional insights from screenwriter perspective] ``` ## Constraints - Minimum input length: text must be long enough to meaningfully split (typically >4,000 words). - Each plot point must cite or paraphrase supporting text — no unsupported claims. - Final report must cover the complete story arc with no gaps between segments. ## References See `{baseDir}/references/examples.md` for worked examples of plot-point dramatic function analysis reports across different text types (long novels, scripts).
GitHub에서 보기