storyboard-manager

Plan stories, develop characters, write chapters, and check narrative consistency in markdown projects.

2|1|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/agent-trust-protocol/atp-core --skill storyboard-manager-agent-trust-protocol
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: storyboard-manager
Source: https://github.com/agent-trust-protocol/atp-core/tree/main/.claude/skills/storyboard-manager
Command: npx skills add https://github.com/agent-trust-protocol/atp-core --skill storyboard-manager-agent-trust-protocol

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Writers managing novels, screenplays, or serialized fiction across scattered markdown files struggle to keep characters, plot structure, timelines, and world-building details consistent as the story grows. ## Core Features & Use Cases - Character Development: Build deep character profiles with backstories, arcs, relationships, and voice using structured frameworks. - Story Planning & Structure: Outline plots with Three-Act, Hero's Journey, or Save the Cat frameworks tailored to genre. - Chapter & Scene Writing: Generate chapters that maintain continuity with existing characters, plot, and tone. - Automated Analysis: Run timeline_tracker.py and consistency_checker.py to detect chronological gaps, age contradictions, and name inconsistencies. - Use Case: While drafting chapter 12 of a fantasy novel, ask the skill to check consistency; it flags that a character's eye color in chapter 3 contradicts their profile, and that two chapters lack timeline markers. ## Quick Start Ask the assistant to check the consistency of my story project and list any character or timeline issues it finds.

Frequently Asked Questions about storyboard-manager

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

FAQPage Schema
How do I check my story for consistency issues?▼

Run the consistency_checker.py script from your project root with python3 .claude/skills/storyboard-manager/scripts/consistency_checker.py . It scans character profiles and chapters, then reports age discrepancies, physical description contradictions, and name variations ranked by severity.

How do I track the timeline of events in my novel?▼

Run timeline_tracker.py against your project directory to extract timeline markers from chapter files. It groups events chronologically, lists character appearances per event, and warns about chapters missing timeline markers like Day 3 or explicit dates.

What folder structure does a storyboard project need?▼

The skill detects common patterns like characters/, chapters/, story-planning/, and summary.md, including capitalized variants. If no structure exists, it recommends organizing files into characters, chapters, story-planning folders plus a summary file.

What story structures does it support for outlining?▼

The story_structures.md reference covers Three-Act Structure, Hero's Journey, and Save the Cat beat sheets, plus genre-specific frameworks for thriller, romance, and fantasy. It also includes scene/sequel structure and pacing guidelines by genre.

What are the limitations of automated consistency checking?▼

The checker catches physical attribute contradictions, age discrepancies, and name variations, but cannot detect subtle personality inconsistencies, complex plot logic errors, or thematic contradictions. Manual review remains necessary for deep narrative consistency.