story-pipeline
SKILL.md
Story Generation Pipeline Skill
Features
This skill implements a complete story generation pipeline:
- Continuous Episode Generation - Automatically generates next episode based on previous content
- Graph Management - Storage and querying of character, scene, and hook relationships
- Dual Confirmation Control - AI quality check followed by human confirmation
- State Persistence - Supports pause, resume, and multiple parallel stories
Core Workflow
┌──────────────┐ ┌──────────────┐ ┌──────────────┐ ┌──────────────────┐
│ Generate Ep N│ -> │ AI Review │ -> │ Graph Storage│ -> │ Wait Human Confirm│
└──────────────┘ └──────────────┘ └──────────────┘ └──────────────────┘