Analyze Structure banner
bybren-llc bybren-llc

Analyze Structure

Development community

Description

--- description: Perform three-act structure analysis on the screenplay. --- # /analyze-structure Perform three-act structure analysis on the screenplay. ## Arguments - `[framework]` - Optional: `three-act`, `save-the-cat`, `hero-journey`, `sequence` ## Workflow ### Step 1: Load Screenplay - Read complete .fountain file - Count total pages - Identify all scene headings ### Step 2: Identify Structure Points Map key story beats to page numbers: #### Three-Act (Default) | Beat | Target Page

Installation

Installs to ~/.claude/commands/bybren-llc-story-systems-template-analyze-structure.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bybren-llc/story-systems-template/HEAD/.claude/commands/analyze-structure.md -o ~/.claude/commands/bybren-llc-story-systems-template-analyze-structure.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository